Replace techage_invisible.png
w/ engine provided blank.png
This commit is contained in:
parent
0b50136116
commit
65c6d0adbc
@ -299,7 +299,7 @@ minetest.register_node("techage:moveblock", {
|
|||||||
description = "Techage Invisible Move Block",
|
description = "Techage Invisible Move Block",
|
||||||
drawtype = "glasslike_framed_optional",
|
drawtype = "glasslike_framed_optional",
|
||||||
inventory_image = 'techage_inv_invisible.png',
|
inventory_image = 'techage_inv_invisible.png',
|
||||||
tiles = {"techage_invisible.png"},
|
tiles = {"blank.png"},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
|
@ -293,7 +293,7 @@ minetest.register_entity("techage:ta1_watermill_entity", {
|
|||||||
minetest.register_node("techage:water_stop", {
|
minetest.register_node("techage:water_stop", {
|
||||||
description = "Water Stop",
|
description = "Water Stop",
|
||||||
drawtype = "glasslike_framed_optional",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles = {"techage_invisible.png"},
|
tiles = {"blank.png"},
|
||||||
inventory_image = 'techage_invisible_inv.png',
|
inventory_image = 'techage_invisible_inv.png',
|
||||||
|
|
||||||
use_texture_alpha = "blend",
|
use_texture_alpha = "blend",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 97 B |
Loading…
Reference in New Issue
Block a user