[items.xml] Wooden tools and charcoal added.
This commit is contained in:
parent
7713bb4693
commit
b01d2e8d33
@ -40,7 +40,13 @@ namespace ItemType {
|
||||
StoneShovel = 36,
|
||||
StoneSword = 37,
|
||||
Coal = 38,
|
||||
IronIngot = 39
|
||||
IronIngot = 39,
|
||||
Charcoal = 40,
|
||||
WoodenAxe = 41,
|
||||
WoodenHoe = 42,
|
||||
WoodenPickaxe = 43,
|
||||
WoodenShovel = 44,
|
||||
WoodenSword = 45,
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
<block id="11" name="Planks" textureID="316" />
|
||||
<block id="12" name="Glowstone" textureID="218" />
|
||||
<block id="13" name="Workbench"/>
|
||||
<block id="13" name="Workbench" />
|
||||
<block id="14" name="Furnace" />
|
||||
<block id="15" name="Iron Ore" textureID="254" hardness="3" harvestRequirements="1" />
|
||||
<block id="16" name="Undefined" textureID="4" />
|
||||
|
@ -40,4 +40,10 @@
|
||||
<item id="37" name="Stone Sword" textureID="329" />
|
||||
<item id="38" name="Coal" textureID="111" burnTime="1600" />
|
||||
<item id="39" name="Iron Ingot" textureID="232" />
|
||||
<item id="40" name="Charcoal" textureID="41" burnTime="1600" />
|
||||
<item id="41" name="Wooden Axe" textureID="337" miningSpeed="2" harvestCapability="4" />
|
||||
<item id="42" name="Wooden Hoe" textureID="338" />
|
||||
<item id="43" name="Wooden Pickaxe" textureID="339" miningSpeed="2" harvestCapability="1" />
|
||||
<item id="44" name="Wooden Shovel" textureID="340" miningSpeed="2" harvestCapability="2" />
|
||||
<item id="45" name="Wooden Sword" textureID="341" />
|
||||
</items>
|
||||
|
@ -1,4 +1,59 @@
|
||||
<recipes>
|
||||
<recipe type="craft">
|
||||
<pattern string="##" />
|
||||
<pattern string="#|" />
|
||||
<pattern string=" |" />
|
||||
|
||||
<key char="#" item="11" />
|
||||
<key char="|" item="32" />
|
||||
|
||||
<result item="41" amount="1" />
|
||||
</recipe>
|
||||
|
||||
<recipe type="craft">
|
||||
<pattern string="##" />
|
||||
<pattern string=" |" />
|
||||
<pattern string=" |" />
|
||||
|
||||
<key char="#" item="11" />
|
||||
<key char="|" item="32" />
|
||||
|
||||
<result item="42" amount="1" />
|
||||
</recipe>
|
||||
|
||||
<recipe type="craft">
|
||||
<pattern string="###" />
|
||||
<pattern string=" | " />
|
||||
<pattern string=" | " />
|
||||
|
||||
<key char="#" item="11" />
|
||||
<key char="|" item="32" />
|
||||
|
||||
<result item="43" amount="1" />
|
||||
</recipe>
|
||||
|
||||
<recipe type="craft">
|
||||
<pattern string="#" />
|
||||
<pattern string="|" />
|
||||
<pattern string="|" />
|
||||
|
||||
<key char="#" item="11" />
|
||||
<key char="|" item="32" />
|
||||
|
||||
<result item="44" amount="1" />
|
||||
</recipe>
|
||||
|
||||
<recipe type="craft">
|
||||
<pattern string="#" />
|
||||
<pattern string="#" />
|
||||
<pattern string="|" />
|
||||
|
||||
<key char="#" item="11" />
|
||||
<key char="|" item="32" />
|
||||
|
||||
<result item="45" amount="1" />
|
||||
</recipe>
|
||||
|
||||
<recipe type="craft">
|
||||
<pattern string="##" />
|
||||
<pattern string="#|" />
|
||||
@ -104,4 +159,9 @@
|
||||
<input id="7" amount="1" />
|
||||
<output id="9" amount="1" />
|
||||
</recipe>
|
||||
|
||||
<recipe type="smelt">
|
||||
<input id="5" amount="1" />
|
||||
<output id="40" amount="1" />
|
||||
</recipe>
|
||||
</recipes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user