Skip to content
Snippets Groups Projects
Commit 9f6228ed authored by Milan's avatar Milan
Browse files

add bone drop to cow

parent aa3e3dd9
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment