mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
37 lines
799 B
JSON
Vendored
37 lines
799 B
JSON
Vendored
{
|
|
"format_version": "1.13.0",
|
|
"minecraft:feature_rules": {
|
|
"description": {
|
|
"identifier": "minecraft:warped_fungus_feature",
|
|
"places_feature": "minecraft:warped_fungus_scatter_feature"
|
|
},
|
|
"conditions": {
|
|
"placement_pass": "surface_pass",
|
|
"minecraft:biome_filter": [
|
|
{
|
|
"any_of": [
|
|
{
|
|
"test": "has_biome_tag", "operator": "==", "value": "warped_forest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"distribution": {
|
|
"iterations": 20,
|
|
"x": {
|
|
"distribution": "uniform",
|
|
"extent": [ 0, 16 ]
|
|
},
|
|
"y": {
|
|
"distribution": "uniform",
|
|
"extent": [ 33, 120 ]
|
|
},
|
|
"z": {
|
|
"distribution": "uniform",
|
|
"extent": [ 0, 16 ]
|
|
}
|
|
}
|
|
}
|
|
}
|