Add patched mod + restructure biome definitions

This commit is contained in:
Sergeant Acoustic 2026-02-03 03:21:46 +00:00
parent 70f3f14b8b
commit a1e2630e31
20 changed files with 140 additions and 545 deletions

View file

@ -157,6 +157,21 @@
"sha512": "5a4b29861e9526ce1ccb3a856acf0053397d43fd0756786f3188147f0892c216370bc85b692a8293a9e129538293a087ec9eff4fdbe8b6e43608a7e56b226364"
},
"path": "mods/fabric-api-0.116.8+1.21.1.jar"
},
{
"downloads": [
"https://cdn.modrinth.com/data/IBlGrJtC/versions/KoLiT6a6/Patched-7.4.1%2B1.21.1-fabric.jar"
],
"env": {
"client": "required",
"server": "required"
},
"fileSize": 205131,
"hashes": {
"sha1": "b5c762c3373f798b1cb2d2d9c9c24052f68b80ca",
"sha512": "9ef7216331b4528da69d54ed15bdb15d0f4ead49a12aef78f80a2feb61350533a6436584c03796917b08756c0da72212e200110d95e25d4e0ed90cc60bec6ee7"
},
"path": "mods/Patched-7.4.1+1.21.1-fabric.jar"
}
]
}

View file

@ -1,99 +0,0 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.basalt_deltas.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
"fog_color": 6840176,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.basalt_deltas.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.basalt_deltas"
},
"particle": {
"options": {
"type": "minecraft:white_ash"
},
"probability": 0.118093334
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[
"minecraft:delta",
"minecraft:small_basalt_columns",
"minecraft:large_basalt_columns"
],
[],
[],
[
"minecraft:basalt_blobs",
"minecraft:blackstone_blobs",
"minecraft:spring_delta",
"minecraft:patch_fire",
"minecraft:patch_soul_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:brown_mushroom_nether",
"minecraft:red_mushroom_nether",
"minecraft:ore_magma",
"minecraft:ore_gold_deltas",
"minecraft:ore_quartz_deltas",
"mc_rebalance:ore_diamond_nether",
"mc_rebalance:ore_diamond_nether_buried",
"mc_rebalance:ore_diamond_nether_large",
"mc_rebalance:ore_diamond_blackstone"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:ghast",
"maxCount": 1,
"minCount": 1,
"weight": 40
},
{
"type": "minecraft:magma_cube",
"maxCount": 5,
"minCount": 2,
"weight": 100
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}

View file

@ -0,0 +1,7 @@
[
{
"op": "add",
"path": "/features/7/-",
"value": "mc_rebalance:ore_diamond_blackstone"
}
]

View file

@ -1,106 +0,0 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.crimson_forest.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
"fog_color": 3343107,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.crimson_forest.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.crimson_forest"
},
"particle": {
"options": {
"type": "minecraft:crimson_spore"
},
"probability": 0.025
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:patch_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:ore_magma",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"mc_rebalance:ore_diamond_nether",
"mc_rebalance:ore_diamond_nether_buried",
"mc_rebalance:ore_diamond_nether_large"
],
[],
[
"minecraft:spring_lava",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:weeping_vines",
"minecraft:crimson_fungi",
"minecraft:crimson_forest_vegetation"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:zombified_piglin",
"maxCount": 4,
"minCount": 2,
"weight": 1
},
{
"type": "minecraft:hoglin",
"maxCount": 4,
"minCount": 3,
"weight": 9
},
{
"type": "minecraft:piglin",
"maxCount": 4,
"minCount": 3,
"weight": 5
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}

View file

@ -1,112 +0,0 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.nether_wastes.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.nether_wastes.loop",
"fog_color": 3344392,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.nether_wastes.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.nether_wastes"
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:patch_fire",
"minecraft:patch_soul_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:brown_mushroom_nether",
"minecraft:red_mushroom_nether",
"minecraft:ore_magma",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"mc_rebalance:ore_diamond_nether",
"mc_rebalance:ore_diamond_nether_buried",
"mc_rebalance:ore_diamond_nether_large"
],
[],
[
"minecraft:spring_lava",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal"
]
],
"has_precipitation": false,
"spawn_costs": {},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:ghast",
"maxCount": 4,
"minCount": 4,
"weight": 50
},
{
"type": "minecraft:zombified_piglin",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:magma_cube",
"maxCount": 4,
"minCount": 4,
"weight": 2
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 4,
"weight": 1
},
{
"type": "minecraft:piglin",
"maxCount": 4,
"minCount": 4,
"weight": 15
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}

View file

@ -1,123 +0,0 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.soul_sand_valley.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.soul_sand_valley.loop",
"fog_color": 1787717,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.soul_sand_valley.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.soul_sand_valley"
},
"particle": {
"options": {
"type": "minecraft:ash"
},
"probability": 0.00625
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[
"minecraft:basalt_pillar"
],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:patch_fire",
"minecraft:patch_soul_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:patch_crimson_roots",
"minecraft:ore_magma",
"minecraft:ore_soul_sand",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"mc_rebalance:ore_diamond_nether",
"mc_rebalance:ore_diamond_nether_buried",
"mc_rebalance:ore_diamond_nether_large"
],
[],
[
"minecraft:spring_lava"
]
],
"has_precipitation": false,
"spawn_costs": {
"minecraft:enderman": {
"charge": 0.7,
"energy_budget": 0.15
},
"minecraft:ghast": {
"charge": 0.7,
"energy_budget": 0.15
},
"minecraft:skeleton": {
"charge": 0.7,
"energy_budget": 0.15
},
"minecraft:strider": {
"charge": 0.7,
"energy_budget": 0.15
}
},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:skeleton",
"maxCount": 5,
"minCount": 5,
"weight": 20
},
{
"type": "minecraft:ghast",
"maxCount": 4,
"minCount": 4,
"weight": 50
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 4,
"weight": 1
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}

View file

@ -1,101 +0,0 @@
{
"carvers": {
"air": "minecraft:nether_cave"
},
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.warped_forest.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.warped_forest.loop",
"fog_color": 1705242,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.warped_forest.mood",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.warped_forest"
},
"particle": {
"options": {
"type": "minecraft:warped_spore"
},
"probability": 0.01428
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
},
"features": [
[],
[],
[],
[],
[],
[],
[],
[
"minecraft:spring_open",
"minecraft:patch_fire",
"minecraft:patch_soul_fire",
"minecraft:glowstone_extra",
"minecraft:glowstone",
"minecraft:ore_magma",
"minecraft:ore_gravel_nether",
"minecraft:ore_blackstone",
"minecraft:ore_gold_nether",
"minecraft:ore_quartz_nether",
"mc_rebalance:ore_diamond_nether",
"mc_rebalance:ore_diamond_nether_buried",
"mc_rebalance:ore_diamond_nether_large"
],
[],
[
"minecraft:spring_lava",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:warped_fungi",
"minecraft:warped_forest_vegetation",
"minecraft:nether_sprouts",
"minecraft:twisting_vines"
]
],
"has_precipitation": false,
"spawn_costs": {
"minecraft:enderman": {
"charge": 1.0,
"energy_budget": 0.12
}
},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:strider",
"maxCount": 2,
"minCount": 1,
"weight": 60
}
],
"misc": [],
"monster": [
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 4,
"weight": 1
}
],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,9 @@
{
"feature": "minecraft:ore_ancient_debris_large",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}

View file

@ -0,0 +1,9 @@
{
"feature": "minecraft:ore_ancient_debris_small",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}

View file

@ -0,0 +1,9 @@
{
"feature": "minecraft:spring_nether_closed",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}

View file

@ -0,0 +1,9 @@
{
"feature": "minecraft:spring_nether_closed",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}

View file

@ -4,20 +4,39 @@
"pack_format": 48,
"supported_formats": [34, 48]
},
"patched": {
"format_version": 1,
"patch_targets": [
{
"pack_type": "server_data",
"patch": "nether_biomes",
"targets": [{
"namespace": ["minecraft"],
"path": [
"worldgen/biome/basalt_deltas.json",
"worldgen/biome/crimson_forest.json",
"worldgen/biome/nether_wastes.json",
"worldgen/biome/soul_sand_valley.json",
"worldgen/biome/warped_forest.json"
]
}]
}
]
},
"filter": {
"block": [
{
"namespace": "minecraft",
"path": "recipe/wooden_"
},
{
"namespace": "vanillabackport",
"path": "recipe/bundle_coloring.json"
},
{
"namespace": "minecraft",
"path": "recipe/stone_(pickaxe|axe|hoe|shovel|sword|spear).json"
},
{
"namespace": "vanillabackport",
"path": "recipe/bundle_coloring.json"
},
{
"namespace": "enderitemod",
"path": "recipe/enderite_spear.json"

View file

@ -0,0 +1,17 @@
[
{
"op": "add",
"path": "/features/7/-",
"value": "mc_rebalance:ore_diamond_nether"
},
{
"op": "add",
"path": "/features/7/-",
"value": "mc_rebalance:ore_diamond_nether_buried"
},
{
"op": "add",
"path": "/features/7/-",
"value": "mc_rebalance:ore_diamond_nether_large"
}
]