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/create.js
2023-11-02 12:32:44 -05:00

74 lines
3.1 KiB
JavaScript

ServerEvents.recipes(e => {
removeRecipeByID(e, [
'create:crafting/materials/andesite_alloy_from_zinc',
'create:mixing/andesite_alloy_from_zinc',
'create:crafting/materials/andesite_alloy_from_block',
'thermal:compat/create/smelter_create_alloy_andesite_alloy',
'create:washing/construction_paste',
'create_sa:slime_helmet_recipe',
'create_sa:slime_boots_recipe',
'create:crafting/appliances/diving_helmet',
'create:crafting/appliances/diving_boots',
'create_sa:brass_chestplate_recipe',
'create_sa:brass_helmet_recipe',
'create_sa:brass_leggings_recipe',
'create_sa:brass_boots_recipe',
'create_sa:zinc_chestplate_recipe',
'create_sa:zinc_helmet_recipe',
'create_sa:zinc_leggings_recipe',
'create_sa:zinc_bootss_recipe',
'create_sa:copper_chestplate_recipe',
'create_sa:copper_helmet_recipe',
'create_sa:copper_legging_recipe',
'create_sa:copper_boots_recipe',
'createaddition:crafting/spool',
'createaddition:compat/immersiveengineering/blastingfurnace_preheater',
'create:crafting/materials/electron_tube',
'create:crafting/kinetics/millstone',
'create:crafting/kinetics/basin',
'create:crafting/kinetics/empty_blaze_burner',
'create:crafting/kinetics/large_cogwheel',
'create:crafting/kinetics/large_cogwheelfrom_little',
'create:crafting/kinetics/mechanical_piston',
'create:crafting/kinetics/mechanical_press',
'create:crafting/schematics/schematicannon',
'create:crafting/materials/copper_casing',
'create:crafting/materials/rose_quartz',
'create:crafting/materials/shadow_steel_casing',
'create:crafting/materials/refined_radiance_casing',
'create:crafting/materials/andesite_casing',
'create:crafting/materials/brass_casing',
'create:materials/electron_tube',
'create:crafting/materials/andesite_alloy',
'create:mechanical_crafting/crushing_wheel',
'create:mixing/andesite_alloy',
'create:crafting/materials/copper_ingot_from_decompacting',
'create:crafting/materials/copper_ingot_from_compacting',
'create:blasting/copper_ingot_from_ore',
'create:smelting/copper_ingot_from_ore',
'create:blasting/lead_ingot_compat_eidolon',
'create:blasting/lead_ingot_compat_thermal',
'create:blasting/ingot_lead_compat_mekanism',
'create:blasting/ingot_lead_compat_immersiveengineering',
'create:smelting/ingot_lead_compat_immersiveengineering',
'create:smelting/lead_ingot_compat_thermal',
'create:smelting/lead_ingot_compat_eidolon',
'create:smelting/ingot_lead_compat_mekanism',
'create_sa:brass_pickaxe_recipe',
'create_sa:brass_axe_recipe',
'create_sa:brass_sword_recipe',
'create_sa:brass_hoe_recipe',
'create_sa:copper_pickaxe_recipe',
'create_sa:copper_axe_recipe',
'create_sa:copper_hoe_recipe',
'create_sa:copper_sword_recipe',
'create_sa:zinc_pickaxe_recipe',
'create_sa:zinc_axe_recipe',
'create_sa:zinc_sword_recipe',
'create_sa:zinc_hoe_recipe',
'createaddition:crushing/diamond_ore',
'createaddition:compat/mekanism/rose_quartz_metallurgic_infusing'
])
})