Added more examples thanks to @crovono

This commit is contained in:
DaanV2
2021-06-06 11:37:29 +02:00
parent adb915ae45
commit e8ccb1b882
14 changed files with 241 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"format_version": "1.13.0",
"minecraft:ore_feature": {
"description": {
"identifier": "ore_features:ore_feature"
},
"count": 25,
"replace_rules": [
{
"places_block": "minecraft:glass",
"may_replace": ["minecraft:air"]
},
{
"places_block": "minecraft:cobblestone",
"may_replace": ["minecraft:grass", "minecraft:stone", "minecraft:dirt"]
}
]
}
}