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