Removed cliffs / Nerfed explosion bombing

This commit is contained in:
Anuken
2020-09-13 12:13:42 -04:00
parent bab43859f5
commit 27e9b5aeb9
6 changed files with 8 additions and 11 deletions

View File

@@ -48,7 +48,8 @@ public abstract class SaveFileReader{
"holostone", "dacite",
"holostone-wall", "dacite-wall",
"rock", "boulder",
"snowrock", "snow-boulder"
"snowrock", "snow-boulder",
"cliffs", "stone-wall"
);
protected final ReusableByteOutStream byteOutput = new ReusableByteOutStream();