#NeoForge Cutout Block Can See Through the World

6 messages · Page 1 of 1 (latest)

slender mirage
#

Hi all, first time going into building blocks and mods. I'm not sure really if this is an issue with my model, or my texture.

I have a block using render_type minecraft:cutout, I'm basically recreating copper grates but with iron.

When I place the block, whatever face is touching disappears. So, for example if I place it on the ground I can see through the bottom face to the "sky".

For fabric I saw mention of an opaqueness property, but I haven't found anything similar for NeoForge.

burnt drumBOT
#
Welcome to the help forum!

Please make sure to read #1029373817119838218 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

left delta
#

i cant tell you how to fix it, but its nothing to do with the rendertype

waxen bluff
#

iirc you need to give them the .noOcclusion() property when registering the Block

slender mirage
#

That got it, thanks! Oddly enough I stumbled upon a comment in the forge forums the exact second your comment popped up.

Thanks again, both!