( Resolve) Problem I can't spawn my monster in the biome cave

Started by sprits2000 on

Topic category: Help with modding (Java Edition)

Last seen on 13:55, 25. Apr 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
( Resolve) Problem I can't spawn my monster in the biome cave
Sun, 03/24/2024 - 17:50 (edited)

I can't spawn my monster in the biome cave

However, I arrive in the other biomes

 

{
  "type": "forge:add_spawns",
  "biomes": [
    "dripstone_caves",
    "lush_caves"
  ],
  "spawners": {
    "type": "mixmobsweaponsarmors:cave_troll",
    "weight": 100,
    "minCount": 1,
    "maxCount": 2
  }
}
Edited by sprits2000 on Sun, 03/24/2024 - 17:50