Hello!
So I made a Bee mob using a custom head and disguised as a bat. Problem is, I want them to spawn in certain biomes, during the day, and above ground.
Here is my bee mob config:
How to get bats to spawn randomly during the day?
So I made a Bee mob using a custom head and disguised as a bat. Problem is, I want them to spawn in certain biomes, during the day, and above ground.
Here is my bee mob config:
Code:
bee: Mobtype: BAT Health: 2 Damage: 5 Display: 'Bee' Drops: - beeDrops Disguise.Type: babyzombie Skills: - equip{i=beehead:4} ~onSpawn - potion{t=INVISIBILITY;d=2147483647;l=1} @self ~onSpawn - effect:particles{p=reddust;color=#000000} @self...
How to get bats to spawn randomly during the day?