Remove support for llamas as mounts (they can't be controlled so no point yet).
This commit is contained in:
@@ -865,7 +865,6 @@ public class ArenaImpl implements Arena
|
|||||||
case 3: return EntityType.MULE;
|
case 3: return EntityType.MULE;
|
||||||
case 4: return EntityType.SKELETON_HORSE;
|
case 4: return EntityType.SKELETON_HORSE;
|
||||||
case 5: return EntityType.ZOMBIE_HORSE;
|
case 5: return EntityType.ZOMBIE_HORSE;
|
||||||
case 6: return EntityType.LLAMA;
|
|
||||||
default: return EntityType.HORSE;
|
default: return EntityType.HORSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user