Remove ancient debris from nether
This commit is contained in:
parent
38604ffc93
commit
fc5cd9a890
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:replace_single_block",
|
||||||
|
"config": {
|
||||||
|
"targets": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:replace_single_block",
|
||||||
|
"config": {
|
||||||
|
"targets": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_ancient_debris_large",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue