Commit 9f6228ed authored by Milan's avatar Milan
Browse files

add bone drop to cow

parent aa3e3dd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ mobs:register_mob("mobs_animal:cow", {
	drops = {
		{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
		{name = "mobs:leather", chance = 1, min = 1, max = 2},
		{name = "ethereal:bone", chance = 2, min = 2, max = 6}
	},
	water_damage = 1,
	lava_damage = 5,