NeoForge · Minecraft 1.21.1
BuiltIn adds the Constructor block: preview structures in a GUI, place a ghost build in the world, rotate and offset it, then construct block-by-block with a clear materials list (technical / unobtainable blocks are filtered out).
It also adds Blueprint Paper to capture areas from the world or share structures between players (client-side library). On first install, vanilla village house templates can be copied into your config folder so you always have blueprints to start from.
Constructor GUI — preview & materials
Ghost preview in the world
.nbt files manually or create them in-game with Blueprint Paper.user_* only).config/builtin/Structure/*.nbt (structure-block / exported template format).user_* are treated as player-added blueprints (removable with ✕ in the GUI).
Other .nbt files are normal library entries.
Tip: Ship extra .nbt files with a modpack so players get structures without using Blueprint Paper.
user_* .nbt under config/builtin/Structure/ on your client and fills the paper with structure data.
Empty paper shows “Empty blueprint paper” in the tooltip; filled paper has an enchant-style glint. Trade papers like items — each player imports into their own client folder.
The mod can copy vanilla village house templates into config/builtin/Structure/ when appropriate, so the Constructor isn’t empty on first use.
Why no barriers / structure blocks in materials?
Filtered for survival-friendly builds.
Second paper click ignored?
Corner B must match corner A’s Y level.
Where are files stored?config/builtin/Structure/ on the client machine.
Mod ID: builtin · BuiltIn