#How to invert cube for java file type
3 messages · Page 1 of 1 (latest)
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.
Depends on what mod loader you use and for what version of Minecraft. In general you'd need to assign a different RenderType.
I think it was something like
RenderType.entityCutout(getTextureLocation(entity)); in a "getRenderType" function or similar