diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-13 19:06:18 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-13 19:06:18 +0100 |
commit | f0a2a8ac0596cbf8e56b45c31d3344e145ffeeed (patch) | |
tree | bb35dbfc9248a1645c441f42e758ca0799b52b0c | |
parent | fc0475c7eceffc19832884c37614ebfbcfccfaf8 (diff) | |
download | mob_horse-f0a2a8ac0596cbf8e56b45c31d3344e145ffeeed.tar.gz mob_horse-f0a2a8ac0596cbf8e56b45c31d3344e145ffeeed.tar.bz2 mob_horse-f0a2a8ac0596cbf8e56b45c31d3344e145ffeeed.zip |
change drops
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ mobs:register_mob("mob_horse:horse", { water_damage = 1, makes_footstep_sound = true, drops = { - {name = "mobs:meat_raw", chance = 1, min = 2, max = 3} + {name = "mobs:leather", chance = 1, min = 0, max = 2} }, do_custom = function(self, dtime) |