Skip to content
Snippets Groups Projects
Commit f0a2a8ac authored by TenPlus1's avatar TenPlus1
Browse files

change drops

parent fc0475c7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ mobs:register_mob("mob_horse:horse", {
water_damage = 1,
makes_footstep_sound = true,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 2, max = 3}
{name = "mobs:leather", chance = 1, min = 0, max = 2}
},
do_custom = function(self, dtime)
......
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