summaryrefslogtreecommitdiff
path: root/cow.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cow.lua')
-rw-r--r--cow.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cow.lua b/cow.lua
index 76f3c0b..8c9b0aa 100644
--- a/cow.lua
+++ b/cow.lua
@@ -31,7 +31,7 @@ mobs:register_mob("mobs_animal:cow", {
jump_height = 6,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
- {name = "mobs:leather", chance = 1, min = 1, max = 2},
+ {name = "mobs:leather", chance = 1, min = 0, max = 2},
},
water_damage = 1,
lava_damage = 5,