minecraft-assets/data/minecraft/worldgen/configured_feature/ore_lapis_buried.json

27 lines
582 B
JSON

{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 1.0,
"size": 7,
"targets": [
{
"state": {
"Name": "minecraft:lapis_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
},
{
"state": {
"Name": "minecraft:deepslate_lapis_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}
}