Amend visual_scale for plantlike nodes

This commit is contained in:
TenPlus1 2017-02-12 11:47:38 +00:00
parent d8b5b15c82
commit 8edcad5201
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ end
minetest.register_node(":mobs:cobweb", { minetest.register_node(":mobs:cobweb", {
description = S("Cobweb"), description = S("Cobweb"),
drawtype = "plantlike", drawtype = "plantlike",
visual_scale = 1.1, visual_scale = 1.2,
tiles = {"mobs_cobweb.png"}, tiles = {"mobs_cobweb.png"},
inventory_image = "mobs_cobweb.png", inventory_image = "mobs_cobweb.png",
paramtype = "light", paramtype = "light",