-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mystical Flower spawning rules not respected. #4760
Comments
Here are my edits to the spawning files: botania/tags/worldgen/biome/mystical_flower_spawnlist.json: |
I've now tried specifying the exact biomes I want to block/have mystical flowers spawn in.... and still the results are the same: botania/tags/worldgen/biome/mystical_flower_spawnlist.json: |
In general, you should not need to use the block list if you specify individual biomes in the spawn list already. The block list exists so you can use more general biome categories in the spawn list and exclude certain biomes or overlapping biome categories from those. But I wonder: Where did you put that spawn list? Is that in a mod or in a separate data pack? If it's the former, you will need to ensure your mod load order causes your version of the tag definition overrides the one added by Botania. Otherwise, Botania will add its definitions to your list of biomes. |
Mod Loader
Forge
Minecraft Version
1.20.1
Botania version
1.20.1-446
Modloader version
47.3.7
Modpack info
No response
The latest.log file
https://pastebin.com/BYgrbntA
Issue description
During world generation, mystical flowers spawn in the Minecraft overworld, despite the only allowed biomes being in the Twilight Forest. This was set up using KubeJS datapacks. This works flawlessly with single player and all other KubeJS datapack modifications also work properly.
Steps to reproduce
Other information
No response
The text was updated successfully, but these errors were encountered: