diff --git a/include/inventory/ItemType.hpp b/include/inventory/ItemType.hpp index 8a3fa0ba..69aa660d 100644 --- a/include/inventory/ItemType.hpp +++ b/include/inventory/ItemType.hpp @@ -33,14 +33,20 @@ namespace ItemType { Furnace = 14, IronOre = 15, - Stick = 32, - StoneAxe = 33, - StoneHoe = 34, - StonePickaxe = 35, - StoneShovel = 36, - StoneSword = 37, - Coal = 38, - IronIngot = 39 + Stick = 32, + StoneAxe = 33, + StoneHoe = 34, + StonePickaxe = 35, + StoneShovel = 36, + StoneSword = 37, + Coal = 38, + IronIngot = 39, + Charcoal = 40, + WoodenAxe = 41, + WoodenHoe = 42, + WoodenPickaxe = 43, + WoodenShovel = 44, + WoodenSword = 45, }; } diff --git a/resources/config/blocks.xml b/resources/config/blocks.xml index 1c7220c5..de29bb38 100644 --- a/resources/config/blocks.xml +++ b/resources/config/blocks.xml @@ -20,7 +20,7 @@ - + diff --git a/resources/config/items.xml b/resources/config/items.xml index 1b150c29..8d6b11f2 100644 --- a/resources/config/items.xml +++ b/resources/config/items.xml @@ -32,12 +32,18 @@ - - - - - - - - + + + + + + + + + + + + + + diff --git a/resources/config/recipes.xml b/resources/config/recipes.xml index fdb8a8de..a928e211 100644 --- a/resources/config/recipes.xml +++ b/resources/config/recipes.xml @@ -1,4 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -104,4 +159,9 @@ + + + + +