#any way to make a structure generate on top of a block?

1 messages · Page 1 of 1 (latest)

dusky lagoon
#

the current feature i use replaces the block, but i would much prefer if it generates on the block, is there anyway i can do this?

here’s the code btw

{
"format_version": "1.13.0",
"minecraft:structure_template_feature": {
"description": {
"identifier": "nc:pickle"
},
"structure_name": "mystructure:pickle",
"adjustment_radius": 1,
"facing_direction": "random",
"constraints": {
"unburied": {},
"block_intersection": {
"block_allowlist": [
"minecraft:deepslate_tiles",
"minecraft:cracked_deepslate_tiles",
"minecraft:deepslate_bricks",
"minecraft:cracked_deepslate_bricks",
"minecraft:polished_deepslate",
"minecraft:cobbled_deepslate",
"minecraft:chiseled_deepslate"
]
}
}
}
}

dusky lagoon
#

wdym?

tardy void
# dusky lagoon wdym?
    "format_version": "1.20.80",
    "minecraft:vegetation_patch_feature": {
        "description": {
            "identifier": "a:vegetation_patch_feature"
        },
        "replaceable_blocks": [
            "minecraft:air"
        ],
        "ground_block": "a:the block in which you want it to be generated",
        "surface": "floor",
        "depth": 1,
        "vertical_range": 1,
        "vegetation_chance": 1,
        "horizontal_radius": 1,
        "vegetation_feature": "a:your structure feature"
    }
}```
dusky lagoon
#

woah i didn’t know you could do that wth

#

i’ll try to see if that works later

tardy void
hardy violet
dusky lagoon
#

unfortunately i never figured it out WhAt_cuando_envian

odd urchin