forked from MineClone5/MineClone5
Fix cobweb drop
This commit is contained in:
parent
78cd9e779c
commit
b5b4a6e630
|
@ -2180,6 +2180,6 @@ minetest.register_node("default:cobweb", {
|
|||
liquid_range = 0,
|
||||
walkable = false,
|
||||
groups = {snappy=1,liquid=3,flammable=2},
|
||||
drop = "farming:string",
|
||||
drop = "default:string",
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue