mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Allow GIANTS to spawn from Eggs
This commit is contained in:
@@ -218,6 +218,9 @@ public class EntityEgg extends Entity {
|
||||
case GHAST:
|
||||
entity = new EntityGhast(this.world);
|
||||
break;
|
||||
case GIANT:
|
||||
entity = new EntityGiantZombie(this.world);
|
||||
break;
|
||||
case PIG:
|
||||
entity = new EntityPig(this.world);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user