use of icbm.classic.lib.explosive.reg.ExplosiveData in project ICBM-Classic by BuiltBrokenModding.
the class TestTileEMPTower method setupForAllTests.
@BeforeAll
public static void setupForAllTests() {
final ResourceLocation name = new ResourceLocation("ICBM:EMP");
final IBlastFactory factory = () -> new BlastEMP().setEffectBlocks().setEffectEntities().setBlastSize(50);
ICBMExplosives.EMP = new ExplosiveData(name, 16, EnumTier.THREE).blastFactory(factory);
}
Aggregations