1
0
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:
HybridDog
2019-03-10 12:35:24 +01:00
parent 0d4a302103
commit 870b6a9d47
2 changed files with 11 additions and 16 deletions

View File

@ -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",