diff options
Diffstat (limited to 'gamemode/structuresystem/structures/stonefurnace.lua')
| -rw-r--r-- | gamemode/structuresystem/structures/stonefurnace.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/structuresystem/structures/stonefurnace.lua b/gamemode/structuresystem/structures/stonefurnace.lua index 03ae99e..acd20ff 100644 --- a/gamemode/structuresystem/structures/stonefurnace.lua +++ b/gamemode/structuresystem/structures/stonefurnace.lua @@ -34,10 +34,10 @@ local genericRecipe = { ["Requirements"] = {["Copper Ore"] = 1}, ["Results"] = {["Copper"] = 1}, ["Ratio"] = {1,1}, - ["Image"] = "test.png", + ["Image"] = "items/ingot_copper.png", ["CanCraft"] = checkfunc, ["Time"] = timefunc, - ["Mults"] = {1,5,10,20,50} + ["Mults"] = {1,5,10,20,50,3,4,6,7,87} } genericGiveRecipie(STRUCT,genericRecipe) |
