summaryrefslogtreecommitdiff
path: root/gamemode/combinations.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-25 22:18:04 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-25 22:18:04 -0400
commita5932d386488030b6005c829fe343f74daed9893 (patch)
treeb31638286f752e95db816375043a92caf3eeab90 /gamemode/combinations.lua
parent699df0d5df4e7d00a0d2b838b8c851c9b5027cea (diff)
downloadgmstranded-a5932d386488030b6005c829fe343f74daed9893.tar.gz
gmstranded-a5932d386488030b6005c829fe343f74daed9893.tar.bz2
gmstranded-a5932d386488030b6005c829fe343f74daed9893.zip
Removed files that were no longer in use
Diffstat (limited to 'gamemode/combinations.lua')
-rw-r--r--gamemode/combinations.lua126
1 files changed, 0 insertions, 126 deletions
diff --git a/gamemode/combinations.lua b/gamemode/combinations.lua
deleted file mode 100644
index e88107f..0000000
--- a/gamemode/combinations.lua
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-//Moved to craftablesystem/playermade/
-
-/* ------------------------ Structures ------------------------*/
-
-//Moved to various places under craftablesystem/
-
-/* ------------------------ Stone Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/stonefurnace.lua
-
-/* ------------------------ Copper Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/copperfurnace.lua
-
-/* ------------------------ Iron Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/ironfurnace.lua
-
-/* ------------------------ Tech Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/techfurnace.lua
-
-/* ------------------------ Silver Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/silverfurnace.lua
-
-/* ------------------------ Gold Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/goldfurnace.lua
-
-/* ------------------------ Steel Furnace ------------------------*/
-
-//Moved to craftablesystem/furnaces/steelfurnace.lua
-
-/*------------------------ Factory ------------------------*/
-
-//Moved to craftablesystem/misc/factory.lua
-
-/* ------------------------ Grinding Stone ------------------------*/
-
-//Moved to craftablesystem/misc/grindingstone.lua
-
-/*------------------------ Cooking ------------------------*/
-
-//Moved to craftablesystem/misc/stove.lua
-
-/* ------------------------ Stone Workbench ------------------------*/
-
-//Moved to craftablesystem/workbenches/stoneworkbench.lua
-
-/* ------------------------ Copper Workbench ------------------------*/
-
-//Moved to craftablesystem/workbenches/copperworkbench.lua
-
-/* ------------------------ Iron Workbench ------------------------*/
-
-//Moved to craftablesystem/workbenches/ironworkbench.lua
-
-
-/*------------------------ Gun Lab ------------------------*/
-
-//Moved to craftablesystem/gunlabs/smggunlab.lua
-
-//Moved to craftablesystem/gunlabs/pistolgunlab.lua
-
-/*------------------------ Gun Chunks ------------------------*/
-
-//Moved to craftablesystem/gunlabs/gunchunks.lua
-
-/* ------------------------------------------------------------------------
- Tech workbench
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/workbenches/techworkbench.lua
-
-------------------------------------------------------------------------
-
-/* ------------------------------------------------------------------------
- Silver workbench
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/workbenches/silverworkbench.lua
-
-------------------------------------------------------------------------
-
-/* ------------------------------------------------------------------------
- Gold workbench
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/workbenches/goldworkbench.lua
-
-------------------------------------------------------------------------
-
-/* ------------------------------------------------------------------------
- Steel workbench
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/workbenches/steelworkbench.lua
-
-------------------------------------------------------------------------
-
-/* ------------------------------------------------------------------------
- Platinum workbench
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/workbenches/platinumworkbench.lua
-
-------------------------------------------------------------------------
-
-/* ------------------------------------------------------------------------
- Basic Transmutator
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/misc/transmutator.lua
-
-------------------------------------------------------------------------
-
-/* ------------------------------------------------------------------------
- Advanced Transmutator
------------------------------------------------------------------------- */
-
-//Moved to craftablesystem/misc/advtransmutator.lua
-
-------------------------------------------------------------------------