Pig, not creeper

This commit is contained in:
Blinky™ 2015-06-30 17:20:11 -05:00
parent 5227824608
commit 7e580920f6

View file

@ -137,7 +137,7 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb {
}
ItemStack retval = new ItemStack(mat);
if (mat == Material.MOB_SPAWNER) {
if (metaData == 0) metaData = 50;
if (metaData == 0) metaData = 90;
try {
retval = ess.getSpawnerProvider().setEntityType(retval, EntityType.fromId(metaData));
} catch (IllegalArgumentException e) {