mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-07-15 06:10:47 +02:00
Fix nether leaves visual_scale
Also, update README
This commit is contained in:
@ -528,7 +528,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