forked from mtcontrib/mobs_monster
Amend visual_scale for plantlike nodes
This commit is contained in:
parent
d8b5b15c82
commit
8edcad5201
|
@ -77,7 +77,7 @@ end
|
|||
minetest.register_node(":mobs:cobweb", {
|
||||
description = S("Cobweb"),
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1.1,
|
||||
visual_scale = 1.2,
|
||||
tiles = {"mobs_cobweb.png"},
|
||||
inventory_image = "mobs_cobweb.png",
|
||||
paramtype = "light",
|
||||
|
|
Loading…
Reference in New Issue
Block a user