v0.2.0 — Java-exclusive builder techniques
Optimizes the builder skills for techniques the minecraft-java-fabric-mcp-server Fabric mod exposes but Bedrock's MCP could not. Skill-level changes only; still pairs with the mod v0.1.0. Every technique was verified live against a running server before being documented.
Highlights
- Display entities —
text_display(3D floating text/logos),block_display(blocks at arbitrary scale/rotation/translation — sub-block detail, impossible angles, glowing forms),item_display. Newmonument-builder/reference/display-entities.md, with signage pointers in transit and city planners. - Direct block-entity NBT — signs, banners, configured spawners, lecterns, decorated pots, player-head skulls, pre-loaded containers (building-architect, player-house, engineer).
- Item components — named/enchanted/lore/dyed items for displays and storage.
- Scripted villagers — exact profession + full trade lists (complementary to emergent village mechanics).
- Loot-table chest seeding and biome-aware palettes (
level_get_biome_at). - Datapack functions for non-redstone sequencing;
block_set_stateupdate_flagscontrol. - Event-based functional verification + two new
quality_contractrow types. - New
block-nbt/set-slotplan ops (planner + worker) and exactstructure_load_to_worldenum strings.
See CHANGELOG.md for the full list.