BlocksBeyondTheStars Daily: Two Releases, One Playtest-Driven Sprint
The team shipped two full releases, v2026.8.7 "homestead" and v2026.8.8 "shaper", built on the same pattern: player-facing systems arrived alongside dedicated fixes for the physics and persistence gaps they exposed. A single evening's playtest generated nine issues fixed in one sweep, and several "impossible" actions — diving, underwater building, mining with a full pack — are now possible.
Duration: PT2M24S
Episode overview
This episode is a short developer briefing from BlocksBeyondTheStars Daily.
It explains recent repository work in plain language.
- Show: BlocksBeyondTheStars Daily
- Published: 2026-08-09T04:01:12Z
- Audio duration: PT2M24S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening, it's August 9th, 2026, and this is BlocksBeyondTheStars Daily.
The signal tonight is a release cadence built on rapid playtest-to-fix loops. Two versions shipped in under 24 hours, and both were followed almost immediately by patches for bugs that only showed up once real players touched the new systems.
First theme: creative systems shipped alongside data-integrity fixes. Paint designs (PR 824) and player-designed block forms (PR 852) both extended the shape and geometry system without needing a migration — designs and forms travel as bits already reserved in the block's shape code. But the same week, PR 849 fixed…
Second theme: physics assumptions that broke immersion. Water defaulted to solid, so the entombment-rescue system mistook every swimmer for someone trapped in rock and teleported them to the surface — diving was effectively impossible until PR 859. The same underlying assumption blocked underwater construction…
Third theme: the single-evening playtest sweep, PR 850, closed nine issues at once — including scan-drones dealing zero damage due to a range mismatch between their AI standoff distance and their damage aura, and melee attacks passing through walls.…
Wh…