Redstone wire and dust textures

master
Zeg9 2013-05-30 16:47:54 +02:00 committed by PilzAdam
parent 590ac1a86e
commit 54113d87c3
11 changed files with 18 additions and 2 deletions

View File

@ -4,3 +4,9 @@ Redstone mod
License
-------
Copyright (C) 2013 PilzAdam WTFPL
Authors of media files:
-----------------------
Zeg9:
redstone_redstone_*.png

View File

@ -179,7 +179,12 @@ minetest.register_craftitem("redstone:redstone", {
})
minetest.register_node("redstone:redstone_off", {
tiles = {"redstone_redstone_off.png"},
tiles = {
"redstone_redstone_off.png",
"redstone_redstone_off_curved.png",
"redstone_redstone_off_t_junction.png",
"redstone_redstone_off_crossing.png"
},
drawtype = "raillike",
drop = "redstone:redstone",
walkable = false,
@ -209,7 +214,12 @@ minetest.register_node("redstone:redstone_off", {
})
minetest.register_node("redstone:redstone_on", {
tiles = {"redstone_redstone_on.png"},
tiles = {
"redstone_redstone_on.png",
"redstone_redstone_on_curved.png",
"redstone_redstone_on_t_junction.png",
"redstone_redstone_on_crossing.png"
},
drawtype = "raillike",
drop = "redstone:redstone",
walkable = false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B