Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-09-27 09:18:53 -04:00
6 changed files with 40 additions and 21 deletions

View File

@@ -874,6 +874,7 @@ public class Blocks implements ContentList{
}};
thruster = new Thruster("thruster"){{
requirements(Category.defense, BuildVisibility.sandboxOnly, with(Items.scrap, 96));
health = 55 * 16 * wallHealthMultiplier;
size = 4;
}};