Skip to content

Commit fe4b363

Browse files
docs: Add 'Practical Magic' use cases to README to demonstrate mod agency
1 parent 453815d commit fe4b363

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,32 @@ Gemini AI Companion isn't just a chatbot. It's a suite of integrated systems tha
5151

5252
---
5353

54+
## ✨ Practical Magic: Real-World Scenarios
55+
56+
Stop thinking of it as a "chatbot." Start thinking of it as your **Second Pilot**.
57+
58+
#### 🎙️ Scenario A: The Voice Architect
59+
> **You (Voice):** "I need a small oak starter house right here, and give me some torches."
60+
>
61+
> **Gemini:** *Analyzes location* → Executes `/fill` for the foundation → `/setblock` for walls/roof → `/give @p torch 16` → "Construction complete, and I've provided lighting for your safety."
62+
63+
#### 🧠 Scenario B: The Recursive Scout
64+
> **You:** "I'm lost. Find me a village, take me there, and set my spawn."
65+
>
66+
> **Gemini:** Executes `/locate structure village` → Parses coordinates → Executes `/tp` → Executes `/spawnpoint` → "Welcome to the village. Your spawn is secured."
67+
68+
#### 🛡️ Scenario C: The Self-Healing Engineer
69+
> **You:** "Give me a sword with level 10 Sharpness."
70+
>
71+
> **Gemini:** *Attempts old NBT syntax***Minecraft returns error****Gemini analyzes error***Realizes 1.21.1 uses Components* → Re-issues command using `[minecraft:enchantments={levels:{'minecraft:sharpness':10}}]`**Success.**
72+
73+
#### 🛠️ Scenario D: Modpack Mastery
74+
> **You:** "How do I make a Digital Miner from Mekanism?"
75+
>
76+
> **Gemini:** *Scans RegistryHints* → Identifies the item → Scans Recipe Scrapers → Provides a full step-by-step breakdown of ingredients, including sub-components like Atomic Alloys.
77+
78+
---
79+
5480
## 🖼️ Visual Exhibit
5581

5682
<details>

0 commit comments

Comments
 (0)