ISSUE config
Sothopery opened this issue · 3 comments
I think i get how to do the config. it's just a little complicated to find out hehe
actually i dont. how do you add the nether to this config? (•_•)
There are two ways to do it:
- you can use the biome tag in the configuration (biomeTagsEnable true). For example:
{
"path": "is_nether",
"namespace": "minecraft",
"priority": 1,
}
Example for using fabric biome tag:
{
"path": "in_nether",
"namespace": "c",
"priority": 1,
}
- you can use a world or biome identifier (worldAndBiomeEnable true). For example:
{
"path": "the_nether",
"namespace": "minecraft",
"priority": 1,
}