-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlockEntityWithoutLevelRenderer rendering block entity in inventory as item #180
Comments
Does your item model have a parent of |
I have updated my item model to {
"parent": "minecraft:builtin/entity"
} But now I am encountering another issue, only the fluid is rendering with BEWLR and the fluid tank texture is not rendering. |
Yes, using a BEWLR on its own will not render an existing block model as well. I'm not sure what you are referring to when you say the fluid tank texture here, however. I would recommend joining the discord and asking for help there as this seems to be more of modder support than a specific issue with the docs, other than the part I've outlined. |
Alright, Thanks. |
I am trying to use BlockEntityWithoutLevelRenderer to render my Fluid Tank Block entity when it is inside inventory, but failed, i use
Nothing is rendering other can default model for it.
The text was updated successfully, but these errors were encountered: