forked from VoxeLibre/VoxeLibre
Make Piglin Brutes drop golden axes
Instead of dropping crossbows
This commit is contained in:
parent
681ea9b515
commit
873297d2cf
|
@ -370,6 +370,12 @@ piglin_brute.animation = {
|
|||
}
|
||||
piglin_brute.can_despawn = false
|
||||
|
||||
piglin_brute.drops = {
|
||||
{name = "mcl_tools:axe_gold",
|
||||
chance = 8.5,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
}
|
||||
mcl_mobs.register_mob("mobs_mc:piglin_brute", piglin_brute)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue