20212223242526
public ItemPaintBall() { super( ItemPaintBall.class ); setFeature( EnumSet.of( AEFeature.PaintBalls ) ); hasSubtypes = true; if ( Platform.isClient() ) MinecraftForgeClient.registerItemRenderer( this, new PaintBallRender() ); }