Add use_texture_alpha (again)

This commit is contained in:
bri cassa 2021-03-01 23:44:32 +01:00
parent 737d46317f
commit 3f74c54f8e
5 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@ minetest.register_node("throwing:arrow_build_box", {
},
tiles = {"throwing_arrow_build.png", "throwing_arrow_build.png", "throwing_arrow_build_back.png", "throwing_arrow_build_front.png", "throwing_arrow_build_2.png", "throwing_arrow_build.png"},
groups = {not_in_creative_inventory=1},
use_texture_alpha = "opaque",
})
local THROWING_ARROW_ENTITY={

View File

@ -27,6 +27,7 @@ minetest.register_node("throwing:arrow_dig_box", {
},
tiles = {"throwing_arrow_dig.png", "throwing_arrow_dig.png", "throwing_arrow_dig_back.png", "throwing_arrow_dig_front.png", "throwing_arrow_dig_2.png", "throwing_arrow_dig.png"},
groups = {not_in_creative_inventory=1},
use_texture_alpha = "opaque",
})
local THROWING_ARROW_ENTITY={

View File

@ -27,6 +27,7 @@ minetest.register_node("throwing:arrow_fire_box", {
},
tiles = {"throwing_arrow_fire.png", "throwing_arrow_fire.png", "throwing_arrow_fire_back.png", "throwing_arrow_fire_front.png", "throwing_arrow_fire_2.png", "throwing_arrow_fire.png"},
groups = {not_in_creative_inventory=1},
use_texture_alpha = "opaque",
})
local THROWING_ARROW_ENTITY={

View File

@ -27,6 +27,7 @@ minetest.register_node("throwing:arrow_teleport_box", {
},
tiles = {"throwing_arrow_teleport.png", "throwing_arrow_teleport.png", "throwing_arrow_teleport_back.png", "throwing_arrow_teleport_front.png", "throwing_arrow_teleport_2.png", "throwing_arrow_teleport.png"},
groups = {not_in_creative_inventory=1},
use_texture_alpha = "opaque",
})
local THROWING_ARROW_ENTITY={

View File

@ -27,6 +27,7 @@ minetest.register_node("throwing:arrow_tnt_box", {
},
tiles = {"throwing_arrow_tnt.png", "throwing_arrow_tnt.png", "throwing_arrow_tnt_back.png", "throwing_arrow_tnt_front.png", "throwing_arrow_tnt_2.png", "throwing_arrow_tnt.png"},
groups = {not_in_creative_inventory=1},
use_texture_alpha = "opaque",
})
local THROWING_ARROW_ENTITY={