Remove diamonds from overworld fossils

This commit is contained in:
Sergeant Acoustic 2025-08-29 15:20:37 +01:00
parent b5cc49d07a
commit ad1c021f0e

View file

@ -0,0 +1,29 @@
{
"processors": [
{
"integrity": 0.1,
"processor_type": "minecraft:block_rot"
},
{
"processor_type": "minecraft:rule",
"rules": [
{
"input_predicate": {
"block": "minecraft:coal_ore",
"predicate_type": "minecraft:block_match"
},
"location_predicate": {
"predicate_type": "minecraft:always_true"
},
"output_state": {
"Name": "minecraft:deepslate_coal_ore"
}
}
]
},
{
"processor_type": "minecraft:protected_blocks",
"value": "#minecraft:features_cannot_replace"
}
]
}