BlocksBeyondTheStars Daily: Creatures Learn the Terrain, Water Learns to Persist

A wildlife-focused release shipped this week, anchored by two reliability fixes — creatures now respect real terrain instead of gliding through it, and flowing water no longer fossilizes into permanent lakes after a server restart. Both landed alongside the v2026.8.1 changelog and What's-new updates.

Duration: PT2M19S

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-02T04:00:47Z
  • Audio duration: PT2M19S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. It's August 2nd, 2026, and this is BlocksBeyondTheStars Daily.

The signal this week is simulation honesty — making creatures and fluids behave like they actually know what world they're in, rather than faking it from memory.

Start with fauna. PR 649 fixed a real problem: creatures have no colliders, so the server just snapped their Y position to habitat height every tick. That meant titans could glide diagonally up a cliff face in a single frame, land animals marched fully submerged across seabeds, and water medusae could wash ashore…

Fluids got the same treatment. PR 659 found that the water simulation's flow levels only lived in memory, while every spread step still wrote a permanent block edit. Restart the server, and every flowing tongue of water became untracked — which by definition made it a permanent source. Dig near one and it could…

One nice side effect worth flagging: while testing the fluid fix, the team noticed water spreading was triggering a full-volume knock sound on every tick. That's fixed in the same PR — block sounds are now positional, so mining across the map doesn't blast your ear.

All of this landed in the v2026.8.1 changelog, PR 660, with the…

Nearby episodes from BlocksBeyondTheStars Daily

  1. Italian Localization Push Catches a Stale Bug
  2. The Long-View Release Ships
  3. Playtesting Closes the Loop on Item Loss
  4. Account Security and the Landforms Release
  5. A Release Day, A Fixed Stop Button, and Two Minutes Reclaimed
  6. v0.9.0 Ships the Frontier Release
  7. The Homestead Release Lands
  8. The New-Player Release Ships