mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-27 18:33:51 -07:00
Fix eating food whilst not facing a block
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- ../work/decompile-bb26c12b/net/minecraft/server/EntityProjectile.java 2014-11-27 08:59:46.725421741 +1100
|
||||
+++ src/main/java/net/minecraft/server/EntityProjectile.java 2014-11-27 08:42:10.140850934 +1100
|
||||
--- ../work/decompile-8eb82bde//net/minecraft/server/EntityProjectile.java 2014-11-28 11:22:55.970823162 +0000
|
||||
+++ src/main/java/net/minecraft/server/EntityProjectile.java 2014-11-28 11:01:54.000000000 +0000
|
||||
@@ -25,6 +25,7 @@
|
||||
public EntityProjectile(World world, EntityLiving entityliving) {
|
||||
super(world);
|
||||
|
Reference in New Issue
Block a user