Info about all crafting recipes are stored here to be used by Module:Crafting or Module:Lua (use this one) in their pages.
-- Format: {Item Name, Image File Name, Crafting Level, Crafting XP, {Mateial1, Material2, ...}, Group, Item Description},
-- Material Format: {Material Name, Amount Needed},
-- Groups: (1) Furnace, (2) Oven, (3) Statue, (4) Oil Well, (5) Community Center, (6) Oil Silo, (7) Arrow, (8) Mining Machinery, (9) Boat, (10) Fight Points Medallion, (11) Weapons, (12) Tools,
-- Format: {Item Name,Image File Name,Crafting Level,Crafting XP,{Mateial1,Material2, ...},Item Description},
-- Material Format: {Material Name,Amount Needed},
return {
{'Stone Statue','StoneStatue',1,10,{{'Stone',3}},'Can be sold to the dwarf for Quest.',1},
}