Make deer & wolf drop "animalmaterials:bone" (temporary fix).
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
default
|
||||
animalmaterials
|
||||
craft_guide?
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user