summaryrefslogtreecommitdiff
path: root/bunny.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-07-13 19:04:48 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-07-13 19:04:48 +0100
commit9d6cc6196e4ecdc5b83ea603ab65b93c0236d7e2 (patch)
tree55eca3035be907eb188411379ea2d14ae52b1b87 /bunny.lua
parent1f401d5f527ac2c24dfd2e601a951714696ceca9 (diff)
change some animal drops
Diffstat (limited to 'bunny.lua')
-rw-r--r--bunny.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bunny.lua b/bunny.lua
index 123dd1d..1db4a83 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -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,