Name SG Box
ShortName sgbox
TopTexture 4207_SGBoxTop
SideTexture 4207_SGBoxSide
BottomTexture boxBottom
GunBoxID 30012
Recipe I ingotIron S gunpowder
SIS
SIS
SSS
//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.
//iron blockIron ingotGold diamond log glass gunpowder redstone
NumGuns 7
AddGun dummyammo 1 stick
AddGun sg_vepr12 3 ingotIron
AddAmmo sg_vepr12_8roundsshotshell[buckshot] 1 ingotIron 1 sulphur
AddGun sg_auto-5 2 ingotIron
AddAmmo tickets_12gauge_shotshell[buckshot] 1 ingotIron 1 sulphur
AddGun sg_m4super90 3 ingotIron
AddAmmo tickets_12gauge_shotshell[buckshot] 1 ingotIron 1 sulphur
AddGun sg_m6survivalrifle 1 ingotIron
AddAmmo tickets_12gauge_shotshell[buckshot] 1 ingotIron 1 sulphur
AddGun sg_ks-23 3 ingotIron
AddAmmo tickets_ks-23_shotshell[buckshot] 1 ingotIron 1 sulphur
AddGun sg_vectorarrow(sg) 2 ingotIron
AddAmmo tickets_vectorarrow(sg)_ammo 1 ingotIron 1 sulphur