Adds RenderWorldLastEvent and an AW for Entity.getSavedEntityId(). These changes are required for Neat.
Note that Neat does not work when patched with upstream Patcher, as there is a bug where SRG constant strings are not remapped. I have a fork (stringconstant-hack branch) which re-adds the remapping functionality. I can PR to Patcher if that is what I should do, however there is probably a better way to solve the problem than what I did in my fork.
Adds RenderWorldLastEvent and an AW for
Entity.getSavedEntityId()
. These changes are required for Neat.Note that Neat does not work when patched with upstream Patcher, as there is a bug where SRG constant strings are not remapped. I have a fork (
stringconstant-hack
branch) which re-adds the remapping functionality. I can PR to Patcher if that is what I should do, however there is probably a better way to solve the problem than what I did in my fork.