package appeng.migration; import net.minecraft.item.ItemStack; public interface IItemMigrate { void modifyItemStack(ItemStack is); }