Create/src/generated/resources/assets/create/models/item/yellow_toolbox.json
simibubi 7defbb18a3 Dyed Toolboxes
- Added dyed variants of the toolbox
- Toolboxes can now supply items via the "pickblock" keybind
- Toolboxes are now craftable
2021-10-07 16:16:24 +02:00

6 lines
103 B
JSON

{
"parent": "create:block/toolbox/item",
"textures": {
"0": "create:block/toolbox/yellow"
}
}