Fixed hoglins never dropping leather. (#4736)

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4736
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: villager8472 <gecko15x@gmx.de>
Co-committed-by: villager8472 <gecko15x@gmx.de>
This commit is contained in:
villager8472 2024-12-06 20:26:40 +01:00 committed by the-real-herowl
parent 38561d2a5d
commit c6c5de7335

@ -41,12 +41,10 @@ local hoglin = {
walk_velocity = 1,
run_velocity = 2.8,
drops = {
{name = "mobs_mcitems:leather",
{name = "mcl_mobitems:leather",
chance = 1,
min = 0,
max = 1,},
},
drops = {
{name = "mcl_mobitems:porkchop",
chance = 1,
min = 2,