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"
]
}
}
}
}
