How do i make a mob spawn with no condition, like it just spawns

Started by KaidinOk on

Topic category: Help with modding (Java Edition)

Last seen on 18:02, 22. Feb 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make a mob spawn with no condition, like it just spawns
Fri, 10/08/2021 - 19:13 (edited)

im working on my mod called the glow dimension and obviously, it glows. so im making three new mobs, and whenever i go in the dimension, they don't spawn. i tried every spawning condition except for watercreature, since they are land mobs. and before you say it, they don't spawn in the ambient condition either. and for extra info, one is a mob, two are creatures.

Edited by KaidinOk on Fri, 10/08/2021 - 19:13
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you need to select the mob…
Fri, 10/08/2021 - 19:14

you need to select the mob on your biomes mob spawn, then put the biome on the dimension

Last seen on 18:02, 22. Feb 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what spawning type?
Fri, 10/08/2021 - 19:18

what spawning type?

Last seen on 15:24, 24. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set behaviour to Creature /…
Fri, 10/08/2021 - 19:46

Set behaviour to Creature / Monster then they appear

Custom biomes and spawning have a lot of maths inside which consists in not having other mobs spawning inside custom biome and this implies that also assigned mobs do spawn rarely.

Set them as Creature / Monster, if necessary make it night and it will work