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:
23
servers/bedrock/definitions/features/scatter_fern_feature.json
vendored
Normal file
23
servers/bedrock/definitions/features/scatter_fern_feature.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:scatter_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:scatter_fern_feature"
|
||||
},
|
||||
"iterations": 90,
|
||||
"x": {
|
||||
"distribution": "gaussian",
|
||||
"extent": [ -8, 8 ]
|
||||
},
|
||||
"y": {
|
||||
"distribution": "gaussian",
|
||||
"extent": [ -4, 4 ]
|
||||
},
|
||||
"z": {
|
||||
"distribution": "gaussian",
|
||||
"extent": [ -8, 8 ]
|
||||
},
|
||||
"coordinate_eval_order": "zyx",
|
||||
"places_feature": "minecraft:fern_feature"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user