Commits
Matthew Steglinski authored and md_5 committed 19f2af066e9
1 + | --- a/net/minecraft/world/entity/animal/horse/EntityHorseSkeleton.java |
2 + | +++ b/net/minecraft/world/entity/animal/horse/EntityHorseSkeleton.java |
3 + | |
4 + | private final PathfinderGoalHorseTrap skeletonTrapGoal = new PathfinderGoalHorseTrap(this); |
5 + | private static final int TRAP_MAX_LIFE = 18000; |
6 + | private boolean isTrap; |
7 + | - private int trapTime; |
8 + | + public int trapTime; // PAIL |
9 + | |
10 + | public EntityHorseSkeleton(EntityTypes<? extends EntityHorseSkeleton> entitytypes, World world) { |
11 + | super(entitytypes, world); |