From c47d6b02df8ec33ecaaa43a20294bdd0704540dd Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 2 Sep 2012 12:55:14 -0400 Subject: Added crafting recipes for various objects, with options: If homedecor is installed, use the plastic sheeting therein. If not, we define it manually. If the Technic mod is installed, don't define any recipes at all. Also removed the extra "loaded!" messages and tweaked the default pipe alias to point to something that is actually visible :-) --- init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index a36fc16..0c6a501 100644 --- a/init.lua +++ b/init.lua @@ -11,9 +11,7 @@ -- Un-comment the following dofile line to re-enable the old pipe nodes. -- dofile(minetest.get_modpath("pipeworks").."/oldpipes.lua") --- tables - -minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_000000_empty") +minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty") pipe_leftstub = { { -32/64, -2/64, -6/64, 1/64, 2/64, 6/64 }, -- pipe segment against -X face @@ -319,5 +317,6 @@ end dofile(minetest.get_modpath("pipeworks").."/tubes.lua") dofile(minetest.get_modpath("pipeworks").."/devices.lua") dofile(minetest.get_modpath("pipeworks").."/autoplace.lua") +dofile(minetest.get_modpath("pipeworks").."/crafts.lua") print("Pipeworks loaded!") -- cgit v1.2.3