BiomeSelectors.foundInOverworld() ignores custom biomes added via minecraft/dimension/overworld.json
See original GitHub issueBiome Modification API ignores mod biomes added in data pack loaded via
https://github.com/FabricMC/fabric/issues/1703#issuecomment-913061946ResourceManagerHelper.registerBuiltinResourcePack(Identifier, ModContainer, ResourcePackActivationType.ALWAYS_ENABLED)
.
Perhaps loading via ResourceManagerHelper doesn’t matter.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
[MC-187262] Worldgen json ignores seed in custom dimensions
(your overworld or custom dimension seed must match with this bug; this bug will cause unsuspecting users to have corruptly-generated chunks in ...
Read more >[SOLVED][1.16.5] Custom Biome not generating in overworld ...
Hi, I am working on a mod which adds a custom biome to the overworld, the /locatebiome command lists my biome as well,...
Read more >Custom world generation - Minecraft Wiki - Fandom
Custom world generation allows data packs to change how the world generate. A world preset controls what dimensions a world has.
Read more >Biomes - Bedrock Wiki
Non-JSON files directly placed inside this directory are ignored. ... De-slotting or the addition of custom biomes may be necessary to remove a...
Read more >Just Enough Dimensions - Mods - Minecraft - CurseForge
Thus, if you want to have an RTG world, that needs to be the regular "main" overworld! You can then create the custom...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The problem is that it’s not just vanilla biomes, but also mod biomes added with the Biome API.
foundInOverworld
does not actually check which biomes generate in the overworld, but which biomes generate withminecraft:vanilla_layered
.