1
0
mirror of https://github.com/AntumMT/mod-kpgmobs.git synced 2025-03-20 19:10:19 +01:00

cow drops 'mobs:leather'

This commit is contained in:
AntumDeluge 2017-05-09 23:17:12 -07:00
parent a99b55dccf
commit b7c25748fc
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -1051,6 +1051,10 @@ kpgmobs:register_mob("kpgmobs:cow", {
chance = 1,
min = 5,
max = 10,},
{name = 'mobs:leather',
chance = 1,
min = 1,
max = 1,},
},
drawtype = "front",
water_damage = 1,