Still life compat

Disabled diamond ores spawning within still life biomes
This commit is contained in:
Sergeant Acoustic 2025-08-20 22:43:39 +01:00
parent 9133847856
commit 69c42422d1
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"type": "minecraft:replace_single_block",
"config": {
"targets": []
}
}

View file

@ -0,0 +1,9 @@
{
"feature": "minecraft:ore_diamond_medium",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}

View file

@ -0,0 +1,9 @@
{
"feature": "minecraft:ore_diamond_medium",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}