diff options
Diffstat (limited to 'gamemode/combinations.lua')
| -rw-r--r-- | gamemode/combinations.lua | 58 |
1 files changed, 1 insertions, 57 deletions
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 ------------------------------------------------------------------------ |
