v5.0.x Patch Notes
Version 5.0.1
Section titled “Version 5.0.1”Release Date: October 2025
Placement Persistence: Metadata-Based Approach
Section titled “Placement Persistence: Metadata-Based Approach”Summary: Replaced hidden PlaceableInstance
component with lightweight metadata tracking.
Why this is minor: The change doesn’t affect the public API surface - it’s an internal implementation improvement that makes persistence more reliable and easier to use.
Changes:
- Removed
PlaceableInstance
node-based tracking - Added
gb_placement
metadata dictionary for tracking placed objects - Introduced
GBPlacementPersistence
utility class for save/load operations - Updated all placement workflows to use metadata instead of components
Migration Steps:
- Replace
PlaceableInstance
references with metadata queries usingget_meta("gb_placement")
- Update save/load logic to use
GBPlacementPersistence.get_all_placed_objects()
andsave_placement_data()
- See the Placement Persistence Migration guide for detailed examples
Version 5.0.0
Section titled “Version 5.0.0”Release Date: September 2025
Summary: Initial stable release of Grid Building v5.0.
- Complete rewrite of placement and building systems
- Rule-based placement validation framework
- Comprehensive indicator management system
- Full multiplayer support with deterministic workflows
- Extensive API documentation and guides