Move gunpowder to mcl_mobitems
This commit is contained in:
parent
a0adb8bed7
commit
001a2d2064
8 changed files with 14 additions and 15 deletions
|
@ -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,},
|
||||
|
|
|
@ -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,},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue