summaryrefslogtreecommitdiff
path: root/dryplants/reedmace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dryplants/reedmace.lua')
-rw-r--r--dryplants/reedmace.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dryplants/reedmace.lua b/dryplants/reedmace.lua
index 9547c7a..b01e118 100644
--- a/dryplants/reedmace.lua
+++ b/dryplants/reedmace.lua
@@ -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,
+ visual_scale = math.sqrt(8),
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,
+ visual_scale = math.sqrt(8),
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,
+ visual_scale = math.sqrt(8),
paramtype = "light",
tiles = {"dryplants_reedmace_height_3_spikes.png"},
inventory_image = "dryplants_reedmace_top.png",