import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;

val JEIIntegration = {

} as string[IItemStack];

for key, value in JEIIntegration {
    mods.jei.JEI.addDescription(key, value);
}
