Replace techage_invisible.png w/ engine provided blank.png

This commit is contained in:
Niklp 2024-04-02 22:16:57 +02:00
parent 0b50136116
commit 65c6d0adbc
No known key found for this signature in database
GPG Key ID: 05D6F5035E66267A
3 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ minetest.register_node("techage:moveblock", {
description = "Techage Invisible Move Block",
drawtype = "glasslike_framed_optional",
inventory_image = 'techage_inv_invisible.png',
tiles = {"techage_invisible.png"},
tiles = {"blank.png"},
selection_box = {
type = "fixed",
fixed = {

View File

@ -293,7 +293,7 @@ minetest.register_entity("techage:ta1_watermill_entity", {
minetest.register_node("techage:water_stop", {
description = "Water Stop",
drawtype = "glasslike_framed_optional",
tiles = {"techage_invisible.png"},
tiles = {"blank.png"},
inventory_image = 'techage_invisible_inv.png',
use_texture_alpha = "blend",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B