diff options
Diffstat (limited to 'gamemode/craftablesystem')
| -rw-r--r-- | gamemode/craftablesystem/furnaces/ironfurnace.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gamemode/craftablesystem/furnaces/ironfurnace.lua b/gamemode/craftablesystem/furnaces/ironfurnace.lua index 8264148..55f0e7c 100644 --- a/gamemode/craftablesystem/furnaces/ironfurnace.lua +++ b/gamemode/craftablesystem/furnaces/ironfurnace.lua @@ -21,7 +21,7 @@ COMBI.Description = "Tech can be used to create more advanced buildings and tool COMBI.Entity = "gms_ironfurnace" COMBI.Req = {} -COMBI.Req["Tech_Ore"] = 1 +COMBI.Req["Tech Ore"] = 1 COMBI.Results = {} COMBI.Results["Tech"] = 1 @@ -39,7 +39,7 @@ COMBI.Description = "Tech can be used to create more advanced buildings and tool COMBI.Entity = "gms_ironfurnace" COMBI.Req = {} -COMBI.Req["Tech_Ore"] = 1 +COMBI.Req["Tech Ore"] = 1 COMBI.Results = {} COMBI.Results["Tech"] = 1 @@ -55,7 +55,7 @@ for k,v in pairs(TechMultiples) do COMBI.Entity = "gms_ironfurnace" COMBI.Req = {} - COMBI.Req["Tech_Ore"] = v + COMBI.Req["Tech Ore"] = v COMBI.Results = {} COMBI.Results["Tech"] = v |
