Remove ancient debris from nether

This commit is contained in:
Sergeant Acoustic 2025-11-03 19:03:19 +00:00
parent 38604ffc93
commit fc5cd9a890
3 changed files with 21 additions and 0 deletions

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
}
]
}