use of pl.asie.charset.module.optics.laser.system.SubCommandDebugLasersClient in project Charset by CharsetMC.
the class ProxyClient method init.
@Override
public void init() {
MinecraftForge.EVENT_BUS.register(new LaserRenderer());
CommandCharset.register(new SubCommandDebugLasersClient());
}
Aggregations