User Tools

Site Tools


items:start

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:start [2024/03/27 14:35] – removed - external edit (Unknown date) 127.0.0.1items:start [2025/04/15 21:44] (current) – link first item page errorcraft
Line 1: Line 1:
 +{{indexmenu_n>1}}
 +====== Items ======
 +Items are the main goal for this mod, so most of the focus is on them.
 +They can be found in a data pack under the ''item'' folder in a namespace.
 +These files are JSON files containing various properties that make up your item.
 +Note that the folder name is different from the one for tags for items, which are found under ''tags/items'' instead.
 +For reference, all vanilla items can be found [[https://github.com/ErrorCraft/Itematic/tree/master/src/main/generated/data/minecraft/item|on the repository]].
  
 +Now, let's get started by [[items:basic_items|creating your first item]]!