mirror of
https://github.com/AntumMT/mod-kpgmobs.git
synced 2025-04-01 17:40:21 +02:00
deer & wolf drop 'animalmaterials:bone'
This commit is contained in:
parent
0a12498eff
commit
a99b55dccf
@ -1 +1,2 @@
|
|||||||
default
|
default
|
||||||
|
animalmaterials
|
||||||
|
8
init.lua
8
init.lua
@ -697,6 +697,10 @@ kpgmobs:register_mob("kpgmobs:deer", {
|
|||||||
chance = 1,
|
chance = 1,
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 3,},
|
max = 3,},
|
||||||
|
{name = "animalmaterials:bone",
|
||||||
|
chance = 0.5,
|
||||||
|
min = 1,
|
||||||
|
max = 1,},
|
||||||
},
|
},
|
||||||
drawtype = "front",
|
drawtype = "front",
|
||||||
water_damage = 1,
|
water_damage = 1,
|
||||||
@ -817,6 +821,10 @@ kpgmobs:register_mob("kpgmobs:wolf", {
|
|||||||
chance = 1,
|
chance = 1,
|
||||||
min = 2,
|
min = 2,
|
||||||
max = 3,},
|
max = 3,},
|
||||||
|
{name = "animalmaterials:bone",
|
||||||
|
chance = 0.75,
|
||||||
|
min = 1,
|
||||||
|
max = 1,},
|
||||||
},
|
},
|
||||||
drawtype = "front",
|
drawtype = "front",
|
||||||
water_damage = 1,
|
water_damage = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user