From 23a8b10a3500bc8077fe3504fe3674cd18124294 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Mon, 29 Aug 2016 17:41:08 -0700 Subject: [PATCH] Remove "antum_crafting". Methods are now taken care of in "antum_overrides". --- mods/antum/antum_crafting/depends.txt | 3 --- mods/antum/antum_crafting/init.lua | 7 ------- 2 files changed, 10 deletions(-) delete mode 100644 mods/antum/antum_crafting/depends.txt delete mode 100644 mods/antum/antum_crafting/init.lua diff --git a/mods/antum/antum_crafting/depends.txt b/mods/antum/antum_crafting/depends.txt deleted file mode 100644 index 681e74b9..00000000 --- a/mods/antum/antum_crafting/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -farming -wool -craft_guide? \ No newline at end of file diff --git a/mods/antum/antum_crafting/init.lua b/mods/antum/antum_crafting/init.lua deleted file mode 100644 index 36744bd4..00000000 --- a/mods/antum/antum_crafting/init.lua +++ /dev/null @@ -1,7 +0,0 @@ - --- Create cotton from white wool -minetest.register_craft({ - output = "farming:cotton 4", - type = "shapeless", - recipe = {"wool:white"}, -})