LanteaCraft's planned village Stargate uses a vanilla Minecraft structure template for the platform and decorative shell:
src/main/resources/data/lanteacraft/structure/village_stargate_platform.nbt
The Java generator still places the live Stargate frame and matching DHD after the template is placed. This keeps variant selection, address registration, and planned-gate dialing deterministic while letting the visible platform be edited like a normal Minecraft structure.
The default template is authored with the front of the gate/platform facing south.
11 x 2 x 9(5, 1, 2)(5, 0, 6)When replacing the template, leave enough clear space for the code-placed Stargate:
x = -3..3, y = 0..6 relative to the gate base.(5, 1, 2).lanteacraft:village_stargate_platform..nbt into src/main/resources/data/lanteacraft/structure/village_stargate_platform.nbt.The generator code that loads this template lives in:
src/main/java/com/pclogix/lanteacraft/worldgen/StargateVillageGenerator.java