You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
When stack batching is enabled, NeoForge
IItemDecorator
s 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).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.The text was updated successfully, but these errors were encountered: