From 08bf28dcf1e251632c7ca7632b18703ea8ce0b92 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Thu, 5 Jan 2017 21:13:16 -0700 Subject: New digger head texture by Hajo --- LICENSE.txt | 2 ++ README.txt | 2 +- node_diggers.lua | 8 ++++---- textures/digtron_digger_yb.png | Bin 0 -> 1765 bytes 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 textures/digtron_digger_yb.png diff --git a/LICENSE.txt b/LICENSE.txt index f85a59e..e800668 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -31,3 +31,5 @@ License for Textures --------------------------------------- CC-BY-SA 3.0 UNPORTED. Created by FaceDeer + +digtron_digger.png modified to digtron_digger_yb.png by hajo - https://forum.minetest.net/viewtopic.php?f=9&t=16295#p245531 \ No newline at end of file diff --git a/README.txt b/README.txt index 9c62cef..d9f8c8a 100644 --- a/README.txt +++ b/README.txt @@ -138,7 +138,7 @@ A short high-pitched honk means that one or more of the builder heads don't have Splooshing water sounds means your Digtron is digging adjacent to (or through) water-containing nodes. Digtrons are waterproof, but this might be a useful indication that you should take care when installing doors in the tunnel walls you've placed here. -A triple "voop voop voop!" alarm indicates that there is lava adjacent to your Digtron. Digtrons can't penetrate lava by default, and although they are not destroyed by lava this alarm indicates that a non-lava-proof Digtron operator may wish to exercise caution when backing up. +A triple "voop voop voop!" alarm indicates that there is lava adjacent to your Digtron. Digtrons can't penetrate lava by default, and this alarm indicates that a non-lava-proof Digtron operator may wish to exercise caution when opening the door to clear the obstruction. Crafting recipes ================ diff --git a/node_diggers.lua b/node_diggers.lua index 9d60010..8907d3d 100644 --- a/node_diggers.lua +++ b/node_diggers.lua @@ -61,7 +61,7 @@ minetest.register_node("digtron:digger", { "digtron_plate.png", "digtron_plate.png^[transformR180", { - name = "digtron_digger.png", + name = "digtron_digger_yb.png", animation = { type = "vertical_frames", aspect_w = 16, @@ -107,7 +107,7 @@ minetest.register_node("digtron:intermittent_digger", { "digtron_plate.png", "digtron_plate.png^[transformR180", { - name = "digtron_digger.png", + name = "digtron_digger_yb.png", animation = { type = "vertical_frames", aspect_w = 16, @@ -162,7 +162,7 @@ minetest.register_node("digtron:soft_digger", { "digtron_plate.png^[colorize:#88880030", "digtron_plate.png^[transformR180^[colorize:#88880030", { - name = "digtron_digger.png^[colorize:#88880030", + name = "digtron_digger_yb.png^[colorize:#88880030", animation = { type = "vertical_frames", aspect_w = 16, @@ -215,7 +215,7 @@ minetest.register_node("digtron:intermittent_soft_digger", { "digtron_plate.png^[colorize:#88880030", "digtron_plate.png^[transformR180^[colorize:#88880030", { - name = "digtron_digger.png^[colorize:#88880030", + name = "digtron_digger_yb.png^[colorize:#88880030", animation = { type = "vertical_frames", aspect_w = 16, diff --git a/textures/digtron_digger_yb.png b/textures/digtron_digger_yb.png new file mode 100644 index 0000000..462de69 Binary files /dev/null and b/textures/digtron_digger_yb.png differ -- cgit v1.2.3