minecraft-src/data/minecraft/worldgen/configured_feature/ore_redstone.json
2025-07-04 01:41:11 +03:00

33 lines
No EOL
720 B
JSON

{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 8,
"targets": [
{
"state": {
"Name": "minecraft:redstone_ore",
"Properties": {
"lit": "false"
}
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:stone_ore_replaceables"
}
},
{
"state": {
"Name": "minecraft:deepslate_redstone_ore",
"Properties": {
"lit": "false"
}
},
"target": {
"predicate_type": "minecraft:tag_match",
"tag": "minecraft:deepslate_ore_replaceables"
}
}
]
}
}