This commit is contained in:
Sotr
2018-06-09 03:13:02 +08:00
parent 6c76b1da91
commit 816a205a77

View File

@@ -43,7 +43,7 @@ public class ItemMonsterEgg extends Item {
IBlockData iblockdata = world.getType(blockposition);
Block block = iblockdata.getBlock();
if (block == Blocks.MOB_SPAWNER && !AkarinGlobalConfig.allowSpawnerModify) { // Akarin
if (block == Blocks.MOB_SPAWNER && AkarinGlobalConfig.allowSpawnerModify) { // Akarin
TileEntity tileentity = world.getTileEntity(blockposition);
if (tileentity instanceof TileEntityMobSpawner) {