// priority: 0

console.info('> JEI-Hide scripts starting...')

onEvent('jei.hide.items', event => {
event.hide('quark:magnet')
event.hide('quark:backpack')
event.hide('quark:ravager_hide')
event.hide('quark:bonded_ravager_hide')
event.hide('quark:pipe')
event.hide('quark:crate')
event.hide('quark:soul_compass')
event.hide('quark:matrix_enchanter')

event.hide('losttrinkets:rock_candy')
event.hide('losttrinkets:book_o_enchanting')
event.hide('losttrinkets:ash_gloves')
event.hide('losttrinkets:octopus_leg')
event.hide('losttrinkets:magical_feathers')

event.hide('pickletweaks:magnet')

event.hide('spartanshields:shield_botania_manasteel')
event.hide('spartanshields:shield_botania_terrasteel')
event.hide('spartanshields:shield_botania_elementium')
event.hide('spartanshields:shield_mekanism_osmium')
event.hide('spartanshields:shield_mekanism_lapis_lazuli')
event.hide('spartanshields:shield_mekanism_refined_glowstone')
event.hide('spartanshields:shield_mekanism_refined_obsidian')
event.hide('spartanshields:shield_mekanism_powered_basic')
event.hide('spartanshields:shield_mekanism_powered_advanced')
event.hide('spartanshields:shield_mekanism_powered_elite')
event.hide('spartanshields:shield_mekanism_powered_ultimate')

event.hide('mysticalworld:copper_spear')
event.hide('mysticalworld:lead_spear')
event.hide('mysticalworld:tin_spear')
event.hide('mysticalworld:stone_spear')
event.hide('mysticalworld:wood_spear')
event.hide('mysticalworld:diamond_spear')
event.hide('mysticalworld:gold_spear')
event.hide('mysticalworld:iron_spear')

event.hide('mysticalworld:cactus_knife')
event.hide('mysticalworld:copper_knife')
event.hide('mysticalworld:lead_knife')
event.hide('mysticalworld:tin_knife')
event.hide('mysticalworld:stone_knife')
event.hide('mysticalworld:wood_knife')
event.hide('mysticalworld:diamond_knife')
event.hide('mysticalworld:gold_knife')
event.hide('mysticalworld:iron_knife')

event.hide('prefab:item_sickle_wood')
event.hide('prefab:item_sickle_stone')
event.hide('prefab:item_sickle_gold')
event.hide('prefab:item_sickle_iron')
event.hide('prefab:item_sickle_diamond')
event.hide('prefab:item_sickle_netherite')
event.hide('prefab:item_swift_blade_wood')
event.hide('prefab:item_swift_blade_stone')
event.hide('prefab:item_swift_blade_iron')
event.hide('prefab:item_swift_blade_diamond')
event.hide('prefab:item_swift_blade_gold')
event.hide('prefab:item_swift_blade_copper')
event.hide('prefab:item_swift_blade_osmium')
event.hide('prefab:item_swift_blade_bronze')
event.hide('prefab:item_swift_blade_steel')
event.hide('prefab:item_swift_blade_obsidian')
event.hide('prefab:item_swift_blade_netherite')

event.hide('greekfantasy:wooden_spear')
event.hide('greekfantasy:stone_spear')
event.hide('greekfantasy:iron_spear')

event.hide('iceandfire:copper_sword')
event.hide('iceandfire:copper_shovel')
event.hide('iceandfire:copper_pickaxe')
event.hide('iceandfire:copper_axe')
event.hide('iceandfire:copper_hoe')
event.hide('iceandfire:silver_ore')
event.hide('iceandfire:sapphire_ore')
event.hide('iceandfire:copper_ore')
event.hide('iceandfire:armor_copper_metal_helmet')
event.hide('iceandfire:armor_copper_metal_chestplate')
event.hide('iceandfire:armor_copper_metal_leggings')
event.hide('iceandfire:armor_copper_metal_boots')

event.hide('eidolon:lead_ore')

event.hide('byg:ametrine_ore')
event.hide('byg:budding_ametrine_ore')
event.hide('byg:emeraldite_ore')
event.hide('byg:pendorite_ore')

event.hide('vanillafoodpantry:rock_salt_ore')
event.hide('vanillafoodpantry:rock_salt_ore_nether')
event.hide('vanillafoodpantry:natron_ore')
event.hide('vanillafoodpantry:trona_ore')

event.hide('tropicraft:azurite_ore')
event.hide('tropicraft:eudialyte_ore')
event.hide('tropicraft:manganese_ore')
event.hide('tropicraft:shaka_ore')
event.hide('tropicraft:zircon_ore')
})