- naturalist-lite: add stub item definitions for silverlabs_nat:frog_leg,
cooked_frog_leg, snake_egg_block. Owl + snake behaviour files
reference these but they were never defined, so BDS logged "Unknown
item during Deferred ItemDescriptor resolution" on every boot. Stubs
are functional — frog_leg restores 2 hunger, cooked 4, snake egg is
a placeable nature-tab item. RP texture entries + lang strings added
for completeness; icons fall back to candy-cane until art lands.
- dynamite: drop the broken spawn_aoe_cloud component on thrown_banger
(its particle id "minecraft:explosion_manual" doesn't exist in BDS;
every replacement I tried also failed schema validation). The
random.fuse hit_sound + impact_damage still fire, the entity is
destroyed on hit — just no lingering AOE puff.
Also: add *.bak.local to .gitignore so docker-compose.yml.bak.local and
similar local backup files stop showing up in git status.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- camping: replace cube tent with A-frame slope panels (tent_panel_l/r) +
cardinal_direction permutations; vote-skip sleep that mixes
player.isSleeping bed sleepers with tent occupants and respects the
playersSleepingPercentage gamerule; new weathered-canvas texture.
- lobby: walk-through silverlabs:portal_field block (no collision,
translucent swirl, cross-plane geo) auto-placed above each portal frame;
invisible silverlabs:portal_label entity floats above each portal with
the destination world name; transfer detection now scans down through
the field to find the destination frame.
- postal: regenerate post_office and mailbox block textures so they fill
the full block face (brick + POST plaque, full red panel with slot/latch
/flag/rivets) instead of small sprites floating on transparent.
- dynamite + tow-boat: ship the addons (volumes wired into all four
worlds; enabled_packs registers them into Mya's world).
- art: build-textures.py extended; build-art-catalog.py added to project.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>