ForgePatch/patches/minecraft/net/minecraft/tileentity
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
..
MobSpawnerBaseLogic.java.patch Inital 1.11 update. 2016-12-26 21:34:18 -08:00
TileEntity.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
TileEntityBeacon.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
TileEntityBrewingStand.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
TileEntityChest.java.patch Clean up null issues, add more annotations (#3590) 2017-01-11 15:17:56 -08:00
TileEntityFurnace.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
TileEntityHopper.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
TileEntityLockable.java.patch [1.11] Fix nullability issues around ForgeHooks and Capabilities (#3395) 2016-11-17 10:44:31 -08:00
TileEntityNote.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00
TileEntityShulkerBox.java.patch Fix hoppers being able to insert shulker boxes into shulker boxes. 2017-02-21 14:22:28 -08:00
TileEntitySign.java.patch Initial patch update to 1.12. 2017-06-10 22:22:02 -04:00