Tin Ore

Tin Ore

6.2k Downloads

ISSUE config

Sothopery opened this issue · 3 comments

commented

image
Alpha misspelled in the auto-generated config

Also I'm not sure how to add new things to it <: O

commented

I think i get how to do the config. it's just a little complicated to find out hehe

commented

actually i dont. how do you add the nether to this config? (•_•)

commented

actually i dont. how do you add the nether to this config? (•_•)

There are two ways to do it:

  1. 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,
     }
  1. you can use a world or biome identifier (worldAndBiomeEnable true). For example:
    {
      "path": "the_nether",
      "namespace": "minecraft",
      "priority": 1,
     }