mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
35 lines
899 B
JSON
Vendored
35 lines
899 B
JSON
Vendored
{
|
|
"format_version": "1.13.0",
|
|
"minecraft:feature_rules": {
|
|
"description": {
|
|
"identifier": "minecraft:plains_surface_flowers_feature",
|
|
"places_feature": "minecraft:legacy:plains_flower_feature"
|
|
},
|
|
"conditions": {
|
|
"placement_pass": "surface_pass",
|
|
"minecraft:biome_filter": [
|
|
{
|
|
"test": "has_biome_tag",
|
|
"operator": "==",
|
|
"value": "plains"
|
|
}
|
|
]
|
|
},
|
|
"distribution": {
|
|
"iterations": "(query.noise((variable.originx + 8) / 200.0, (variable.originz + 8) / 200.0) < -0.8) ? 15 : 4",
|
|
"x": {
|
|
"distribution": "uniform",
|
|
"extent": [ 0, 16 ]
|
|
},
|
|
"y": {
|
|
"distribution": "uniform",
|
|
"extent": [ 0, "query.heightmap(variable.worldx, variable.worldz) + 32" ]
|
|
},
|
|
"z": {
|
|
"distribution": "uniform",
|
|
"extent": [ 0, 16 ]
|
|
}
|
|
}
|
|
}
|
|
}
|