ForgePatch/patches/minecraft/net/minecraft/client/renderer/block/model
LexManos f1cca475ea Initial patch update to 1.12.
Some things to note:
Netty is screwy so currently can't join single player. @cpw
Crafting has been MAJORY reworked. The current GameRegistry functions are nooped, this is IN THE WORKS.
  Just need to move the recipe list to a full class registry, and then re implement the in-code recipe registration.
  Also, it IS advised that modders move to JSON, because ideally we'll see a S->C recipe syncing system in 1.13
  which would allow servers to have custom recipes.
  OreDictionary currently 1/2 works, need to write a better algorithm for replacing ingredients.
  Please be patient
Rendering:
  A lot of functions got a new float parameter, this is similar to partial ticks, needs more research
2017-06-10 22:22:02 -04:00
..
BakedQuad.java.patch Fixed quads that don't need diffuse lighting getting it anyway. 2016-03-17 14:11:24 +03:00
BakedQuadRetextured.java.patch Fixed invalid index calculation in BakedQuadRetextured. 2016-03-18 16:55:21 +03:00
FaceBakery.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
IBakedModel.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
ItemCameraTransforms.java.patch Separated model classes to client and common packages. 2016-03-21 10:48:52 +03:00
ItemOverrideList.java.patch Cleanup some null checks and remove deprecated methods in Item and Block (#3429) 2016-11-22 15:20:05 -08:00
ItemTransformVec3f.java.patch Separated model classes to client and common packages. 2016-03-21 10:48:52 +03:00
ModelBakery.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
ModelBlockDefinition.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
ModelManager.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
ModelResourceLocation.java.patch Initial 1.11-pre1 update 2016-11-13 17:09:55 -05:00
ModelRotation.java.patch Separated model classes to client and common packages. 2016-03-21 10:48:52 +03:00
Variant.java.patch Implemented slightly more generic version of UVLock, re-enabled it for json models. Closes #2607. 2016-03-21 18:06:35 +03:00