summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-01-20 17:53:17 +0100
committerNovatux <nathanael.courant@laposte.net>2013-01-20 17:53:17 +0100
commitfe0fd686013bf24103d67a6a8b91ba19f41ca86e (patch)
treeb63d84536088485ae87b2cc2614a6fe894926f55 /init.lua
parent1657f7cb7b7080cba505914c840f9d21aee84be3 (diff)
downloadpipeworks-fe0fd686013bf24103d67a6a8b91ba19f41ca86e.tar
pipeworks-fe0fd686013bf24103d67a6a8b91ba19f41ca86e.tar.gz
pipeworks-fe0fd686013bf24103d67a6a8b91ba19f41ca86e.tar.bz2
pipeworks-fe0fd686013bf24103d67a6a8b91ba19f41ca86e.tar.xz
pipeworks-fe0fd686013bf24103d67a6a8b91ba19f41ca86e.zip
Changed the name of some textures for naming conventions. Added deployer and node breaker (most of the code is from Technic, the textures too).
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
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!")