ForgePatch/patches/minecraft/net/minecraft/client
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
..
audio Fixed using PlaySoundEvent to replace a sound with a PositionedSound causing an NPE due to the Sound field not being set by a call to ISound.createAccessor(SoundHandler). 2016-04-04 22:18:34 -05:00
entity 1.9.4 Update. 2016-05-18 03:29:10 -07:00
gui 1.9.4 Update. 2016-05-18 03:29:10 -07:00
model Switch to srg patches 2016-03-11 19:59:24 -05:00
multiplayer 1.9.4 Update. 2016-05-18 03:29:10 -07:00
network 1.9.4 Update. 2016-05-18 03:29:10 -07:00
particle 1.9.4 Update. 2016-05-18 03:29:10 -07:00
renderer 1.9.4 Update. 2016-05-18 03:29:10 -07:00
resources 1.9.4 Update. 2016-05-18 03:29:10 -07:00
settings 1.9.4 Update. 2016-05-18 03:29:10 -07:00
shader Switch to srg patches 2016-03-11 19:59:24 -05:00
ClientBrandRetriever.java.patch Fix a newly missing AT. Remove all CL_ references. OBFID is gone. 2015-11-13 00:09:34 -05:00
LoadingScreenRenderer.java.patch Switch to srg patches 2016-03-11 19:59:24 -05:00
Minecraft.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00