Sun Spirit now drops the Sun Altar.

This commit is contained in:
bconlon 2021-02-23 17:28:43 -08:00
parent 179eb6195d
commit da34da2496
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ public class EntitySunSpirit extends EntityFlying implements IMob, IAetherBoss,
@Override
protected void dropFewItems(boolean var1, int var2) {
this.entityDropItem(new ItemStack(ItemsAether.dungeon_key, 1, 2), 0.5F);
this.entityDropItem(new ItemStack(BlocksAether.sun_altar), 0.5F);
}
@Override