Remove diamonds from overworld fossils
This commit is contained in:
parent
b5cc49d07a
commit
ad1c021f0e
29
data/minecraft/worldgen/processor_list/fossil_diamonds.json
Normal file
29
data/minecraft/worldgen/processor_list/fossil_diamonds.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue