@@ -1,8 +1,11 @@
|
||||
--- a/net/minecraft/server/EntityAnimal.java
|
||||
+++ b/net/minecraft/server/EntityAnimal.java
|
||||
@@ -8,6 +8,7 @@
|
||||
@@ -6,8 +6,9 @@
|
||||
public abstract class EntityAnimal extends EntityAgeable implements IAnimal {
|
||||
|
||||
protected Block bF;
|
||||
private int bC;
|
||||
- private int bC;
|
||||
+ public int bC; // CraftBukkit - private -> public
|
||||
public UUID breedCause;
|
||||
+ public ItemStack breedItem; // CraftBukkit - Add breedItem variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user