Proper shield breaker

This commit is contained in:
Anuken
2022-04-21 14:39:30 -04:00
parent 09221f952a
commit 45a0f3c588
5 changed files with 14 additions and 10 deletions

View File

@@ -1782,12 +1782,14 @@ public class Blocks{
consumePower(5f);
}};
shieldBreaker = new BaseShield("shield-breaker"){{
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;
}};
//endregion