User Tools

Site Tools


items:basic_items

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
items:basic_items [2024/04/16 21:58] – add a link to the item components page errorcraftitems:basic_items [2025/04/15 22:50] (current) – fix model errorcraft
Line 1: Line 1:
 +{{indexmenu_n>1}}
 ====== Basic Items ====== ====== Basic Items ======
 It's time to create your very first item! It's time to create your very first item!
Line 21: Line 22:
 <code javascript assets/example/model/item/my_first_item.json> <code javascript assets/example/model/item/my_first_item.json>
 { {
-  "parent": "minecraft:item/handheld",+  "parent": "minecraft:item/generated",
   "textures": {   "textures": {
     "layer0": "example:item/my_first_item"     "layer0": "example:item/my_first_item"
Line 44: Line 45:
 Reload the resource pack, and perfect, that's it! Reload the resource pack, and perfect, that's it!
 That's all you need to create your very first item. That's all you need to create your very first item.
-Now it's time to amp up your item by adding [[items:item_components]]!+Now it's time to amp up your item by adding [[items:item_components:start]]!
items/basic_items.1713304702.txt.gz · Last modified: 2024/04/16 21:58 by errorcraft