Disabling tile entity rendering (TweakNo Toggles) does not render the chest picture button in the inventory.
DragonEggBedrockBreaking opened this issue ยท 2 comments
Minecraft 1.16.4
malilib-fabric-1.16.4-0.10.0-dev.21+arne.2
tweakeroo-fabric-1.16.4-0.10.0-dev.20201122.174805
Disabling tile entity rendering (TweakNo Toggles) does not render the chest picture button in the inventory.
Expected behaviour: it renders it normally, and only unrenders the item and the block.
How to reproduce:
Turn on 'disableTileEntityRendering' in 'TweakNo Toggles'.
Observe the change.
This uses the same renderer as the chest item, so it's not really possible (without ugly hacks) to make this one thing render while all the other cases don't. The actual annoying thing is that these items even use the tile entity renderer instead of a regular model...