Navigation Menu

Skip to content

Commit

Permalink
Default: Remove unnecessary leaf 'visual scale'
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Oct 29, 2016
1 parent 89b9c3e commit 02a82c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mods/default/nodes.lua
Expand Up @@ -551,7 +551,6 @@ minetest.register_node("default:leaves", {
description = "Leaves",
drawtype = "allfaces_optional",
waving = 1,
visual_scale = 1.3,
tiles = {"default_leaves.png"},
special_tiles = {"default_leaves_simple.png"},
paramtype = "light",
Expand Down Expand Up @@ -630,7 +629,6 @@ minetest.register_node("default:jungleleaves", {
description = "Jungle Leaves",
drawtype = "allfaces_optional",
waving = 1,
visual_scale = 1.3,
tiles = {"default_jungleleaves.png"},
special_tiles = {"default_jungleleaves_simple.png"},
paramtype = "light",
Expand Down Expand Up @@ -711,7 +709,6 @@ minetest.register_node("default:pine_wood", {
minetest.register_node("default:pine_needles",{
description = "Pine Needles",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {"default_pine_needles.png"},
waving = 1,
paramtype = "light",
Expand Down Expand Up @@ -792,7 +789,6 @@ minetest.register_node("default:acacia_wood", {
minetest.register_node("default:acacia_leaves", {
description = "Acacia Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {"default_acacia_leaves.png"},
waving = 1,
paramtype = "light",
Expand Down Expand Up @@ -872,7 +868,6 @@ minetest.register_node("default:aspen_wood", {
minetest.register_node("default:aspen_leaves", {
description = "Aspen Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {"default_aspen_leaves.png"},
waving = 1,
paramtype = "light",
Expand Down Expand Up @@ -1238,7 +1233,6 @@ minetest.register_node("default:bush_leaves", {
description = "Bush Leaves",
drawtype = "allfaces_optional",
waving = 1,
visual_scale = 1.3,
tiles = {"default_leaves_simple.png"},
paramtype = "light",
groups = {snappy = 3, flammable = 2, leaves = 1},
Expand All @@ -1262,7 +1256,6 @@ minetest.register_node("default:acacia_bush_leaves", {
description = "Acacia Bush Leaves",
drawtype = "allfaces_optional",
waving = 1,
visual_scale = 1.3,
tiles = {"default_acacia_leaves.png"},
paramtype = "light",
groups = {snappy = 3, flammable = 2, leaves = 1},
Expand Down

0 comments on commit 02a82c9

Please sign in to comment.