ForgePatch/patches/minecraft/net/minecraft/entity
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
..
ai Fix for patch targetting the wrong field to change for failed pathfinding penalty 2016-03-20 02:05:38 -04:00
boss 1.9.4 Update. 2016-05-18 03:29:10 -07:00
effect Switch to srg patches 2016-03-11 19:59:24 -05:00
item 1.9.4 Update. 2016-05-18 03:29:10 -07:00
monster 1.9.4 Update. 2016-05-18 03:29:10 -07:00
passive 1.9.4 Update. 2016-05-18 03:29:10 -07:00
player 1.9.4 Update. 2016-05-18 03:29:10 -07:00
Entity.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
EntityHanging.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
EntityList.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
EntityLiving.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
EntityLivingBase.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
EntitySpawnPlacementRegistry.java.patch Fix a newly missing AT. Remove all CL_ references. OBFID is gone. 2015-11-13 00:09:34 -05:00
EntityTracker.java.patch Switch to srg patches 2016-03-11 19:59:24 -05:00
EntityTrackerEntry.java.patch Remove our entity position fixer. Vanilla fixed the bug in 1.9. 2016-03-16 18:24:11 -07:00