EMI

EMI

1M Downloads

[NeoForge] IItemDecorators are not rendered for batched items

embeddedt opened this issue ยท 1 comments

commented

When stack batching is enabled, NeoForge IItemDecorators are not rendered for those stacks. An example of this is that Mekasuit energy levels from Mekanism are not rendered with batching active (tested on 1.21.1).

image

I've split this off from #790 as the original issue now has a PR open which fixes it. Fixing this one will unfortunately require reaching into NeoForge internals, as the ItemDecoratorHandler class is not public API, but you need it to determine which stacks have a decorator registered.

commented

Ohhh that explains why the light block state overlay just didn't work..