Decide MVP shelter building style

This commit is contained in:
2026-05-18 10:48:31 -07:00
parent 2f5ce78d59
commit 27be644ae6
3 changed files with 36 additions and 3 deletions
+5 -1
View File
@@ -604,7 +604,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
## 0.1.I Shelter Building
- [ ] Decide MVP building style.
- [x] Decide MVP building style. MVP shelter building uses a crafted-kit style:
players gather natural materials, craft primitive frame/wall/roof panel
parts, combine them into one placeable primitive shelter, and place that
shelter through the server-authoritative placement component. Fully modular
wall-by-wall building stays deferred to `0.2.E Permanent Structures`.
- [x] Create build placement mode.
- [~] Add ghost preview.
- [x] Add placement validation.