@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/entity/item/EntityFallingBlock.java
|
||||
+++ b/net/minecraft/world/entity/item/EntityFallingBlock.java
|
||||
@@ -49,13 +49,17 @@
|
||||
@@ -49,6 +49,10 @@
|
||||
import net.minecraft.world.phys.Vec3D;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
@@ -11,14 +11,6 @@
|
||||
public class EntityFallingBlock extends Entity {
|
||||
|
||||
private static final Logger LOGGER = LogUtils.getLogger();
|
||||
private IBlockData blockState;
|
||||
public int time;
|
||||
public boolean dropItem;
|
||||
- private boolean cancelDrop;
|
||||
+ public boolean cancelDrop; // PAIL private -> public
|
||||
public boolean hurtEntities;
|
||||
public int fallDamageMax;
|
||||
public float fallDamagePerDistance;
|
||||
@@ -83,10 +87,17 @@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user