Compare commits

..

2 commits

Author SHA1 Message Date
Sergeant Acoustic 61b4472b91 Add endercon biomes to the is_end tag 2026-03-02 18:24:15 +00:00
Sergeant Acoustic 69e9ac21ec Make ancient debris spawn in all endercon biomes
Height conditions still need to be met
2026-03-02 18:19:38 +00:00
3 changed files with 18 additions and 7 deletions

View file

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

View file

@ -0,0 +1,8 @@
{
"values": [
"endercon:end_depths",
"endercon:end_hallows",
"endercon:end_skies",
"endercon:end_sky_islands"
]
}

View file

@ -43,6 +43,16 @@
"worldgen/biome/small_end_islands.json"
]
}]
},
{
"pack_type": "server_data",
"patch": "end_netherite_ore",
"targets": [{
"namespace": ["endercon"],
"path": [
{"pattern": "worldgen/biome/.*\\.json"}
]
}]
}
]
},