This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/server_scripts/recipes/botania.js
2023-11-02 12:32:44 -05:00

67 lines
2.1 KiB
JavaScript

ServerEvents.recipes(e => {
removeRecipeByID(e, [
'botania:dynamic/ancient_will_attach',
'botania:manasteel_shears',
'botania:elementium_shears',
'botania:swap_ring',
'botania:apothecary_default',
'botania:mana_infusion/mana_powder_dust',
'botania:mana_infusion/mana_powder_dye',
'botania:mana_infusion/mana_pearl',
'botania:mana_infusion/mana_quartz',
'botania:mana_infusion/manasteel',
'botania:mana_infusion/mana_diamond',
'botania:mana_infusion/mana_quartz_deconstruct',
'botania:magnet_ring',
'botania:aura_ring_greater',
'botania:mana_ring_greater',
'botania:livingwood_bow',
'botania:mana_ring',
'botania:aura_ring',
'botania:water_ring',
'botania:dodge_ring',
'botania:mining_ring',
'botania:pixie_ring',
'botania:reach_ring',
'botania:magnet_ring_greater',
'botania:manasteel_pick',
'botania:manasteel_axe',
'botania:manasteel_chestplate',
'botania:manasteel_helmet',
'botania:manasteel_leggings',
'botania:manasteel_boots',
'botania:elementium_pickaxe',
'botania:elementium_axe',
'botania:elementium_chestplate',
'botania:terrasteel_chestplate',
'botania:elementium_helmet',
'botania:terrasteel_helmet',
'botania:elementium_leggings',
'botania:terrasteel_leggings',
'botania:elementium_boots',
'botania:terrasteel_boots',
'botania:manasteel_shovel',
'botania:elementium_shovel',
'botania:manasteel_sword',
'botania:elementium_sword',
'botania:manasteel_hoe',
'botania:elementium_hoe',
'botania:glass_pickaxe',
'botania:mana_spreader',
'botania:lens_normal',
'aiotbotania:livingwood_pickaxe',
'aiotbotania:livingwood_shears',
'aiotbotania:terra_hoe',
'aiotbotania:livingrock_pickaxe',
'aiotbotania:livingrock_shears',
'aiotbotania:livingwood_axe',
'aiotbotania:livingrock_axe',
'aiotbotania:livingwood_shovel',
'aiotbotania:livingrock_shovel',
'aiotbotania:livingwood_sword',
'aiotbotania:livingrock_sword',
'aiotbotania:livingwood_hoe',
'aiotbotania:livingrock_hoe'
])
})