Created
March 4, 2021 17:46
-
-
Save DaMatrix/4503191a6848c56bf6994952d8af16a9 to your computer and use it in GitHub Desktop.
terra++ biome override example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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