Finalized map number

This commit is contained in:
Anuken
2019-07-27 10:52:46 -04:00
parent 7bf6099528
commit aa3e7a8ef5
5 changed files with 1 additions and 2 deletions

View File

@@ -770,7 +770,6 @@ public class Blocks implements ContentList{
thruster = new Wall("thruster"){{
requirements(Category.defense, () -> state.rules.infiniteResources, ItemStack.with());
health = 55 * 16 * wallHealthMultiplier;
rotate = true;
size = 4;
}};