forked from mtcontrib/mobs_monster
		
	Removed liquid group from cobweb
This commit is contained in:
		| @@ -78,7 +78,7 @@ minetest.register_node(":mobs:cobweb", { | ||||
| 	liquid_renewable = false, | ||||
| 	liquid_range = 0, | ||||
| 	walkable = false, | ||||
| 	groups = {snappy = 1, liquid = 3}, | ||||
| 	groups = {snappy = 1}, | ||||
| 	drop = "farming:cotton", | ||||
| 	sounds = default.node_sound_leaves_defaults(), | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user