diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-13 19:04:48 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-13 19:04:48 +0100 |
commit | 9d6cc6196e4ecdc5b83ea603ab65b93c0236d7e2 (patch) | |
tree | 55eca3035be907eb188411379ea2d14ae52b1b87 /bunny.lua | |
parent | 1f401d5f527ac2c24dfd2e601a951714696ceca9 (diff) |
change some animal drops
Diffstat (limited to 'bunny.lua')
-rw-r--r-- | bunny.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ stepheight = 0.6, jump_height = 6, drops = { {name = "mobs:rabbit_raw", chance = 1, min = 1, max = 1}, - {name = "mobs:rabbit_hide", chance = 1, min = 1, max = 1}, + {name = "mobs:rabbit_hide", chance = 1, min = 0, max = 1}, }, water_damage = 1, lava_damage = 4, |