Skip to content

Commit fdff1c6

Browse files
Quickstart: drop .norisk.json step — animation file alone is enough to /emote play
Local '/nrc emote play <name>' resolves directly from the animation file in the emotes folder; no shop entry needed. The .norisk.json is only required when the emote should also show up in the shop, which is out of scope for the quickstart. Link to 11. Test-Setup for the full shop flow.
1 parent 09ec8f4 commit fdff1c6

1 file changed

Lines changed: 4 additions & 24 deletions

File tree

wiki/00-Quickstart.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Erster Emote ingame in 5 Minuten. Keine Theorie — wenn du verstehen willst **w
2929

3030
**File → Export → Export GeckoLib Animations** → speichern als `meinerstemote.animation.json`.
3131

32-
## 5. Ingame einbauen
32+
## 5. Ingame abspielen
3333

3434
**Einmalig:** [nrc-cosmetics.zip](https://github.com/NoRiskClient/nrc-designer-docs/releases/latest/download/nrc-cosmetics.zip) entpacken, Ordner `nrc-cosmetics/` nach `<MC-Ordner>/NoRiskClient/designer/` kopieren.
3535

@@ -38,28 +38,6 @@ Erster Emote ingame in 5 Minuten. Keine Theorie — wenn du verstehen willst **w
3838
NoRiskClient/designer/nrc-cosmetics/assets/noriskclient-cosmetics/emotes/
3939
```
4040

41-
**`.norisk.json`** daneben anlegen in:
42-
```
43-
NoRiskClient/designer/nrc-cosmetics/assets/noriskclient-cosmetics/shop/emotes/meinerstemote.norisk.json
44-
```
45-
46-
```json
47-
{
48-
"id": "ERSETZEMICH-AAAA-BBBB-CCCC-DDDDDDDDDDDD",
49-
"price": 0,
50-
"rarity": "COMMON",
51-
"name": "Mein erster Emote",
52-
"creator": "dein name",
53-
"emoteFile": "meinerstemote.animation.json",
54-
"dateAdded": "2026-01-01",
55-
"category": "FUNNY",
56-
"overflow": { "overflowInShop": true },
57-
"isExclusive": false
58-
}
59-
```
60-
61-
`id` ersetzen mit eigener UUID → [Generator](https://www.uuidgenerator.net/).
62-
6341
**Minecraft starten, dann Chat:**
6442
```
6543
/nrc designer source toggle
@@ -68,14 +46,16 @@ NoRiskClient/designer/nrc-cosmetics/assets/noriskclient-cosmetics/shop/emotes/me
6846

6947
Fertig.
7048

49+
> Eine `.norisk.json` brauchst du **nur** wenn der Emote auch im Shop auftauchen soll — fürs lokale Abspielen reicht die Animation-Datei. Details in [11. Test-Setup](11-Test-Setup).
50+
7151
---
7252

7353
## Geht nicht?
7454

7555
| Problem | Lösung |
7656
|---------|--------|
7757
| Command `designer source` existiert nicht | Keine Designer-Permission → [Discord-Ticket](https://discord.com/channels/774271756549619722) |
78-
| Emote zeigt nicht | UUID in JSON ersetzt? `emoteFile` passt zum Dateinamen? |
58+
| `emote play` findet Datei nicht | Animation-Name im Command muss zum Dateinamen passen (ohne `.animation.json`) |
7959
| Crash beim Template öffnen | GeckoLib nicht installiert — Blockbench neu starten |
8060

8161
---

0 commit comments

Comments
 (0)