mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-13 14:00:29 +02:00
update use_texture_alpha properties
This commit is contained in:
@ -105,7 +105,7 @@ minetest.register_node("df_primordial_items:jungle_mushroom_sapling", {
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "clip",
|
||||
sunlight_propagates = true,
|
||||
|
||||
on_construct = function(pos)
|
||||
|
Reference in New Issue
Block a user