ActuallyAdditions/src/generated/resources/data/actuallyadditions/worldgen/configured_feature/ore_black_quartz.json

27 lines
602 B
JSON
Raw Normal View History

2024-03-05 16:58:45 +01:00
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 6,
"targets": [
{
"state": {
"Name": "actuallyadditions:black_quartz_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
2024-03-11 21:40:25 +01:00
},
{
"state": {
"Name": "actuallyadditions:black_quartz_ore"
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
2024-03-05 16:58:45 +01:00
}
]
}
}