summaryrefslogtreecommitdiffstats
path: root/example/clientdata/items.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/clientdata/items.xml')
-rw-r--r--example/clientdata/items.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/clientdata/items.xml b/example/clientdata/items.xml
index ff0b1c5..6f72185 100644
--- a/example/clientdata/items.xml
+++ b/example/clientdata/items.xml
@@ -160,4 +160,14 @@
<sprite gender="male">equipment/chest/chest-leather-male.xml</sprite>
<sprite gender="female">equipment/chest/chest-leather-female.xml</sprite>
</item>
+
+ <!-- example crafting ingredients -->
+ <item id="8" max-per-slot="99" name="Iron"
+ description="Combine with one wood to create a sword"
+ image="crafting/generic-ingot.png"
+ value="1" />
+ <item id="9" max-per-slot="99" name="Wood"
+ description="Combine with two iron to create a sword"
+ image="crafting/generic-rawlog.png"
+ value="1" />
</items>