This commit is contained in:
Xeno333 2024-08-09 10:39:24 -05:00
parent a3393368e6
commit 8db9a28ef1

View File

@ -44,10 +44,14 @@ minetest.register_node("mcl_better_end:end_stone_oasis_trunk", {
minetest.register_node("mcl_better_end:end_stone_oasis_leaves", {
description = "Blue Leaves",
drawtype = "allfaces_optional",
paramtype = "light",
is_ground_content = false,
tiles = {
"blue_end_tree_leaves.png", -- Top texture
},
stack_max = 64,
sounds = default.node_sound_leaves_defaults(),
light_source = 5,