From fe0fd686013bf24103d67a6a8b91ba19f41ca86e Mon Sep 17 00:00:00 2001 From: Novatux Date: Sun, 20 Jan 2013 17:53:17 +0100 Subject: Changed the name of some textures for naming conventions. Added deployer and node breaker (most of the code is from Technic, the textures too). --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 5b0187c..ce6bc3c 100644 --- a/init.lua +++ b/init.lua @@ -329,4 +329,6 @@ dofile(minetest.get_modpath("pipeworks").."/flowing_logic.lua") dofile(minetest.get_modpath("pipeworks").."/compat.lua") dofile(minetest.get_modpath("pipeworks").."/item_transport.lua") dofile(minetest.get_modpath("pipeworks").."/autocrafter.lua") +dofile(minetest.get_modpath("pipeworks").."/deployer.lua") +dofile(minetest.get_modpath("pipeworks").."/node_breaker.lua") print("Pipeworks loaded!") -- cgit v1.2.3