mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 04:12:23 +01:00
New digger head texture by Hajo
This commit is contained in:
parent
e9e8e202f9
commit
08bf28dcf1
@ -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
|
@ -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
|
||||
================
|
||||
|
@ -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,
|
||||
|
BIN
textures/digtron_digger_yb.png
Normal file
BIN
textures/digtron_digger_yb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user