1
0
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:
2019-05-10 01:19:06 +02:00
2 changed files with 11 additions and 16 deletions

View File

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