mirror of
https://github.com/guilhermewerner/tcc
synced 2025-08-13 02:24:32 +00:00
Add minecraft bedrock server
This commit is contained in:
21
servers/bedrock/definitions/features/nether_soul_sand_underground_feature.json
vendored
Normal file
21
servers/bedrock/definitions/features/nether_soul_sand_underground_feature.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:ore_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:nether_soul_sand_underground_feature"
|
||||
},
|
||||
"count": 12,
|
||||
"replace_rules": [
|
||||
{
|
||||
"places_block": "minecraft:soul_sand",
|
||||
"may_replace": [
|
||||
{
|
||||
"name": "minecraft:netherrack",
|
||||
"states": {
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user