Fix pig drops

This commit is contained in:
Wuzzy 2017-02-07 06:27:51 +01:00
parent 34a7108020
commit ae7098895d
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ mobs:register_mob("mobs_mc:pig", {
walk_velocity = 1,
armor = 100,
drops = {
{name = "mcl_mobitems:pork_raw",
{name = "mcl_mobitems:porkchop_raw",
chance = 1,
min = 1,
max = 3,},
@ -66,7 +66,7 @@ mobs:register_mob("mobs_mc:pig", {
self.saddle = "yes"
self.tamed = true
self.drops = {
{name = "mcl_mobitems:pork_raw",
{name = "mcl_mobitems:porkchop_raw",
chance = 1,
min = 1,
max = 3,},