New testing folder
This commit is contained in:
21
test/files/bp/features/ore_feature.json
Normal file
21
test/files/bp/features/ore_feature.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user