summaryrefslogtreecommitdiff
path: root/item_transport.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 /item_transport.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 'item_transport.lua')
-rw-r--r--item_transport.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/item_transport.lua b/item_transport.lua
index c1d7315..665516e 100644
--- a/item_transport.lua
+++ b/item_transport.lua
@@ -9,8 +9,8 @@ minetest.register_craftitem("pipeworks:filter", {
minetest.register_node("pipeworks:filter", {
description = "filter",
- tiles = {"filter_top.png", "filter_top.png", "filter_output.png",
- "filter_input.png", "filter_side.png", "filter_top.png"},
+ tiles = {"pipeworks_filter_top.png", "pipeworks_filter_top.png", "pipeworks_filter_output.png",
+ "pipeworks_filter_input.png", "pipeworks_filter_side.png", "pipeworks_filter_top.png"},
paramtype2 = "facedir",
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,tubedevice=1,mesecon=2},
legacy_facedir_simple = true,