Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public Class<LivingEntity> getEntityClass() {
}

public void setFrozenFor(int frozenFor) {
//#4133, #4134, #4132, #4125, #4123, #4122, #4120, #4119, #4114, #4110, #4103, #4099, #4094, #4093, #4088, #4087, #4085, #4080, #4078
if (!(this.getEntity() instanceof EntityIceDragon)) {
this.isFrozen = true;
this.ticksUntilUnfrozen = frozenFor;
Expand Down

0 comments on commit d848efb

Please sign in to comment.