embeddedt
embeddedt
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...
Reading the tooltips of modded items can be slow since many mods have relatively inefficient tooltip handlers. This PR adds an option to disable that, at the cost of preventing...
Fixes https://github.com/neoforged/NeoForge/issues/1863. We now update in the horizontal plane order, and then the vertical plane order. ~~Technically we still emit updates on the vertical axis, while vanilla does not, but...
The [`MixinIdentifier`](https://github.com/Traben-0/Entity_Texture_Features/blob/fbab259e5f578520dca7ae7b53407a122e3aa7b3/common/src/main/java/traben/entity_texture_features/mixin/MixinIdentifier.java#L18) injector can cause high amounts of `CallbackInfoReturnable` allocations in conjunction with mods that create an `Identifier` on every tick. While it could be argued mods should be caching...
Aside from bringing in the changes from Spark `master` branch, this updates the Forge 1.7.10 port to use RetroFuturaGradle, the modern replacement for ForgeGradle 1.2, for consistency with the rest...
### Issue description Newer versions of ModernFix include an optimization that is able to sync tag-backed `Ingredient`s over the network using the tag ID instead of having to send the...