ForgePatch/patches/minecraft
David Quintana 5e9380ab85
Fix forge blockstates and custom model loading (#6154)
* Reimplement forge blockstates variant through the use of a pseudo-model that handles the model loading, retexturing, custom data, etc. on behalf of the blockstates loader. This model gets injected into the model registry with an autogenerated unique name, to not collide with other model locations.
* Fix model loaders not being properly initialized by calling the reload method from the loader register function. In 1.12, registering a reload listener caused the listener to be called right away from the register method. This is not true anymore.
2019-10-08 00:18:29 +02:00
..
com/mojang/blaze3d/platform Remove legacy StartupProgress. 2019-06-30 23:48:54 -04:00
net/minecraft Fix forge blockstates and custom model loading (#6154) 2019-10-08 00:18:29 +02:00