Move gunpowder to mcl_mobitems

This commit is contained in:
Wuzzy 2017-02-16 21:33:14 +01:00
parent a0adb8bed7
commit 001a2d2064
8 changed files with 14 additions and 15 deletions

View file

@ -36,7 +36,7 @@ mobs:register_mob("mobs_mc:creeper", {
armor = 100,
maxdrops = 3,
drops = {
{name = "mcl_core:gunpowder",
{name = "mcl_mobitems:gunpowder",
chance = 1,
min = 0,
max = 2,},

View file

@ -37,7 +37,7 @@ mobs:register_mob("mobs_mc:ghast", {
chance = 1,
min = 0,
max = 1,},
{name = "mcl_core:gunpowder",
{name = "mcl_mobitems:gunpowder",
chance = 1,
min = 0,
max = 2,},