Name Tool Box
ShortName toolbox
TopTexture 4215_ToolBoxTop
SideTexture 4215_ToolBoxSide
BottomTexture boxBottom
GunBoxID 30004
Recipe I ingotIron S gunpowder
IIS
ISI
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 3
AddGun tool_c4remote 1 ingotIron
AddAmmo remotebomb_c4 2 sulphur
AddGun tool_parachute 1 cloth 4 string
AddGun tool_repairtorch 1 coal 2 ingotIron