Compass stops showing any biomes if biome_modifier used in a datapack
asoshinsky opened this issue ยท 0 comments
The compass works as intended, no problem; however, if I wanted to add placed features to a biome using datapack forge/biome_modifier (open loader), the compass stops working and doesn't show any biomes.
Minecraft version 1.20.1
Nature's Compass 1.20.1-1.11.2-forge
Folder directory: ...\data\customname\forge\biome_modifier
An example of the biome_modifier json file:
{
"type": "forge:add_features",
"biomes": [
"twilightforest:oak_savannah",
"twilightforest:clearing"
],
"features": [
"farm_and_charm:wild_corn_chance"
],
"step": "vegetal_decoration"
}
the datapack works and places the feature where needed but the compass stops working if the datapack loaded.