From 8606564b83b8d89c6a4b9237be1809983e27dbcb Mon Sep 17 00:00:00 2001 From: Samuel Lison Date: Wed, 24 Jun 2026 16:12:21 +1000 Subject: [PATCH] docs: link v0.4.0 demo videos (gathering/crafting + no-code content) Co-Authored-By: Claude Opus 4.8 --- docs/admin-plugin.md | 2 +- docs/content-authoring.md | 2 ++ docs/crafting.md | 2 +- docs/harvesting.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/admin-plugin.md b/docs/admin-plugin.md index 692bd36..2cd65bb 100644 --- a/docs/admin-plugin.md +++ b/docs/admin-plugin.md @@ -13,7 +13,7 @@ Attributes in the Explorer. It adds two toolbar buttons under **SurvivorCore**: The rest of this page covers the Survival Stats editor; both install the same way. It's the [Builder / Admin plugin](https://github.com/TemujinCalidius/SurvivorCore/issues/11). -> ๐Ÿ“น **Demo:** [HUD, survival stats & the admin plugin in action](https://makertube.net/w/xqX7wfRpTqd9L9BkozCS1P) +> ๐Ÿ“น **Demos:** [HUD, survival stats & the admin plugin](https://makertube.net/w/xqX7wfRpTqd9L9BkozCS1P) ยท [no-code item & gatherable creation](https://makertube.net/w/mCneurjoY3Av6yi48VsGQE) ## Install diff --git a/docs/content-authoring.md b/docs/content-authoring.md index 22a524b..4b1f589 100644 --- a/docs/content-authoring.md +++ b/docs/content-authoring.md @@ -1,5 +1,7 @@ # No-code content authoring +> ๐Ÿ“น **Demo:** [creating an item + gatherable in the admin panel](https://makertube.net/w/mCneurjoY3Av6yi48VsGQE) + The engine ships **zero** items, resources, or recipes โ€” your game supplies them. You can do this two ways, and they coexist: diff --git a/docs/crafting.md b/docs/crafting.md index f324f6d..d32ecbf 100644 --- a/docs/crafting.md +++ b/docs/crafting.md @@ -4,7 +4,7 @@ Hand crafting closes the **gather โ†’ craft โ†’ use** loop: from your inventory, are consumed and its output produced โ€” server-authoritative, via [`src/systems/Crafting.luau`](../src/systems/Crafting.luau). -> ๐Ÿ“น Demo video: _coming soon_ +> ๐Ÿ“น **Demo:** [gathering & hand crafting in action](https://makertube.net/w/b6RWPeiW6vLz4iVXuuiRtP) ## Recipes diff --git a/docs/harvesting.md b/docs/harvesting.md index 336c23b..1ecf2fb 100644 --- a/docs/harvesting.md +++ b/docs/harvesting.md @@ -13,7 +13,7 @@ it validates, rolls a **per-hit yield** (`yieldMin..yieldMax`), tries to add it (**blocking the hit if you're full** โ€” nothing wasted), then spends one HP and fires the hooks. On depletion the node is destroyed (unless it opts out โ€” see reactions). -> ๐Ÿ“น Demo video: _coming soon_ +> ๐Ÿ“น **Demo:** [chopping a tree, gathering reeds & hand crafting](https://makertube.net/w/b6RWPeiW6vLz4iVXuuiRtP) ## Defining a node