mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-13 07:53:21 +01:00
Merge pull request 'Make Piglin Brutes drop golden axes' (#3719) from piglin_brute_drops into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3719 Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
This commit is contained in:
commit
393c24d32a
1 changed files with 7 additions and 1 deletions
|
@ -370,6 +370,12 @@ piglin_brute.animation = {
|
||||||
}
|
}
|
||||||
piglin_brute.can_despawn = false
|
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)
|
mcl_mobs.register_mob("mobs_mc:piglin_brute", piglin_brute)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue