mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-03 08:50:21 +02:00
Amend visual_scale for plantlike nodes
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user