Rename mod: default to mcl_core

This commit is contained in:
Wuzzy 2017-01-31 23:32:56 +01:00
parent d0ecf0c66c
commit 02fe45bca2
393 changed files with 2205 additions and 2210 deletions

View file

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