ForgePatch/patches/minecraft/net/minecraft/client/renderer
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
..
block Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
chunk Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
color Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
entity Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
texture Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
tileentity Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
vertex Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
BlockModelRenderer.java.patch Initial 1.11-pre1 update 2016-11-13 17:09:55 -05:00
BlockModelShapes.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
BlockRendererDispatcher.java.patch Initial 1.11-pre1 update 2016-11-13 17:09:55 -05:00
BufferBuilder.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
EntityRenderer.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
InventoryEffectRenderer.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
ItemModelMesher.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
ItemRenderer.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
OpenGlHelper.java.patch Initial 1.11-pre1 update 2016-11-13 17:09:55 -05:00
RenderGlobal.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
RenderItem.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
WorldVertexBufferUploader.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00