Updated to Minecraft 1.1
This commit is contained in:
@@ -56,7 +56,7 @@ public class EntityPig extends EntityAnimal {
|
||||
}
|
||||
|
||||
protected int e() {
|
||||
return this.z() ? Item.GRILLED_PORK.id : Item.PORK.id;
|
||||
return this.A() ? Item.GRILLED_PORK.id : Item.PORK.id;
|
||||
}
|
||||
|
||||
public boolean hasSaddle() {
|
||||
|
||||
Reference in New Issue
Block a user