Still life compat
Disabled diamond ores spawning within still life biomes
This commit is contained in:
parent
9133847856
commit
69c42422d1
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:replace_single_block",
|
||||
"config": {
|
||||
"targets": []
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"feature": "minecraft:ore_diamond_medium",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"feature": "minecraft:ore_diamond_medium",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue