Make ancient debris spawn in all endercon biomes

Height conditions still need to be met
This commit is contained in:
Sergeant Acoustic 2026-03-02 18:19:38 +00:00
parent b25e883f63
commit 69e9ac21ec
2 changed files with 10 additions and 7 deletions

View file

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

View file

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