ForgePatch/patches/minecraft/net/minecraft/entity
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
..
ai Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
boss Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
effect Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
item Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
merchant/villager Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
monster Fixed EntityJoinWorldEvent not being fired when player is added to ServerWorld. #5827 2019-07-08 18:42:12 -07:00
passive Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
player Fix TickEvent.PlayerTickEvent firing twice for tick end (fixes #5878) (#5885) 2019-07-02 12:57:06 -07:00
projectile Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
Entity.java.patch Fix old entity not being removed on dimension change (#5833) 2019-07-04 13:03:45 -07:00
EntityClassification.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
EntitySpawnPlacementRegistry.java.patch Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
EntityType.java.patch Add reverse tag cache, to make looking up tags for items/blocks/etc.. less costly. 2019-06-12 19:28:10 -07:00
FlyingEntity.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
LivingEntity.java.patch Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
MobEntity.java.patch Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
SharedMonsterAttributes.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00