mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
23 lines
502 B
JSON
Vendored
23 lines
502 B
JSON
Vendored
{
|
|
"format_version": "1.13.0",
|
|
"minecraft:scatter_feature": {
|
|
"description": {
|
|
"identifier": "minecraft:scatter_tall_grass_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:tall_grass_feature"
|
|
}
|
|
} |