mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
19
servers/bedrock/definitions/features/gold_ore_feature.json
vendored
Normal file
19
servers/bedrock/definitions/features/gold_ore_feature.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:ore_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:gold_ore_feature"
|
||||
},
|
||||
"count": 9,
|
||||
"replace_rules": [
|
||||
{
|
||||
"places_block": "minecraft:gold_ore",
|
||||
"may_replace": [
|
||||
{
|
||||
"name": "minecraft:stone"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user