summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-05 21:13:16 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-05 21:13:16 -0700
commit08bf28dcf1e251632c7ca7632b18703ea8ce0b92 (patch)
tree54dcf5ef7b237f8682d12ed4129de5bbd328ec02
parente9e8e202f9a9d8be64ec331873791d03413bde41 (diff)
New digger head texture by Hajo
-rw-r--r--LICENSE.txt2
-rw-r--r--README.txt2
-rw-r--r--node_diggers.lua8
-rw-r--r--textures/digtron_digger_yb.pngbin0 -> 1765 bytes
4 files changed, 7 insertions, 5 deletions
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
--- /dev/null
+++ b/textures/digtron_digger_yb.png
Binary files differ