mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-26 21:03:45 +01:00
Fix cobweb drop
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
Block a user