mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-07-14 14:00:19 +02:00
update nether tree loop, @Ombridride l hope it works for you, and fix missing degrotate paramtype2 of leaves
This commit is contained in:
@ -527,6 +527,7 @@ minetest.register_node("nether:leaves", {
|
||||
inventory_image = "nether_leaves.png",
|
||||
wield_image = "nether_leaves.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "degrotate",
|
||||
is_ground_content = false,
|
||||
groups = {snappy=3, leafdecay=3, leaves=1},
|
||||
drop = {
|
||||
|
Reference in New Issue
Block a user