summaryrefslogtreecommitdiff
path: root/gamemode/structuresystem/structures/stonefurnace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/structuresystem/structures/stonefurnace.lua')
-rw-r--r--gamemode/structuresystem/structures/stonefurnace.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/structuresystem/structures/stonefurnace.lua b/gamemode/structuresystem/structures/stonefurnace.lua
index acd20ff..3d3e013 100644
--- a/gamemode/structuresystem/structures/stonefurnace.lua
+++ b/gamemode/structuresystem/structures/stonefurnace.lua
@@ -30,14 +30,14 @@ end
local genericRecipe = {
["Name"] = "Copper",
- ["Description"] = "Smelt some copper or into copper!",
+ ["Description"] = "Smelt some copper ore into\ncopper!",
["Requirements"] = {["Copper Ore"] = 1},
["Results"] = {["Copper"] = 1},
["Ratio"] = {1,1},
["Image"] = "items/ingot_copper.png",
["CanCraft"] = checkfunc,
["Time"] = timefunc,
- ["Mults"] = {1,5,10,20,50,3,4,6,7,87}
+ ["Mults"] = {1,5,10,20,50}
}
genericGiveRecipie(STRUCT,genericRecipe)