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