forked from VoxeLibre/VoxeLibre
Merge pull request 'Make Piglin Brutes drop golden axes' (#3719) from piglin_brute_drops into master
Reviewed-on: MineClone2/MineClone2#3719 Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
This commit is contained in:
commit
393c24d32a
|
@ -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