forked from mtcontrib/mobs_monster
Added 11 lucky blocks
This commit is contained in:
@ -89,7 +89,7 @@ minetest.register_node(":mobs:cobweb", {
|
||||
liquid_renewable = false,
|
||||
liquid_range = 0,
|
||||
walkable = false,
|
||||
groups = {snappy = 1},
|
||||
groups = {snappy = 1, disable_jump = 1},
|
||||
drop = "farming:cotton",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user