SpawnEntries in Biomeconfig.bc does not support modded creatures.
NLBlackEagle opened this issue ยท 2 comments
OTG Plugin or Mod
- OTG Mod for Forge
OTG Version
- 1.12.2_v8_r1
Forge or Spigot Versions
1.12.2-forge1.12.2-14.23.5.2847
What other plugins are you running?
Dregora-1.12.2-v1.62-Dev
DrZharks MoCreatures Mod-12.0.5
Description
Using Entity(0,2,0,mocreatures:werewolf,10) in a bo3 works. /otg entities also lists werewolf as spawnable however using the same namespaceid in spawnmonsters in any biomeconfig.bc does not work.
This is the string I have used:
SpawnMonsters: [{"mob": "mocreatures:werewolf", "weight": 100, "min": 10, "max": 10}]
This can be tested with both bbundle as dregora and I suspect this applies to all mods altough i am not sure.
It also generates the following error in the logfiles:
[20:04:45] [Server thread/WARN] [OTG]: The value "[{"mob": "mocreatures:werewolf", "weight": 100, "min": 10, "max": 10}]" is not valid for the setting SpawnMonsters in Dregora_RFBeach on line 293: Invalid JSON structure near "mob":
Found out that the entity name for mocreatures:werewolf was Werewolf with capital W.
SpawnMonsters: [{"mob": "Werewolf", "weight": 100, "min": 10, "max": 10}] fixed it.
For the sake of being thorough:
Tested with:
SpawnMonsters: [{"mob": "werewolf", "weight": 100, "min": 10, "max": 10}]
Resulted in no errors, however no creatures spawned either.
using /otg entities werewolf is also listed:
http://prntscr.com/ptwp1b