From a869b6161784a0f75da867a7b3328edb822f1e16 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 16 Apr 2016 14:17:12 -0400 Subject: Missed 1 last thing in combinations.lua --- gamemode/combinations.lua | 58 +---------------------------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) (limited to 'gamemode/combinations.lua') diff --git a/gamemode/combinations.lua b/gamemode/combinations.lua index e9bce6a..9e2effd 100644 --- a/gamemode/combinations.lua +++ b/gamemode/combinations.lua @@ -128,62 +128,6 @@ end Advanced Transmutator ------------------------------------------------------------------------ */ -local COMBI = {} - -COMBI.Name = "All Teak" -COMBI.Description = "This type of wood can be used to make more advanced machinery." -COMBI.Entity = "gms_advancedtransmutator" - -COMBI.Req = {} -COMBI.Req["Maple"] = 1 -COMBI.Req["Gold"] = 1 - -COMBI.Results = {} -COMBI.Results["Teak"] = 2 - -COMBI.AllSmelt = true -COMBI.Max = 200 - -GMS.RegisterCombi( COMBI, "gms_advancedtransmutator" ) - ------------------------------------------------------------------------- - -local COMBI = {} - -COMBI.Name = "All Mahogany" -COMBI.Description = "This type of wood can be used to make more advanced machinery." -COMBI.Entity = "gms_advancedtransmutator" - -COMBI.Req = {} -COMBI.Req["Teak"] = 1 -COMBI.Req["Steel"] = 1 - -COMBI.Results = {} -COMBI.Results["Mahogany"] = 2 - -COMBI.AllSmelt = true -COMBI.Max = 200 - -GMS.RegisterCombi( COMBI, "gms_advancedtransmutator" ) - ------------------------------------------------------------------------- - -local COMBI = {} - -COMBI.Name = "All Elm" -COMBI.Description = "This type of wood can be used to make more advanced machinery." -COMBI.Entity = "gms_advancedtransmutator" - -COMBI.Req = {} -COMBI.Req["Mahogany"] = 1 -COMBI.Req["Platinum"] = 1 - -COMBI.Results = {} -COMBI.Results["Elm"] = 2 - -COMBI.AllSmelt = true -COMBI.Max = 200 - -GMS.RegisterCombi( COMBI, "gms_advancedtransmutator" ) +//Moved to craftablesystem/misc/advtransmutator.lua ------------------------------------------------------------------------ -- cgit v1.2.3-70-g09d2