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