AlexModGuy / Ice_and_Fire

Minecraft mystical mod
GNU Lesser General Public License v3.0
391 stars 239 forks source link

[ADD BIOME] Can anyone teach me how to add biomes in ICE AND FIRE? #5371

Open AMNEWBIE0078 opened 2 months ago

AMNEWBIE0078 commented 2 months ago

What happened?

Please explain each part to me and tell me what I need to adjust.

This is what I would like to add. ⬇️⬇️⬇️⬇️⬇️⬇️ LOL

Minecraft Version

1.18

Ice and Fire version

2.1.13-1.18.2-beta-3

Citadel version

1.11.3-1.18.2.

Relevant log output

{
  "citadel_format": 0,     | Please explain the meaning of the part where this symbol appears⬅️
  "biomes": [
    [
      {
        "type": "BIOME_TAG",⬅️
        "negate": false,⬅️
        "value": "forge:is_overworld"⬅️
      },
      {
        "type": "BIOME_TAG",
        "negate": false,
        "value": "forge:is_hot"⬅️
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "minecraft:is_jungle"⬅️
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "minecraft:is_badlands"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "forge:is_savanna"⬅️
      }
    ],
    [
      {
        "type": "BIOME_TAG",
        "negate": false,
        "value": "forge:is_overworld"
      },
      {
        "type": "BIOME_TAG",
        "negate": false,
        "value": "forge:is_plains"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "forge:is_wet"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "forge:is_cold"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "minecraft:is_jungle"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "minecraft:is_badlands"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "forge:is_savanna"
      },
      {
        "type": "BIOME_TAG",
        "negate": true,
        "value": "minecraft:is_forest"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",⬅️
        "negate": false,
        "value": "terralith:volcanic_crater"⬅️
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "terralith:volcanic_peaks"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "terralith:steppe"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "byg:rose_fields"⬅️
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "byg:prairie"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "byg:firecracker_shrubland"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "byg:autumnal_valley"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "byg:lush_stacks"
      }
    ],
    [
      {
        "type": "REGISTRY_NAME",
        "negate": false,
        "value": "terralith:cave/thermal_caves"
      }
    ]
  ]
}

____________________________________________________________________________________________________

{
  "replace": false,
  "values": [
    "decent_biomes:autumnal_yellow_birch_forest",
    "decent_biomes:moon_valley",
    "decent_biomes:autumnal_orange_oak_forest",
    "decent_biomes:autumnal_red_oak_forest"
  ]
}

⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️
This is what I would like to add.

Other Information