From a88b2dcfd60e86205d562b8ba9c402f9345e5ee9 Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Sun, 24 Nov 2013 19:52:14 +0100 Subject: crafts and inv images --- trafficlight/init.lua | 1 + trafficlight/textures/streets_trafficlight_inv.png | Bin 0 -> 2772 bytes 2 files changed, 1 insertion(+) create mode 100644 trafficlight/textures/streets_trafficlight_inv.png (limited to 'trafficlight') diff --git a/trafficlight/init.lua b/trafficlight/init.lua index b3c8835..68a818e 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -38,6 +38,7 @@ minetest.register_node(":streets:trafficlight_middle",{ minetest.register_node(":streets:trafficlight_controller",{ description = "Trafficlight", + inventory_image = "streets_trafficlight_inv.png", tiles = {"streets_lampcontroller_top.png","streets_lampcontroller_bottom.png","streets_lampcontroller_sides.png"}, groups = {cracky = 1}, drawtype = "nodebox", diff --git a/trafficlight/textures/streets_trafficlight_inv.png b/trafficlight/textures/streets_trafficlight_inv.png new file mode 100644 index 0000000..fb76b72 Binary files /dev/null and b/trafficlight/textures/streets_trafficlight_inv.png differ -- cgit v1.2.3