BuildCraft|Core

BuildCraft|Core

7M Downloads

add-facade IMC checks block.getRenderType() on server

Choonster opened this issue ยท 0 comments

commented

I'm the author of ChiselFacades, which adds Chisel's blocks as Facades using the add-facade IMC.

On a dedicated server, most of these blocks are being rejected because the value returned by getRenderType is initialised to 0 on both sides and then set using RenderingRegistry.getNextAvailableRenderId() on the client.

Is this considered an issue or should I tell Chisel's authors to use a different initial value?