mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-07-15 22:30:52 +02:00
Merge branch 'master' into nalc-1.2
This commit is contained in:
@ -540,7 +540,7 @@ minetest.register_node("nether:leaves", {
|
||||
description = "Nether Leaves",
|
||||
drawtype = "plantlike",
|
||||
waving = 1,
|
||||
visual_scale = math.sqrt(math.sqrt(2)),
|
||||
visual_scale = math.sqrt(2) + 0.01,
|
||||
tiles = {"nether_leaves.png"},
|
||||
inventory_image = "nether_leaves.png",
|
||||
wield_image = "nether_leaves.png",
|
||||
|
Reference in New Issue
Block a user