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:
Leonid Pershin
2026-05-08 10:40:34 +03:00
parent 8844bb0e61
commit e0c966d37f
207 changed files with 27608 additions and 1 deletions
+9
View File
@@ -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"
}
+57
View File
@@ -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"
}
+11
View File
@@ -0,0 +1,11 @@
{
"portals": [
{
"dimension": "minecraft:overworld",
"item": "betterend:eternal_crystal",
"colorRed": 255,
"colorGreen": 255,
"colorBlue": 255
}
]
}