
地物delightful_nullgr
甜瓜苗生成
delightful_nullgr:cantaloupe_plant_stage3
surface_pass,群系 overworld、!frozen、!ice、!cold、swamp、jungle
地物生成
- 放置阶段
- 地表阶段
- Feature
- delightful_nullgr:cantaloupe_plant_stage3
- 放置方块
- delightful_nullgr:cantaloupe_plant_stage3
- 群系标签
- 主世界、非冰冻地带、非冰雪地带、非寒冷地带、沼泽、丛林
组件摘要
{
"worldgen": {
"id": "delightful_nullgr:cantaloupe_plant_stage3",
"placesFeature": "delightful_nullgr:cantaloupe_plant_stage3",
"placedBlocks": [
"delightful_nullgr:cantaloupe_plant_stage3"
],
"biomeTags": [
"overworld",
"!frozen",
"!ice",
"!cold",
"swamp",
"jungle"
],
"placementPass": "surface_pass",
"scatterChance": 4,
"iterations": 3
},
"distribution": {
"coordinate_eval_order": "xzy",
"iterations": 3,
"scatter_chance": 4,
"x": {
"distribution": "uniform",
"extent": [
-16,
16
]
},
"y": "query.get_height_at(variable.worldx,variable.worldz)+0",
"z": {
"distribution": "uniform",
"extent": [
-16,
16
]
}
},
"conditions": {
"minecraft:biome_filter": [
{
"all_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "overworld"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "frozen"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "ice"
},
{
"operator": "!=",
"test": "has_biome_tag",
"value": "cold"
},
{
"any_of": [
{
"operator": "==",
"test": "has_biome_tag",
"value": "swamp"
},
{
"operator": "==",
"test": "has_biome_tag",
"value": "jungle"
}
]
}
]
}
],
"placement_pass": "surface_pass"
}
}