Fix cobweb drop

This commit is contained in:
Wuzzy 2017-01-13 05:25:02 +01:00
parent 78cd9e779c
commit b5b4a6e630
1 changed files with 1 additions and 1 deletions

View File

@ -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",
})