KubeJS

KubeJS

61M Downloads

Block Registery doesn't opaque() does not set the block to opaque

hotdog95 opened this issue ยท 2 comments

commented

When registering a block, calling .opaque(false) does not set the block to transparent.

Similarly .notSolid() has no function, the block is still solid.

After looking at the code I have found that the createProperties method does not use the opaque boolean to set up a transparent property. I have no idea why properties.noOcclusion() does not work

commented

@hotdog95 Is this still an issue? We'll close this in 3 days if no response is given.

commented

Is this still an issue? I couldn't reproduce this