User Tools

Site Tools


items:basic_items

Differences

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

Link to this comparison view

Next revision
Previous revision
items:basic_items [2024/03/26 21:43] – created 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 6: Line 7:
 { {
   "base": {   "base": {
-    "display":+    "translation_key": "item.example.my_first_item"
-      "translation_key": "item.example.my_first_item" +
-    }+
   }   }
 } }
Line 23: 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 46: 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:start]]!
items/basic_items.1711489434.txt.gz · Last modified: 2024/03/26 21:43 by errorcraft