summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem')
-rw-r--r--gamemode/craftablesystem/furnaces/copperfurnace.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/gamemode/craftablesystem/furnaces/copperfurnace.lua b/gamemode/craftablesystem/furnaces/copperfurnace.lua
index 2d8c066..e11d2d7 100644
--- a/gamemode/craftablesystem/furnaces/copperfurnace.lua
+++ b/gamemode/craftablesystem/furnaces/copperfurnace.lua
@@ -21,7 +21,7 @@ COMBI.Description = "Iron can be used to create more advanced buildings and tool
COMBI.Entity = "gms_copperfurnace"
COMBI.Req = {}
-COMBI.Req["Iron_Ore"] = 1
+COMBI.Req["Iron Ore"] = 1
COMBI.Results = {}
COMBI.Results["Iron"] = 1
@@ -37,7 +37,7 @@ for v,k in pairs(SmeltMultiples) do
COMBI.Entity = "gms_copperfurnace"
COMBI.Req = {}
- COMBI.Req["Iron_Ore"] = k
+ COMBI.Req["Iron Ore"] = k
COMBI.Results = {}
COMBI.Results["Iron"] = k
@@ -53,7 +53,7 @@ COMBI.Description = "Iron can be used to create more advanced buildings and tool
COMBI.Entity = "gms_copperfurnace"
COMBI.Req = {}
-COMBI.Req["Iron_Ore"] = 1
+COMBI.Req["Iron Ore"] = 1
COMBI.Results = {}
COMBI.Results["Iron"] = 1