Sun Spirit now drops the Sun Altar.
This commit is contained in:
parent
179eb6195d
commit
da34da2496
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue