Removed shield breaker block

This commit is contained in:
Anuken
2022-09-04 16:32:13 -04:00
parent 19d26a0593
commit 08d5ca1912
11 changed files with 32 additions and 66 deletions

View File

@@ -1863,17 +1863,6 @@ public class Blocks{
consumePower(5f);
}};
shieldBreaker = new ShieldBreaker("shield-breaker"){{
requirements(Category.effect, BuildVisibility.editorOnly, with());
size = 5;
toDestroy = new Block[]{Blocks.shieldProjector, Blocks.largeShieldProjector};
consumeItem(Items.tungsten, 100);
itemCapacity = 100;
scaledHealth = 120f;
}};
//endregion
//region distribution