Chisel

Chisel

150M Downloads

[1.10.2] Crash upon placing a cloud block from Chisel onto slimy grass from TiC

Zaweri opened this issue ยท 1 comments

commented

http://pastebin.com/GaAFm2HD

The server keeps crashing when the chunk that contains said block is loaded. A player on our server placed a cloud block onto slimy grass, and this occurred. I will report this to the Tinkers' Construct mod authors as well.

commented

This is due to code that the Tinkers Construct team removed, It has not been pushed to curse yet. (Commit SlimeKnights/TinkersConstruct@37cf0b2). Turns out on the old version, it would send the BlockState of the Slimy Grass, and Chisel uses that to get the light opacity. (https://github.com/Chisel-Team/Chisel/blob/1.9/dev/src/main/java/team/chisel/common/block/BlockCarvable.java#L258-L260)