mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-04-17 11:10:23 +02:00
change drops
This commit is contained in:
parent
fc0475c7ec
commit
f0a2a8ac05
2
init.lua
2
init.lua
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user