deer & wolf drop 'animalmaterials:bone'

Este commit está contenido en:
AntumDeluge
2017-05-09 23:16:36 -07:00
padre 0a12498eff
commit a99b55dccf
Se han modificado 2 ficheros con 9 adiciones y 0 borrados

Ver fichero

@@ -1 +1,2 @@
default default
animalmaterials

Ver fichero

@@ -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,