ForgePatch/patches/minecraft/net/minecraft/client/renderer/block/model
LexManos b9ac73b0f1 1.9.4 Update.
Major things to note:
Class renames: https://gist.github.com/LexManos/44dd211f90f498ad4015279b103dff86
Tile Entities are now packed in the ChunkData packet.
Forge intends to work around this to better support large moded worlds, but for the time being modders should implement the new function carefully and only send what data they need to!
Minecraft's codebase now has annotations, these are directly from Mojang and should be adheared to!
Added support for package-info.java's containing @Nullable information for all MC code base.
2016-05-18 03:29:10 -07: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 1.9.4 Update. 2016-05-18 03:29:10 -07:00
ItemTransformVec3f.java.patch Separated model classes to client and common packages. 2016-03-21 10:48:52 +03:00
ModelBakery.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
ModelBlockDefinition.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
ModelManager.java.patch First version of updated of ModelLoader, mostly works. 2016-03-13 12:10:50 +03:00
ModelResourceLocation.java.patch Separated model classes to client and common packages. 2016-03-21 10:48:52 +03: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