ForgePatch/patches/minecraft/net/minecraft/client
LexManos 61bea2bfda Fixed EntityJoinWorldEvent not being fired when player is added to ServerWorld. #5827
Fixed wrong example path for the access transformer in the MDK build.gradle. #5891
Added getters for mouse x/y velocity and if the middle-mouse button is being held down. #5776
Modify issue template for better clarity. #5874
Fixed grindstone not using ItemStack-sensitive getMaxDamage. #5831
Added ParticleManager.registerFactory to Forge's AT. #5896
Fixed NPE in SidedInvWrapper when side was null. #5787
Moved EndermanEntity.setAttackTarget super call to allow LivingSetAttackTargetEvent the ability to override default behavior. #5778
Added field to make "Looking at" debug info maximum distance configurable #5714
2019-07-08 18:42:12 -07:00
..
audio Remove legacy StartupProgress. 2019-06-30 23:48:54 -04:00
entity/player Update to 1.14.2 2019-06-07 16:50:47 -04:00
gui Redirect a method to the recipe book container, to allow modded screens to have a recipe book. (#5873) 2019-07-02 13:05:03 -07:00
multiplayer Update to 1.14.2 2019-06-07 16:50:47 -04:00
network Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
particle Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
renderer Update TextureStitchEvent.Pre to give access to the list of ResourceLocations that will be loaded as textures. (#5870) 2019-07-03 12:26:51 -07:00
resources Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
settings Update to 1.14.2 2019-06-07 16:50:47 -04:00
shader Update to 1.14.2 2019-06-07 16:50:47 -04:00
util Update to 1.14.2 2019-06-07 16:50:47 -04:00
world Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
ClientBrandRetriever.java.patch Branding fixup. 2018-09-30 14:29:14 -04:00
GameSettings.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
KeyboardListener.java.patch Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
Minecraft.java.patch Fix WorldEvent.Unload not firing on the client (fixes #5880) (#5884) 2019-07-02 12:58:45 -07:00
MouseHelper.java.patch Fixed EntityJoinWorldEvent not being fired when player is added to ServerWorld. #5827 2019-07-08 18:42:12 -07:00