import crafttweaker.item.IItemStack;
import crafttweaker.item.IIngredient;
import mods.jei.JEI;


var itemArray as IItemStack[] = [
<minecraft:wooden_hoe>,
<minecraft:stone_hoe>,
<minecraft:iron_hoe>,
<minecraft:diamond_hoe>,
<minecraft:golden_hoe>,
<appliedenergistics2:certus_quartz_hoe>,
<appliedenergistics2:nether_quartz_hoe>,
<metallurgy:adamantine_hoe>,
<metallurgy:amordrine_hoe>,
<metallurgy:ignatius_hoe>,
<metallurgy:inolashite_hoe>,
<metallurgy:kalendrite_hoe>,
<metallurgy:krik_hoe>,
<metallurgy:midasium_hoe>,
<metallurgy:mithril_hoe>,
<metallurgy:orichalcum_hoe>,
<metallurgy:oureclase_hoe>,
<metallurgy:platinum_hoe>,
<metallurgy:copper_hoe>,
<metallurgy:damascus_steel_hoe>,
<metallurgy:deep_iron_hoe>,
<metallurgy:desichalkos_hoe>,
<metallurgy:electrum_hoe>,
<metallurgy:etherium_hoe>,
<metallurgy:eximite_hoe>,
<metallurgy:haderoth_hoe>,
<metallurgy:hepatizon_hoe>,
<metallurgy:angmallen_hoe>,
<metallurgy:astral_silver_hoe>,
<metallurgy:atlarus_hoe>,
<metallurgy:black_steel_hoe>,
<metallurgy:brass_hoe>,
<metallurgy:bronze_hoe>,
<metallurgy:carmot_hoe>,
<metallurgy:celenegil_hoe>,
<metallurgy:ceruclase_hoe>,
<metallurgy:prometheum_hoe>,
<metallurgy:quicksilver_hoe>,
<metallurgy:sanguinite_hoe>,
<metallurgy:shadow_iron_hoe>,
<metallurgy:shadow_steel_hoe>,
<metallurgy:silver_hoe>,
<metallurgy:steel_hoe>,
<metallurgy:tartarite_hoe>,
<metallurgy:vulcanite_hoe>,
<thermalfoundation:tool.hoe_lead>,
<thermalfoundation:tool.hoe_aluminum>,
<thermalfoundation:tool.hoe_nickel>,
<thermalfoundation:tool.hoe_platinum>,
<thermalfoundation:tool.hoe_steel>,
<thermalfoundation:tool.hoe_electrum>,
<thermalfoundation:tool.hoe_invar>,
<thermalfoundation:tool.hoe_bronze>,
<thermalfoundation:tool.hoe_constantan>,
<metallurgy:vyroxeres_hoe>,
<thermalfoundation:tool.hoe_copper>,
<thermalfoundation:tool.hoe_tin>,
<thermalfoundation:tool.hoe_silver>
];

for item in itemArray {
    recipes.remove(item);
}