mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix cobweb drop
This commit is contained in:
parent
78cd9e779c
commit
b5b4a6e630
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue