PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Changes for Neat #209

Closed stairman06 closed 3 years ago

stairman06 commented 3 years ago

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.