undo recent visual_scale changes

this effectively reverts the offending parts of commits d602b08730 and 86612336da
This commit is contained in:
Vanessa Ezekowitz
2014-12-15 16:03:55 -05:00
parent a0b942a7da
commit a2cb400daf
3 changed files with 6 additions and 6 deletions

View File

@ -125,7 +125,7 @@ minetest.register_node("dryplants:reedmace_top", {
minetest.register_node("dryplants:reedmace_height_2", {
description = "Reedmace, height: 2",
drawtype = "plantlike",
visual_scale = 2.8,
visual_scale = 2,
paramtype = "light",
tiles = {"dryplants_reedmace_height_2.png"},
inventory_image = "dryplants_reedmace_top.png",
@ -148,7 +148,7 @@ minetest.register_node("dryplants:reedmace_height_2", {
minetest.register_node("dryplants:reedmace_height_3", {
description = "Reedmace, height: 3",
drawtype = "plantlike",
visual_scale = 2.8,
visual_scale = 2,
paramtype = "light",
tiles = {"dryplants_reedmace_height_3.png"},
inventory_image = "dryplants_reedmace_top.png",
@ -171,7 +171,7 @@ minetest.register_node("dryplants:reedmace_height_3", {
minetest.register_node("dryplants:reedmace_height_3_spikes", {
description = "Reedmace, height: 3 & Spikes",
drawtype = "plantlike",
visual_scale = 2.8,
visual_scale = 2,
paramtype = "light",
tiles = {"dryplants_reedmace_height_3_spikes.png"},
inventory_image = "dryplants_reedmace_top.png",