Skip to content

Instantly share code, notes, and snippets.

@DaMatrix
Created March 4, 2021 17:46
Show Gist options
  • Select an option

  • Save DaMatrix/4503191a6848c56bf6994952d8af16a9 to your computer and use it in GitHub Desktop.

Select an option

Save DaMatrix/4503191a6848c56bf6994952d8af16a9 to your computer and use it in GitHub Desktop.
terra++ biome override example
[
{
"biome": "minecraft:hell",
"bounds": {
"minX": 5,
"maxX": 50,
"minZ": 5,
"maxZ": 50
},
"priority": 100.0
},
{
"biome": "minecraft:void",
"replace": [ //this part is optional
"minecraft:ocean",
"minecraft:deep_ocean"
],
"bounds": {
"minX": -50,
"maxX": -5,
"minZ": -50,
"maxZ": -5
},
"priority": 3.0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment