This commit is contained in:
MattBDev
2016-03-29 15:47:59 -04:00
parent d0622eb87d
commit 6007f040cd
65 changed files with 754 additions and 752 deletions

View File

@ -182,7 +182,7 @@ public class EntityWrapper {
storeLiving((LivingEntity) entity);
return;
}
// END AMEABLE //
// END TAMEABLE //
case SHEEP: {
Sheep sheep = (Sheep) entity;
this.dataByte = (byte) (sheep.isSheared() ? 1 : 0);