larch: fix use_texture_alpha = "clip" warning

master
Starbeamrainbowlabs 2021-10-10 13:26:33 +01:00
parent b7744c611a
commit b46bf95b6c
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ minetest.register_node("larch:moss", {
tiles = {"larch_moss.png"},
inventory_image = "larch_moss.png",
wield_image = "larch_moss.png",
use_texture_alpha = "clip",
node_box = {
type = "fixed",
fixed = {-0.5, -0.5, 0.49, 0.5, 0.5, 0.5}