1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

Changed the name of some textures for naming conventions. Added deployer and node breaker (most of the code is from Technic, the textures too).

This commit is contained in:
Novatux
2013-01-20 17:53:17 +01:00
parent 1657f7cb7b
commit fe0fd68601
39 changed files with 274 additions and 14 deletions

View File

@ -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!")