From a8a73e7796e3a9ba843819e0ff3d565b7698a6b8 Mon Sep 17 00:00:00 2001 From: Momoko Date: Sat, 4 Apr 2026 14:57:41 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a5c675..1b59b28 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,7 @@ For each block you add, you need: | File | Purpose | |------|---------| | `mypack.json` | Entry in the `models` array defining the block | -| `blockstates/{id}.json` | 4 facing variants pointing to block model | -| `models/block/{id}.json` | Block model referencing bbmodel + texture | -| `models/item/{id}.json` | Item model referencing item texture | +| `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" }," | `models/bbmodel/{model}.bbmodel` | BlockBench model file | | `textures/block/{id}.png` | Block texture | | `textures/item/{id}.png` | Item/inventory texture |