From 06d4e86adc3443f683f0d79f0f52ebeb134b3123 Mon Sep 17 00:00:00 2001 From: Momoko Date: Sat, 4 Apr 2026 14:59:18 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b59b28..bb034c6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ For each block you add, you need: | File | Purpose | |------|---------| | `mypack.json` | Entry in the `models` array defining the block | -| `group.json` | Used to define groups for a pack that can be used structure is " "food": { "label": "itemGroup.decocraft.food" "icon": "bowl_of_cereal_minecraft" }," +| `group.json` | Used to define groups for a pack that can be used structure is +| `example` "food": { "label": "itemGroup.decocraft.food" "icon": "bowl_of_cereal_minecraft" }," | `models/bbmodel/{model}.bbmodel` | BlockBench model file | | `textures/block/{id}.png` | Block texture | | `textures/item/{id}.png` | Item/inventory texture |