1
0
mirror of https://github.com/AntumMT/mod-kpgmobs.git synced 2025-03-28 06:30:25 +01:00

deer & wolf drop 'animalmaterials:bone'

This commit is contained in:
AntumDeluge 2017-05-09 23:16:36 -07:00
parent 0a12498eff
commit a99b55dccf
2 changed files with 9 additions and 0 deletions

View File

@ -1 +1,2 @@
default
animalmaterials

View File

@ -697,6 +697,10 @@ kpgmobs:register_mob("kpgmobs:deer", {
chance = 1,
min = 2,
max = 3,},
{name = "animalmaterials:bone",
chance = 0.5,
min = 1,
max = 1,},
},
drawtype = "front",
water_damage = 1,
@ -817,6 +821,10 @@ kpgmobs:register_mob("kpgmobs:wolf", {
chance = 1,
min = 2,
max = 3,},
{name = "animalmaterials:bone",
chance = 0.75,
min = 1,
max = 1,},
},
drawtype = "front",
water_damage = 1,