124125126127128129130131132133134
case 2: entity = new NitroCreeper(world); spawnEntity(posX, posY, posZ, entity, world); break; case 3: entity = new BabyHeatscarSpider(world); spawnEntity(posX, posY, posZ, entity, world); break; } return entity; }