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:
18
servers/bedrock/definitions/features/optional_tall_grass_feature.json
vendored
Normal file
18
servers/bedrock/definitions/features/optional_tall_grass_feature.json
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:scatter_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:optional_tall_grass_feature"
|
||||
},
|
||||
"iterations": 1,
|
||||
"scatter_chance": {
|
||||
"numerator": 1,
|
||||
"denominator": 5
|
||||
},
|
||||
"x": 0,
|
||||
"z": 0,
|
||||
"y": 0,
|
||||
"project_input_to_floor": false,
|
||||
"places_feature": "minecraft:scatter_tall_grass_feature"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user