Add new metal, wood, and leaves types for various mods including BetterEnd, Born in Chaos, and Rechiseled; expand allowed sounds for Sound Physics Remastered; update sort order for Jade configuration.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"create_version": "21.0.24",
|
||||
"rendering": {
|
||||
"custom_sky": true,
|
||||
"sulfur_water_color": true,
|
||||
"blend_biome_music": true
|
||||
},
|
||||
"modify_version": "21.0.24"
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"create_version": "21.0.24",
|
||||
"structure": {
|
||||
"generate_central_island": true,
|
||||
"generate_obsidian_platform": true,
|
||||
"has_portal": true,
|
||||
"replace_portal": true,
|
||||
"has_pillars": true,
|
||||
"replace_pillars": true,
|
||||
"biome_size_caves": 32,
|
||||
"end_city_fail_chance": 5
|
||||
},
|
||||
"generator": {
|
||||
"use_new_generator": true,
|
||||
"layers": {
|
||||
"big_islands": {
|
||||
"distance": 300.0,
|
||||
"scale": 200.0,
|
||||
"average_height": 0.546875,
|
||||
"height_variation": 0.078125,
|
||||
"coverage": 0.5,
|
||||
"contains_central_island": false
|
||||
},
|
||||
"medium_islands": {
|
||||
"distance": 150.0,
|
||||
"scale": 100.0,
|
||||
"average_height": 0.546875,
|
||||
"height_variation": 0.15625,
|
||||
"coverage": 0.5,
|
||||
"contains_central_island": true
|
||||
},
|
||||
"small_islands": {
|
||||
"distance": 60.0,
|
||||
"scale": 50.0,
|
||||
"average_height": 0.546875,
|
||||
"height_variation": 0.234375,
|
||||
"coverage": 0.5,
|
||||
"contains_central_island": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
"has_dragon_fights": true,
|
||||
"spawn": {
|
||||
"has_spawn": false,
|
||||
"point": {
|
||||
"x": 20,
|
||||
"y": 65,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cosmetic": {
|
||||
"change_chorus_plant": true
|
||||
},
|
||||
"modify_version": "21.0.24"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"portals": [
|
||||
{
|
||||
"dimension": "minecraft:overworld",
|
||||
"item": "betterend:eternal_crystal",
|
||||
"colorRed": 255,
|
||||
"colorGreen": 255,
|
||||
"colorBlue": 255
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user