mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
15 lines
415 B
Diff
15 lines
415 B
Diff
--- ../src-base/minecraft/net/minecraft/entity/passive/EntityTameable.java
|
|
+++ ../src-work/minecraft/net/minecraft/entity/passive/EntityTameable.java
|
|
@@ -223,6 +223,11 @@
|
|
return this.aiSit;
|
|
}
|
|
|
|
+ public void setAISit(EntityAISit aiSit)
|
|
+ {
|
|
+ this.aiSit = aiSit;
|
|
+ }
|
|
+
|
|
public boolean shouldAttackEntity(EntityLivingBase target, EntityLivingBase owner)
|
|
{
|
|
return true;
|