Make deer & wolf drop "animalmaterials:bone" (temporary fix).

master
AntumDeluge 2016-08-06 09:39:08 -07:00
parent 3ce2b6408b
commit 2c543d30d1
2 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,3 @@
default
animalmaterials
craft_guide?

View File

@ -693,6 +693,10 @@ kpgmobs:register_mob("kpgmobs:deer", {
chance = 1,
min = 2,
max = 3,},
{name = "animalmaterials:bone", -- Added temporarily by AntumDeluge
chance = 0.5,
min = 1,
max = 1,},
},
drawtype = "front",
water_damage = 1,
@ -813,6 +817,10 @@ kpgmobs:register_mob("kpgmobs:wolf", {
chance = 1,
min = 2,
max = 3,},
{name = "animalmaterials:bone", -- Added temporarily by AntumDeluge
chance = 0.75,
min = 1,
max = 1,},
},
drawtype = "front",
water_damage = 1,