6465666768697071727374
@Override public void onMinecartPass(EntityMinecart cart) { if (isPowered()) { if (cart instanceof IExplosiveCart) { IExplosiveCart tnt = (IExplosiveCart) cart; tnt.setFuse(fuse); tnt.setPrimed(true); } } }