added raw/cooked mutton and rabbit, also rabbit hide, changed jump height for cow, sheep, chicken, warthog

This commit is contained in:
TenPlus1
2018-01-26 14:29:15 +00:00
parent 5bf846df5d
commit 6dbe2546f0
10 changed files with 68 additions and 5 deletions

View File

@ -27,6 +27,7 @@ mobs:register_mob("mobs_animal:cow", {
walk_velocity = 1,
run_velocity = 2,
jump = true,
jump_height = 6,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
{name = "mobs:leather", chance = 1, min = 1, max = 2},