Update ender pearl itemstring

This commit is contained in:
Wuzzy 2017-01-25 11:47:44 +01:00
parent caf05770c5
commit 53800c561a
3 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ mobs:register_mob("mobs_mc:enderman", {
damage = 1,
armor = 100,
drops = {
{name = "mcl_ender_pearl:ender_pearl",
{name = "mcl_throwing:ender_pearl",
chance = 1,
min = 0,
max = 1,},