Fixed EntityJoinWorldEvent not being fired when player is added to ServerWorld.

Fixed wrong example path for the access transformer in the MDK build.gradle. 
Added getters for mouse x/y velocity and if the middle-mouse button is being held down. 
Modify issue template for better clarity. 
Fixed grindstone not using ItemStack-sensitive getMaxDamage. 
Added ParticleManager.registerFactory to Forge's AT. 
Fixed NPE in SidedInvWrapper when side was null. 
Moved EndermanEntity.setAttackTarget super call to allow LivingSetAttackTargetEvent the ability to override default behavior. 
Added field to make "Looking at" debug info maximum distance configurable 
This commit is contained in:
LexManos 2019-07-08 17:49:52 -07:00
parent 35aab8b17a
commit 32b7e456d7

View file

@ -28,7 +28,7 @@ minecraft {
mappings channel: '@MAPPING_CHANNEL@', version: '@MAPPING_VERSION@'
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
// accessTransformer = file('build/resources/main/META-INF/accesstransformer.cfg')
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
// Default run configurations.
// These can be tweaked, removed, or duplicated as needed.