mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Merge pull request #56 from Iaccidentally/patch-4
Allow spawning baby villagers and ocelots
This commit is contained in:
commit
cea5c81d44
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ public class Commandspawnmob extends EssentialsCommand
|
|||
|| type == EntityType.MUSHROOM_COW
|
||||
|| type == EntityType.CHICKEN
|
||||
|| type == EntityType.PIG
|
||||
|| type == EntityType.VILLAGER
|
||||
|| type == EntityType.OCELOT
|
||||
|| type == EntityType.WOLF)
|
||||
&& data.equals("baby"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue