mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-13 05:20:19 +02:00
fix https://github.com/mt-mods/plantlife_modpack/issues/38 - add use_texture_alpa param to nodes that have textures with alpa
This commit is contained in:
@ -31,6 +31,7 @@ minetest.register_node("youngtrees:youngtree2_middle",{
|
||||
description = S("Young Tree 2 (middle)"),
|
||||
drawtype="nodebox",
|
||||
tiles = {"youngtree2branch.png"},
|
||||
use_texture_alpha = "clip",
|
||||
inventory_image = "youngtree2branch.png",
|
||||
wield_image = "youngtree2branch.png",
|
||||
paramtype = "light",
|
||||
|
Reference in New Issue
Block a user