-
Notifications
You must be signed in to change notification settings - Fork 0
structure
ABKQPO edited this page Apr 25, 2026
·
1 revision
title: Multiblock Structure Preview navigation: parent: index.md title: Structure Preview item_ids:
- minecraft:diamond_block
- minecraft:cobblestone
The <Structure> tag embeds a 2.5D isometric view of a multiblock structure inside a guide page, showing both shape and block composition.
A 2x2x2 stone cube:
0 0 0 minecraft:stone 1 0 0 minecraft:stone 0 0 1 minecraft:stone 1 0 1 minecraft:stone 0 1 0 minecraft:stone 1 1 0 minecraft:stone 0 1 1 minecraft:stone 1 1 1 minecraft:stoneDemonstrates blocks with metadata (oak planks = minecraft:planks:0):
Each entry: <x> <y> <z> <modid:name>[:meta]
- Lines starting with
#are comments - Blank lines are ignored
-
metais optional and defaults to0 - Coordinates are integers;
yis height (up is positive)