Initial commit
This commit is contained in:
79
scripts/Removal/alexs_removal.zs
Normal file
79
scripts/Removal/alexs_removal.zs
Normal file
@@ -0,0 +1,79 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Alex's Mob
|
||||
craftingTable.remove(<item:alexsmobs:bone_serpent_tooth>);
|
||||
craftingTable.remove(<item:alexsmobs:blood_sprayer>);
|
||||
craftingTable.remove(<item:alexsmobs:soul_heart>);
|
||||
craftingTable.remove(<item:alexsmobs:mimicream>);
|
||||
craftingTable.remove(<item:alexsmobs:guster_eye>);
|
||||
craftingTable.remove(<item:alexsmobs:gustmaker>);
|
||||
craftingTable.remove(<item:alexsmobs:pocket_sand>);
|
||||
craftingTable.remove(<item:alexsmobs:warped_muscle>);
|
||||
craftingTable.remove(<item:alexsmobs:hemolymph_sac>);
|
||||
craftingTable.remove(<item:alexsmobs:hemolymph_blaster>);
|
||||
craftingTable.remove(<item:alexsmobs:warped_mixture>);
|
||||
craftingTable.remove(<item:alexsmobs:straddlite>);
|
||||
craftingTable.remove(<item:alexsmobs:straddleboard>);
|
||||
craftingTable.remove(<item:alexsmobs:echolocator>);
|
||||
craftingTable.remove(<item:alexsmobs:endolocator>);
|
||||
craftingTable.remove(<item:alexsmobs:enderiophage_rocket>);
|
||||
craftingTable.remove(<item:alexsmobs:tarantula_hawk_elytra>);
|
||||
craftingTable.remove(<item:alexsmobs:mysterious_worm>);
|
||||
craftingTable.remove(<item:alexsmobs:void_worm_mandible>);
|
||||
craftingTable.remove(<item:alexsmobs:void_worm_eye>);
|
||||
craftingTable.remove(<item:alexsmobs:dimensional_carver>);
|
||||
craftingTable.remove(<item:alexsmobs:pigshoes>);
|
||||
craftingTable.remove(<item:alexsmobs:straddle_helmet>);
|
||||
craftingTable.remove(<item:alexsmobs:straddle_saddle>);
|
||||
craftingTable.remove(<item:alexsmobs:cosmic_cod>);
|
||||
craftingTable.remove(<item:alexsmobs:cosmic_cod_bucket>);
|
||||
craftingTable.remove(<item:alexsmobs:pupfish_locator>);
|
||||
craftingTable.remove(<item:alexsmobs:void_worm_beak>);
|
||||
craftingTable.remove(<item:alexsmobs:void_worm_effigy>);
|
||||
craftingTable.remove(<item:alexsmobs:blood_sac>);
|
||||
craftingTable.remove(<item:alexsmobs:mosquito_proboscis>);
|
||||
craftingTable.remove(<item:alexsmobs:sopa_de_macaco>);
|
||||
craftingTable.remove(<item:alexsmobs:rocky_chestplate>);
|
||||
craftingTable.remove(<item:alexsmobs:spiked_turtle_shell>);
|
||||
craftingTable.remove(<item:alexsmobs:centipede_leg>);
|
||||
craftingTable.remove(<item:alexsmobs:centipede_leggings>);
|
||||
|
||||
JEI.hideIngredient(<item:alexsmobs:bone_serpent_tooth>);
|
||||
JEI.hideIngredient(<item:alexsmobs:blood_sprayer>);
|
||||
JEI.hideIngredient(<item:alexsmobs:soul_heart>);
|
||||
JEI.hideIngredient(<item:alexsmobs:mimicream>);
|
||||
JEI.hideIngredient(<item:alexsmobs:guster_eye>);
|
||||
JEI.hideIngredient(<item:alexsmobs:gustmaker>);
|
||||
JEI.hideIngredient(<item:alexsmobs:pocket_sand>);
|
||||
JEI.hideIngredient(<item:alexsmobs:warped_muscle>);
|
||||
JEI.hideIngredient(<item:alexsmobs:hemolymph_sac>);
|
||||
JEI.hideIngredient(<item:alexsmobs:hemolymph_blaster>);
|
||||
JEI.hideIngredient(<item:alexsmobs:warped_mixture>);
|
||||
JEI.hideIngredient(<item:alexsmobs:straddlite>);
|
||||
JEI.hideIngredient(<item:alexsmobs:straddleboard>);
|
||||
JEI.hideIngredient(<item:alexsmobs:echolocator>);
|
||||
JEI.hideIngredient(<item:alexsmobs:endolocator>);
|
||||
JEI.hideIngredient(<item:alexsmobs:enderiophage_rocket>);
|
||||
JEI.hideIngredient(<item:alexsmobs:tarantula_hawk_elytra>);
|
||||
JEI.hideIngredient(<item:alexsmobs:mysterious_worm>);
|
||||
JEI.hideIngredient(<item:alexsmobs:void_worm_mandible>);
|
||||
JEI.hideIngredient(<item:alexsmobs:void_worm_eye>);
|
||||
JEI.hideIngredient(<item:alexsmobs:dimensional_carver>);
|
||||
JEI.hideIngredient(<item:alexsmobs:pigshoes>);
|
||||
JEI.hideIngredient(<item:alexsmobs:straddle_helmet>);
|
||||
JEI.hideIngredient(<item:alexsmobs:straddle_saddle>);
|
||||
JEI.hideIngredient(<item:alexsmobs:cosmic_cod>);
|
||||
JEI.hideIngredient(<item:alexsmobs:cosmic_cod_bucket>);
|
||||
JEI.hideIngredient(<item:alexsmobs:pupfish_locator>);
|
||||
JEI.hideIngredient(<item:alexsmobs:void_worm_beak>);
|
||||
JEI.hideIngredient(<item:alexsmobs:void_worm_effigy>);
|
||||
JEI.hideIngredient(<item:alexsmobs:blood_sac>);
|
||||
JEI.hideIngredient(<item:alexsmobs:mosquito_proboscis>);
|
||||
JEI.hideIngredient(<item:alexsmobs:sopa_de_macaco>);
|
||||
JEI.hideIngredient(<item:alexsmobs:rocky_chestplate>);
|
||||
JEI.hideIngredient(<item:alexsmobs:spiked_turtle_shell>);
|
||||
JEI.hideIngredient(<item:alexsmobs:centipede_leg>);
|
||||
JEI.hideIngredient(<item:alexsmobs:centipede_leggings>);
|
||||
755
scripts/Removal/apocalypsenow_removal.zs
Normal file
755
scripts/Removal/apocalypsenow_removal.zs
Normal file
@@ -0,0 +1,755 @@
|
||||
import mods.jei.JEI;
|
||||
import crafttweaker.api.recipe.CampFireRecipeManager;
|
||||
|
||||
recipes.remove(<item:apocalypsenow:plastic>);
|
||||
craftingTable.removeByName("apocalypsenow:gunpowder");
|
||||
|
||||
// Apocalypse Arsenal
|
||||
// Tools and Weapons
|
||||
|
||||
recipes.remove(<item:apocalypsenow:fixed_baseball_bat>);
|
||||
recipes.remove(<item:apocalypsenow:head_cutter>);
|
||||
recipes.remove(<item:apocalypsenow:rock>);
|
||||
recipes.remove(<item:apocalypsenow:table_leg>);
|
||||
recipes.remove(<item:apocalypsenow:tennis_racket>);
|
||||
recipes.remove(<item:apocalypsenow:drill>);
|
||||
recipes.remove(<item:apocalypsenow:fire_extinguisher>);
|
||||
recipes.remove(<item:apocalypsenow:wooden_hammer>);
|
||||
recipes.remove(<item:apocalypsenow:hammer_pickaxe>);
|
||||
recipes.remove(<item:apocalypsenow:chainsaw_bat>);
|
||||
recipes.remove(<item:apocalypsenow:chainsaw>);
|
||||
recipes.remove(<item:apocalypsenow:sytche_machete>);
|
||||
recipes.remove(<item:apocalypsenow:rusty_machete>);
|
||||
recipes.remove(<item:apocalypsenow:simple_machete>);
|
||||
recipes.remove(<item:apocalypsenow:scythe_knife>);
|
||||
recipes.remove(<item:apocalypsenow:table_knife>);
|
||||
recipes.remove(<item:apocalypsenow:comb_knife>);
|
||||
recipes.remove(<item:apocalypsenow:rusty_knife>);
|
||||
recipes.remove(<item:apocalypsenow:cheap_survival_knife>);
|
||||
recipes.remove(<item:apocalypsenow:cheap_survival_axe>);
|
||||
recipes.remove(<item:apocalypsenow:cheap_survival_machete>);
|
||||
recipes.remove(<item:apocalypsenow:goldenstilletoknife>);
|
||||
recipes.remove(<item:apocalypsenow:stylus_knife>);
|
||||
recipes.remove(<item:apocalypsenow:hammer>);
|
||||
recipes.remove(<item:apocalypsenow:sledgehammerr>);
|
||||
recipes.remove(<item:apocalypsenow:broken_glass>);
|
||||
recipes.remove(<item:apocalypsenow:broken_bottle>);
|
||||
recipes.remove(<item:apocalypsenow:saw>);
|
||||
recipes.remove(<item:apocalypsenow:broken_pool_cue>);
|
||||
recipes.remove(<item:apocalypsenow:podao>);
|
||||
recipes.remove(<item:apocalypsenow:nailed_stick>);
|
||||
recipes.remove(<item:apocalypsenow:pick>);
|
||||
recipes.remove(<item:apocalypsenow:stake>);
|
||||
recipes.remove(<item:apocalypsenow:plank>);
|
||||
recipes.remove(<item:apocalypsenow:spiked_plank>);
|
||||
recipes.remove(<item:apocalypsenow:hatchet>);
|
||||
recipes.remove(<item:apocalypsenow:concrete_mallet>);
|
||||
recipes.remove(<item:apocalypsenow:rowing>);
|
||||
recipes.remove(<item:apocalypsenow:modern_rowing>);
|
||||
recipes.remove(<item:apocalypsenow:pool_cue>);
|
||||
recipes.remove(<item:apocalypsenow:slander>);
|
||||
recipes.remove(<item:apocalypsenow:slitting_pears>);
|
||||
recipes.remove(<item:apocalypsenow:emptycanteen>);
|
||||
recipes.remove(<item:apocalypsenow:broken_radio>);
|
||||
recipes.remove(<item:apocalypsenow:glassbottle>);
|
||||
recipes.remove(<item:apocalypsenow:bottle>);
|
||||
recipes.remove(<item:apocalypsenow:textilethread>);
|
||||
recipes.remove(<item:apocalypsenow:kevlarthread>);
|
||||
recipes.remove(<item:apocalypsenow:polyesterthread>);
|
||||
recipes.remove(<item:apocalypsenow:scrapmetal>);
|
||||
recipes.remove(<item:apocalypsenow:electric_fence>);
|
||||
recipes.remove(<item:apocalypsenow:ducttape>);
|
||||
recipes.remove(<item:apocalypsenow:sawi>);
|
||||
recipes.remove(<item:apocalypsenow:emptyshampoo>);
|
||||
recipes.remove(<item:apocalypsenow:emptyconditioner>);
|
||||
recipes.remove(<item:apocalypsenow:electrical_scrap>);
|
||||
recipes.remove(<item:apocalypsenow:engineering_parts>);
|
||||
recipes.remove(<item:apocalypsenow:glue>);
|
||||
recipes.remove(<item:apocalypsenow:comb>);
|
||||
recipes.remove(<item:apocalypsenow:cellphone>);
|
||||
recipes.remove(<item:apocalypsenow:watch>);
|
||||
recipes.remove(<item:apocalypsenow:goldenwatch>);
|
||||
recipes.remove(<item:apocalypsenow:newspaper>);
|
||||
recipes.remove(<item:apocalypsenow:magazine>);
|
||||
recipes.remove(<item:apocalypsenow:toothbrush>);
|
||||
recipes.remove(<item:apocalypsenow:cigarettes>);
|
||||
recipes.remove(<item:apocalypsenow:aabattery>);
|
||||
recipes.remove(<item:apocalypsenow:toothpaste>);
|
||||
recipes.remove(<item:apocalypsenow:broken_baseball_bat>);
|
||||
recipes.remove(<item:apocalypsenow:trash>);
|
||||
recipes.remove(<item:apocalypsenow:rope>);
|
||||
recipes.remove(<item:apocalypsenow:eletricfencesign>);
|
||||
recipes.remove(<item:apocalypsenow:sandbags>);
|
||||
recipes.remove(<item:apocalypsenow:sandbagsstar>);
|
||||
recipes.remove(<item:apocalypsenow:sandbagsslab>);
|
||||
recipes.remove(<item:apocalypsenow:cocktail_molotov_green>);
|
||||
recipes.remove(<item:apocalypsenow:cocktail_molotov_brown>);
|
||||
recipes.remove(<item:apocalypsenow:cocktail_molotov_white>);
|
||||
recipes.remove(<item:apocalypsenow:matches>);
|
||||
recipes.remove(<item:apocalypsenow:fertilizer>);
|
||||
recipes.remove(<item:apocalypsenow:glassbottle>);
|
||||
recipes.remove(<item:apocalypsenow:glassbottle_2>);
|
||||
recipes.remove(<item:apocalypsenow:glassbottle_3>);
|
||||
recipes.remove(<item:apocalypsenow:soap>);
|
||||
recipes.remove(<item:apocalypsenow:towel>);
|
||||
recipes.remove(<item:apocalypsenow:plastic>);
|
||||
recipes.remove(<item:apocalypsenow:foam>);
|
||||
recipes.remove(<item:apocalypsenow:oil_canister>);
|
||||
recipes.remove(<item:apocalypsenow:cleanbucket>);
|
||||
recipes.remove(<item:apocalypsenow:sock>);
|
||||
recipes.remove(<item:apocalypsenow:toy>);
|
||||
recipes.remove(<item:apocalypsenow:bricktoys>);
|
||||
recipes.remove(<item:apocalypsenow:toiletpaper>);
|
||||
recipes.remove(<item:apocalypsenow:handlegripp>);
|
||||
recipes.remove(<item:apocalypsenow:ironhandlegripp>);
|
||||
recipes.remove(<item:apocalypsenow:salt>);
|
||||
recipes.remove(<item:apocalypsenow:perfume>);
|
||||
recipes.remove(<item:apocalypsenow:pet_bottle>);
|
||||
recipes.remove(<item:apocalypsenow:deodorant>);
|
||||
recipes.remove(<item:apocalypsenow:copperwire>);
|
||||
recipes.remove(<item:apocalypsenow:radio>);
|
||||
recipes.remove(<item:apocalypsenow:military_radio>);
|
||||
recipes.remove(<item:apocalypsenow:gravediggers_shovel>);
|
||||
recipes.remove(<item:apocalypsenow:taser>);
|
||||
recipes.remove(<item:apocalypsenow:beer>);
|
||||
recipes.remove(<item:apocalypsenow:tomato>);
|
||||
recipes.remove(<item:apocalypsenow:butter>);
|
||||
recipes.remove(<item:apocalypsenow:canteen_41>);
|
||||
recipes.remove(<item:apocalypsenow:canteen_42>);
|
||||
recipes.remove(<item:apocalypsenow:canteen_43>);
|
||||
recipes.remove(<item:apocalypsenow:canteen_44>);
|
||||
recipes.remove(<item:apocalypsenow:chicken_wing>);
|
||||
recipes.remove(<item:apocalypsenow:cooked_chicken_wing>);
|
||||
recipes.remove(<item:apocalypsenow:chocolate_bar>);
|
||||
recipes.remove(<item:apocalypsenow:cheese>);
|
||||
recipes.remove(<item:apocalypsenow:donut>);
|
||||
recipes.remove(<item:apocalypsenow:cooked_canned_chilie>);
|
||||
recipes.remove(<item:apocalypsenow:cooked_canned_food>);
|
||||
recipes.remove(<item:apocalypsenow:cooked_canned_soup>);
|
||||
recipes.remove(<item:apocalypsenow:open_canned_chili>);
|
||||
recipes.remove(<item:apocalypsenow:open_canned_strawberry>);
|
||||
recipes.remove(<item:apocalypsenow:open_canned_corn>);
|
||||
recipes.remove(<item:apocalypsenow:open_canned_beans>);
|
||||
recipes.remove(<item:apocalypsenow:open_canned_food>);
|
||||
recipes.remove(<item:apocalypsenow:open_canned_soup>);
|
||||
recipes.remove(<item:apocalypsenow:open_dogs_food>);
|
||||
recipes.remove(<item:apocalypsenow:cooked_canned_beans>);
|
||||
recipes.remove(<item:apocalypsenow:canned_beans>);
|
||||
recipes.remove(<item:apocalypsenow:canned_strawberry>);
|
||||
recipes.remove(<item:apocalypsenow:canned_corn>);
|
||||
recipes.remove(<item:apocalypsenow:canned_chili>);
|
||||
recipes.remove(<item:apocalypsenow:canned_food>);
|
||||
recipes.remove(<item:apocalypsenow:canned_soup>);
|
||||
recipes.remove(<item:apocalypsenow:dogs_food>);
|
||||
recipes.remove(<item:apocalypsenow:orange>);
|
||||
recipes.remove(<item:apocalypsenow:tomato>);
|
||||
recipes.remove(<item:apocalypsenow:milk>);
|
||||
recipes.remove(<item:apocalypsenow:lettuce>);
|
||||
recipes.remove(<item:apocalypsenow:fried_egg>);
|
||||
recipes.remove(<item:apocalypsenow:fries>);
|
||||
recipes.remove(<item:apocalypsenow:hamburger>);
|
||||
recipes.remove(<item:apocalypsenow:bottle>);
|
||||
recipes.remove(<item:apocalypsenow:reinforced_wooden_door>);
|
||||
recipes.remove(<item:apocalypsenow:reinforced_door>);
|
||||
recipes.remove(<item:apocalypsenow:scrap_metal_block>);
|
||||
recipes.remove(<item:apocalypsenow:wooden_crate>);
|
||||
recipes.remove(<item:apocalypsenow:military_crate>);
|
||||
recipes.remove(<item:apocalypsenow:soap_in_a_sock>);
|
||||
recipes.remove(<item:apocalypsenow:makeshift_machete>);
|
||||
recipes.remove(<item:apocalypsenow:makeshift_axe>);
|
||||
recipes.remove(<item:apocalypsenow:makeshift_knife>);
|
||||
recipes.remove(<item:apocalypsenow:mosquito_knife>);
|
||||
recipes.remove(<item:apocalypsenow:barbecuestick>);
|
||||
recipes.remove(<item:apocalypsenow:phillipsscrewdriver>);
|
||||
recipes.remove(<item:apocalypsenow:rubberduck>);
|
||||
recipes.remove(<item:apocalypsenow:ontario_sp_8>);
|
||||
recipes.remove(<item:apocalypsenow:marmalade>);
|
||||
recipes.remove(<item:apocalypsenow:passportred>);
|
||||
recipes.remove(<item:apocalypsenow:passportblue>);
|
||||
recipes.remove(<item:apocalypsenow:passport_green>);
|
||||
recipes.remove(<item:apocalypsenow:credit_card>);
|
||||
recipes.remove(<item:apocalypsenow:wallet>);
|
||||
recipes.remove(<item:apocalypsenow:kevlar>);
|
||||
recipes.remove(<item:apocalypsenow:polyester>);
|
||||
recipes.remove(<item:apocalypsenow:armorplate>);
|
||||
recipes.remove(<item:apocalypsenow:reinforced_armor_plate>);
|
||||
recipes.remove(<item:apocalypsenow:plasticplate>);
|
||||
recipes.remove(<item:apocalypsenow:crafts_and_wood>);
|
||||
recipes.remove(<item:apocalypsenow:thecookingguide>);
|
||||
recipes.remove(<item:apocalypsenow:electricalengineering>);
|
||||
recipes.remove(<item:apocalypsenow:firstaidbook>);
|
||||
recipes.remove(<item:apocalypsenow:craftsand_wood_ii>);
|
||||
recipes.remove(<item:apocalypsenow:bandage>);
|
||||
recipes.remove(<item:apocalypsenow:pain_killers>);
|
||||
recipes.remove(<item:apocalypsenow:antibiotics>);
|
||||
recipes.remove(<item:apocalypsenow:homemadeantibiotics>);
|
||||
recipes.remove(<item:apocalypsenow:stringandneedle>);
|
||||
recipes.remove(<item:apocalypsenow:syringe>);
|
||||
recipes.remove(<item:apocalypsenow:adrenalinepot>);
|
||||
recipes.remove(<item:apocalypsenow:morphinepot>);
|
||||
recipes.remove(<item:apocalypsenow:saline>);
|
||||
recipes.remove(<item:apocalypsenow:morphine>);
|
||||
recipes.remove(<item:apocalypsenow:adrenaline_syringe>);
|
||||
recipes.remove(<item:apocalypsenow:hydrochloricacid>);
|
||||
recipes.remove(<item:apocalypsenow:sulfuricacid>);
|
||||
recipes.remove(<item:apocalypsenow:chlorine_dioxed>);
|
||||
recipes.remove(<item:apocalypsenow:bloodsyringe>);
|
||||
recipes.remove(<item:apocalypsenow:purificationtablets>);
|
||||
recipes.remove(<item:apocalypsenow:surgicalclamps>);
|
||||
recipes.remove(<item:apocalypsenow:slipt>);
|
||||
recipes.remove(<item:apocalypsenow:rags>);
|
||||
recipes.remove(<item:apocalypsenow:cleanrags>);
|
||||
recipes.remove(<item:apocalypsenow:simplebackpack>);
|
||||
recipes.remove(<item:apocalypsenow:pinksimplebackpack>);
|
||||
recipes.remove(<item:apocalypsenow:bluesimplebackpack>);
|
||||
recipes.remove(<item:apocalypsenow:normalbackpack>);
|
||||
recipes.remove(<item:apocalypsenow:bigbackpack>);
|
||||
recipes.remove(<item:apocalypsenow:campingbackpack>);
|
||||
recipes.remove(<item:apocalypsenow:militarybackpack>);
|
||||
recipes.remove(<item:apocalypsenow:alicepack>);
|
||||
recipes.remove(<item:apocalypsenow:sack_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:nonalcoholic_beer>);
|
||||
recipes.remove(<item:apocalypsenow:vitamins>);
|
||||
recipes.remove(<item:apocalypsenow:bloodybandages>);
|
||||
recipes.remove(<item:apocalypsenow:bloodyrags>);
|
||||
recipes.remove(<item:apocalypsenow:grenade_belt_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:gpnvg_18_helmet_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:whisky>);
|
||||
recipes.remove(<item:apocalypsenow:vodka>);
|
||||
recipes.remove(<item:apocalypsenow:metal_shelves>);
|
||||
recipes.remove(<item:apocalypsenow:metal_shelvels_two>);
|
||||
recipes.remove(<item:apocalypsenow:metal_shelves_three>);
|
||||
recipes.remove(<item:apocalypsenow:pallet>);
|
||||
recipes.remove(<item:apocalypsenow:pallet_slab>);
|
||||
recipes.remove(<item:apocalypsenow:pallet_storage>);
|
||||
recipes.remove(<item:apocalypsenow:sandbagbarrier>);
|
||||
recipes.remove(<item:apocalypsenow:salt>);
|
||||
recipes.remove(<item:apocalypsenow:water>);
|
||||
recipes.remove(<item:apocalypsenow:fried_egg>);
|
||||
recipes.remove(<item:apocalypsenow:petrol_barrel>);
|
||||
recipes.remove(<item:apocalypsenow:hospital_door>);
|
||||
recipes.remove(<item:apocalypsenow:prison_door>);
|
||||
recipes.remove(<item:apocalypsenow:military_door>);
|
||||
recipes.remove(<item:apocalypsenow:plane_door>);
|
||||
recipes.remove(<item:apocalypsenow:glass_door>);
|
||||
recipes.remove(<item:apocalypsenow:bunker_hatch>);
|
||||
recipes.remove(<item:apocalypsenow:dynamite>);
|
||||
recipes.remove(<item:apocalypsenow:dynamite_roll>);
|
||||
recipes.remove(<item:apocalypsenow:improvised_dynamite_roll>);
|
||||
recipes.remove(<item:apocalypsenow:small_can>);
|
||||
recipes.remove(<item:apocalypsenow:water>);
|
||||
recipes.remove(<item:apocalypsenow:macandcheese>);
|
||||
recipes.remove(<item:apocalypsenow:tank_trap>);
|
||||
recipes.remove(<item:apocalypsenow:worldcompass>);
|
||||
recipes.remove(<item:apocalypsenow:iron_ladder>);
|
||||
recipes.remove(<item:apocalypsenow:iron_plate>);
|
||||
recipes.remove(<item:apocalypsenow:spike_log>);
|
||||
recipes.remove(<item:apocalypsenow:mossbricks>);
|
||||
recipes.remove(<item:apocalypsenow:mosstairs>);
|
||||
recipes.remove(<item:apocalypsenow:mossbrickslab>);
|
||||
recipes.remove(<item:apocalypsenow:mossbrickwall>);
|
||||
recipes.remove(<item:apocalypsenow:cross>);
|
||||
recipes.remove(<item:apocalypsenow:gravestone>);
|
||||
recipes.remove(<item:apocalypsenow:rockpile>);
|
||||
recipes.remove(<item:apocalypsenow:leaves_trap>);
|
||||
recipes.remove(<item:apocalypsenow:barbed_wire>);
|
||||
recipes.remove(<item:apocalypsenow:spikeswall>);
|
||||
recipes.remove(<item:apocalypsenow:spike_barrier>);
|
||||
recipes.remove(<item:apocalypsenow:glass_spikes>);
|
||||
recipes.remove(<item:apocalypsenow:spikes>);
|
||||
recipes.remove(<item:apocalypsenow:tripwire_bomb>);
|
||||
recipes.remove(<item:apocalypsenow:cream_cracker>);
|
||||
recipes.remove(<item:apocalypsenow:pile_of_tires>);
|
||||
recipes.remove(<item:apocalypsenow:electric_door>);
|
||||
recipes.remove(<item:apocalypsenow:iron_grid_door>);
|
||||
recipes.remove(<item:apocalypsenow:nutrition_bar>);
|
||||
recipes.remove(<item:apocalypsenow:explosive_barrel>);
|
||||
recipes.remove(<item:apocalypsenow:screwdriver>);
|
||||
recipes.remove(<item:apocalypsenow:pan>);
|
||||
recipes.remove(<item:apocalypsenow:catana>);
|
||||
recipes.remove(<item:apocalypsenow:kanabo>);
|
||||
recipes.remove(<item:apocalypsenow:camping_knife>);
|
||||
recipes.remove(<item:apocalypsenow:camping_machete>);
|
||||
recipes.remove(<item:apocalypsenow:icepick>);
|
||||
recipes.remove(<item:apocalypsenow:gardening_saw>);
|
||||
recipes.remove(<item:apocalypsenow:black_cleaver>);
|
||||
recipes.remove(<item:apocalypsenow:cutter_knife>);
|
||||
recipes.remove(<item:apocalypsenow:survival_knife>);
|
||||
recipes.remove(<item:apocalypsenow:chefs_knife>);
|
||||
recipes.remove(<item:apocalypsenow:razor>);
|
||||
recipes.remove(<item:apocalypsenow:taiga_1_survival_machete>);
|
||||
recipes.remove(<item:apocalypsenow:combat_survival_knife>);
|
||||
recipes.remove(<item:apocalypsenow:stun_baton>);
|
||||
recipes.remove(<item:apocalypsenow:comically_large_spoon>);
|
||||
recipes.remove(<item:apocalypsenow:spikefence>);
|
||||
recipes.remove(<item:apocalypsenow:medical_box>);
|
||||
recipes.remove(<item:apocalypsenow:broken_tv>);
|
||||
recipes.remove(<item:apocalypsenow:broken_plasma_tv>);
|
||||
recipes.remove(<item:apocalypsenow:brokenpremiunradio>);
|
||||
recipes.remove(<item:apocalypsenow:brokenoldradio>);
|
||||
recipes.remove(<item:apocalypsenow:umbrella>);
|
||||
recipes.remove(<item:apocalypsenow:mangrove_planks_stash>);
|
||||
recipes.remove(<item:apocalypsenow:cherry_planks_stash>);
|
||||
recipes.remove(<item:apocalypsenow:rain_collector>);
|
||||
recipes.remove(<item:apocalypsenow:stampler>);
|
||||
recipes.remove(<item:apocalypsenow:spruce_crate>);
|
||||
recipes.remove(<item:apocalypsenow:birch_crate>);
|
||||
recipes.remove(<item:apocalypsenow:jungle_crate>);
|
||||
recipes.remove(<item:apocalypsenow:acacia_crate>);
|
||||
recipes.remove(<item:apocalypsenow:dark_crate>);
|
||||
recipes.remove(<item:apocalypsenow:mangrove_crate>);
|
||||
recipes.remove(<item:apocalypsenow:cherry_crate>);
|
||||
recipes.remove(<item:apocalypsenow:modern_tomahawk>);
|
||||
recipes.remove(<item:apocalypsenow:makeshiftfishingrod>);
|
||||
recipes.remove(<item:apocalypsenow:rain_collector_full>);
|
||||
recipes.remove(<item:apocalypsenow:thincan>);
|
||||
recipes.remove(<item:apocalypsenow:blackhockeymask_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:ballistic_mask_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:energy_drink>);
|
||||
recipes.remove(<item:apocalypsenow:tank_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:desertcamo_6b_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:advanced_hazmat_suit_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:advanced_hazmat_suit_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:advanced_hazmat_suit_leggings>);
|
||||
recipes.remove(<item:apocalypsenow:advanced_hazmat_suit_boots>);
|
||||
recipes.remove(<item:apocalypsenow:rou_respirator_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:soviet_ushanka_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:mcu2p_gasmask_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:officer_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:bass>);
|
||||
recipes.remove(<item:apocalypsenow:guitar>);
|
||||
recipes.remove(<item:apocalypsenow:jet_pilot_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:jet_pilot_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:jet_pilot_leggings>);
|
||||
recipes.remove(<item:apocalypsenow:jet_pilot_boots>);
|
||||
recipes.remove(<item:apocalypsenow:fire_module_katana>);
|
||||
recipes.remove(<item:apocalypsenow:sixsh_116_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:bvd_assault_vest_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:specialoperationsvest_chestplate>);
|
||||
recipes.remove(<item:apocalypsenow:tactical_saber>);
|
||||
recipes.remove(<item:apocalypsenow:gentex_hgu_56_p_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:club_with_saw>);
|
||||
recipes.remove(<item:apocalypsenow:tomahawk>);
|
||||
recipes.remove(<item:apocalypsenow:throwingaxe>);
|
||||
recipes.remove(<item:apocalypsenow:deer_horn_knife>);
|
||||
recipes.remove(<item:apocalypsenow:claws>);
|
||||
recipes.remove(<item:apocalypsenow:hammer_axe>);
|
||||
recipes.remove(<item:apocalypsenow:nailed_table_leg>);
|
||||
recipes.remove(<item:apocalypsenow:patriotmotorcyclehelmet_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:large_soda>);
|
||||
recipes.remove(<item:apocalypsenow:climbingropewithhook>);
|
||||
recipes.remove(<item:apocalypsenow:climbing_rope>);
|
||||
recipes.remove(<item:apocalypsenow:smartphone>);
|
||||
recipes.remove(<item:apocalypsenow:nailed_club>);
|
||||
recipes.remove(<item:apocalypsenow:jagdkommando_knife>);
|
||||
recipes.remove(<item:apocalypsenow:hanger>);
|
||||
recipes.remove(<item:apocalypsenow:key_wrench>);
|
||||
recipes.remove(<item:apocalypsenow:trashbag>);
|
||||
recipes.remove(<item:apocalypsenow:trashbagblueplastic>);
|
||||
recipes.remove(<item:apocalypsenow:trashblue>);
|
||||
recipes.remove(<item:apocalypsenow:papertrash>);
|
||||
recipes.remove(<item:apocalypsenow:trash_bin>);
|
||||
recipes.remove(<item:apocalypsenow:trashcann>);
|
||||
recipes.remove(<item:apocalypsenow:trashcan_1>);
|
||||
recipes.remove(<item:apocalypsenow:brush_axe>);
|
||||
recipes.remove(<item:apocalypsenow:vintage_brush_axe>);
|
||||
recipes.remove(<item:apocalypsenow:mace_can>);
|
||||
recipes.remove(<item:apocalypsenow:iron_club>);
|
||||
recipes.remove(<item:apocalypsenow:modern_glaive>);
|
||||
recipes.remove(<item:apocalypsenow:timahawk>);
|
||||
recipes.remove(<item:apocalypsenow:pointed_cleaver>);
|
||||
recipes.remove(<item:apocalypsenow:cricket_bat>);
|
||||
recipes.remove(<item:apocalypsenow:nailed_cricket_bat>);
|
||||
recipes.remove(<item:apocalypsenow:fishermans_knife>);
|
||||
recipes.remove(<item:apocalypsenow:piolet>);
|
||||
recipes.remove(<item:apocalypsenow:bushcraft_axe>);
|
||||
recipes.remove(<item:apocalypsenow:bushcraft_knife>);
|
||||
recipes.remove(<item:apocalypsenow:bushcraft_machete>);
|
||||
recipes.remove(<item:apocalypsenow:fork>);
|
||||
recipes.remove(<item:apocalypsenow:knife_utensils>);
|
||||
recipes.remove(<item:apocalypsenow:spoon>);
|
||||
recipes.remove(<item:apocalypsenow:survival_shovel>);
|
||||
recipes.remove(<item:apocalypsenow:meat_cleaver>);
|
||||
recipes.remove(<item:apocalypsenow:tire_iron>);
|
||||
recipes.remove(<item:apocalypsenow:four_way_iron_tire>);
|
||||
recipes.remove(<item:apocalypsenow:bamboo_sickle>);
|
||||
recipes.remove(<item:apocalypsenow:iron_pipe>);
|
||||
recipes.remove(<item:apocalypsenow:harpoon>);
|
||||
recipes.remove(<item:apocalypsenow:light_weitgh_machete>);
|
||||
recipes.remove(<item:apocalypsenow:mo4_gas_mask_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:mo4_forest_camo_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:mo4_mud_camo_helmet>);
|
||||
recipes.remove(<item:apocalypsenow:sweetcane>);
|
||||
recipes.remove(<item:apocalypsenow:bullet_belt_chestplate>);
|
||||
|
||||
JEI.hideIngredient(<item:apocalypsenow:fixed_baseball_bat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fire_extinguisher>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:head_cutter>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rock>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:table_leg>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:wooden_hammer>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tennis_racket>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hammer_pickaxe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:drill>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:chainsaw_bat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:chainsaw>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sytche_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rusty_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:simple_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:scythe_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:table_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:comb_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rusty_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cheap_survival_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cheap_survival_axe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cheap_survival_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:goldenstilletoknife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:stylus_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hammer>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sledgehammerr>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_glass>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_bottle>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:saw>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_pool_cue>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:podao>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:nailed_stick>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pick>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:stake>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:plank>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spiked_plank>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hatchet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:concrete_mallet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rowing>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:modern_rowing>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pool_cue>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:slander>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:slitting_pears>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:emptycanteen>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_radio>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:alcohol>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:textilethread>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:kevlarthread>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:polyesterthread>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:scrapmetal>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:ducttape>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:electric_fence>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sawi>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:emptyshampoo>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:emptyconditioner>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:electrical_scrap>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:engineering_parts>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:glue>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:comb>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cellphone>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:watch>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:goldenwatch>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:newspaper>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:magazine>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:toothbrush>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cigarettes>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:aabattery>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:toothpaste>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_baseball_bat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trash>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rope>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:eletricfencesign>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sandbags>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sandbagsstar>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sandbagsslab>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cocktail_molotov_green>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cocktail_molotov_brown>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cocktail_molotov_white>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:matches>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fertilizer>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:glassbottle>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:glassbottle_2>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:glassbottle_3>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:soap>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:towel>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:plastic>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:foam>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:oil_canister>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cleanbucket>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sock>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:toy>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bricktoys>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:toiletpaper>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pet_bottle>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:handlegripp>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:ironhandlegripp>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:salt>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:perfume>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:deodorant>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:copperwire>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:radio>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:military_radio>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:gravediggers_shovel>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:taser>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tomato>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:butter>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canteen_41>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canteen_42>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canteen_43>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canteen_44>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:chicken_wing>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_chicken_wing>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:chocolate_bar>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cheese>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:contaminated_water>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:donut>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_canned_chilie>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_canned_food>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_canned_soup>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_canned_chili>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_canned_strawberry>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_canned_corn>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_canned_beans>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_canned_food>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_canned_soup>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:open_dogs_food>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_canned_beans>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canned_beans>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canned_strawberry>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canned_corn>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canned_chili>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canned_food>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:canned_soup>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:dogs_food>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:wine>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:orange>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tomato>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:milk>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:lettuce>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fried_egg>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fries>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hamburger>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:dead_cockroach>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:dead_rat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_cockroach>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cooked_rat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:slitting_pears>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bottle>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:reinforced_wooden_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:reinforced_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:scrap_metal_block>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:wooden_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:military_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:soap_in_a_sock>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:makeshift_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:makeshift_axe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:makeshift_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mosquito_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:barbecuestick>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:phillipsscrewdriver>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rubberduck>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:ontario_sp_8>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:marmalade>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:passportred>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:passportblue>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:passport_green>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:credit_card>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:wallet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:kevlar>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:polyester>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:armorplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:reinforced_armor_plate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:plasticplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:crafts_and_wood>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:thecookingguide>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:electricalengineering>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:firstaidbook>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:craftsand_wood_ii>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bandage>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pain_killers>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:antibiotics>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:homemadeantibiotics>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:stringandneedle>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:syringe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:adrenalinepot>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:morphinepot>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:saline>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:morphine>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:adrenaline_syringe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hydrochloricacid>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sulfuricacid>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:chlorine_dioxed>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bloodsyringe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:purificationtablets>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:surgicalclamps>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:slipt>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rags>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cleanrags>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:simplebackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pinksimplebackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bluesimplebackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:normalbackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bigbackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:campingbackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:militarybackpack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:alicepack>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sack_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:vitamins>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bloodybandages>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bloodyrags>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:grenade_belt_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:gpnvg_18_helmet_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:metal_shelves>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:metal_shelvels_two>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:metal_shelves_three>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pallet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pallet_slab>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pallet_storage>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sandbagbarrier>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:petrol_barrel>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hospital_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:prison_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:military_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:plane_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:glass_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bunker_hatch>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:dynamite>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:dynamite_roll>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:improvised_dynamite_roll>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:water>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:macandcheese>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tank_trap>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:worldcompass>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:iron_ladder>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:iron_plate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spike_log>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mossbricks>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mosstairs>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mossbrickslab>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mossbrickwall>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cross>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:gravestone>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rockpile>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:leaves_trap>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:barbed_wire>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spikeswall>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spike_barrier>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:glass_spikes>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spikes>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tripwire_bomb>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cream_cracker>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pile_of_tires>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:electric_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:iron_grid_door>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:nutrition_bar>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:explosive_barrel>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:screwdriver>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pan>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:catana>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:kanabo>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:camping_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:camping_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:icepick>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:gardening_saw>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:black_cleaver>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cutter_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:survival_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:chefs_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:razor>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:taiga_1_survival_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:combat_survival_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:stun_baton>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:comically_large_spoon>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spikefence>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:medical_box>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_tv>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:broken_plasma_tv>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:brokenpremiunradio>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:brokenoldradio>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:umbrella>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mangrove_planks_stash>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cherry_planks_stash>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rain_collector>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:stampler>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spruce_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:birch_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:jungle_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:acacia_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:dark_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mangrove_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cherry_crate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:modern_tomahawk>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:makeshiftfishingrod>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rain_collector_full>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:thincan>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:blackhockeymask_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:ballistic_mask_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tank_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:desertcamo_6b_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:advanced_hazmat_suit_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:advanced_hazmat_suit_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:advanced_hazmat_suit_leggings>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:advanced_hazmat_suit_boots>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rou_respirator_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:soviet_ushanka_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mcu2p_gasmask_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:officer_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bass>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:guitar>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:jet_pilot_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:jet_pilot_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:jet_pilot_leggings>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:jet_pilot_boots>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fire_module_katana>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sixsh_116_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bvd_assault_vest_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:specialoperationsvest_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tactical_saber>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:gentex_hgu_56_p_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:club_with_saw>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tomahawk>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:throwingaxe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:deer_horn_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:claws>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hammer_axe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:nailed_table_leg>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:patriotmotorcyclehelmet_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:large_soda>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:climbingropewithhook>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:climbing_rope>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:smartphone>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:nailed_club>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:jagdkommando_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:hanger>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:key_wrench>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trashbag>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trashbagblueplastic>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trashblue>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:papertrash>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trash_bin>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trashcann>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:trashcan_1>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:brush_axe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:vintage_brush_axe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mace_can>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:iron_club>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:modern_glaive>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:timahawk>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:pointed_cleaver>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:cricket_bat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:nailed_cricket_bat>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fishermans_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:piolet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bushcraft_axe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bushcraft_knife>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bushcraft_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:fork>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:knife_utensils>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:spoon>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:survival_shovel>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:meat_cleaver>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:tire_iron>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:four_way_iron_tire>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bamboo_sickle>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:iron_pipe>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:harpoon>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:light_weitgh_machete>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mo4_gas_mask_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mo4_forest_camo_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:mo4_mud_camo_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:sweetcane>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:bullet_belt_chestplate>);
|
||||
31
scripts/Removal/armor_removal.zs
Normal file
31
scripts/Removal/armor_removal.zs
Normal file
@@ -0,0 +1,31 @@
|
||||
import mods.jei.JEI;
|
||||
|
||||
craftingTable.remove(<item:apocalypsenow:rusty_helmet>);
|
||||
craftingTable.remove(<item:apocalypsenow:rusty_chestplate>);
|
||||
craftingTable.remove(<item:apocalypsenow:rusty_leggings>);
|
||||
craftingTable.remove(<item:apocalypsenow:rusty_boots>);
|
||||
|
||||
JEI.hideIngredient(<item:apocalypsenow:rusty_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rusty_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rusty_leggings>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:rusty_boots>);
|
||||
|
||||
craftingTable.remove(<item:apocalypsenow:divingsuit_helmet>);
|
||||
craftingTable.remove(<item:apocalypsenow:divingsuit_chestplate>);
|
||||
craftingTable.remove(<item:apocalypsenow:divingsuit_leggings>);
|
||||
craftingTable.remove(<item:apocalypsenow:divingsuit_boots>);
|
||||
|
||||
JEI.hideIngredient(<item:apocalypsenow:divingsuit_helmet>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:divingsuit_chestplate>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:divingsuit_leggings>);
|
||||
JEI.hideIngredient(<item:apocalypsenow:divingsuit_boots>);
|
||||
|
||||
craftingTable.remove(<item:create_sa:brass_helmet>);
|
||||
craftingTable.remove(<item:create_sa:brass_chestplate>);
|
||||
craftingTable.remove(<item:create_sa:brass_leggings>);
|
||||
craftingTable.remove(<item:create_sa:brass_boots>);
|
||||
|
||||
JEI.hideIngredient(<item:create_sa:brass_helmet>);
|
||||
JEI.hideIngredient(<item:create_sa:brass_chestplate>);
|
||||
JEI.hideIngredient(<item:create_sa:brass_leggings>);
|
||||
JEI.hideIngredient(<item:create_sa:brass_boots>);
|
||||
78
scripts/Removal/car_removal.zs
Normal file
78
scripts/Removal/car_removal.zs
Normal file
@@ -0,0 +1,78 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:bio_diesel>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:bio_diesel_flowing>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:canola_oil>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:canola_oil_flowing>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:glycerin>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:glycerin_flowing>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:methanol>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:methanol_flowing>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:canola_methanol_mix>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:car:canola_methanol_mix_flowing>);
|
||||
|
||||
JEI.hideIngredient(<fluid:car:bio_diesel>);
|
||||
JEI.hideIngredient(<fluid:car:bio_diesel_flowing>);
|
||||
JEI.hideIngredient(<fluid:car:canola_oil>);
|
||||
JEI.hideIngredient(<fluid:car:canola_oil_flowing>);
|
||||
JEI.hideIngredient(<fluid:car:glycerin>);
|
||||
JEI.hideIngredient(<fluid:car:glycerin_flowing>);
|
||||
JEI.hideIngredient(<fluid:car:methanol>);
|
||||
JEI.hideIngredient(<fluid:car:methanol_flowing>);
|
||||
JEI.hideIngredient(<fluid:car:canola_methanol_mix>);
|
||||
JEI.hideIngredient(<fluid:car:canola_methanol_mix_flowing>);
|
||||
|
||||
craftingTable.removeByName("car:iron_stick");
|
||||
craftingTable.removeByName("car:oilmill");
|
||||
craftingTable.removeByName("car:blastfurnace");
|
||||
craftingTable.removeByName("car:backmix_reactor");
|
||||
craftingTable.removeByName("car:generator");
|
||||
craftingTable.removeByName("car:split_tank");
|
||||
craftingTable.removeByName("car:tank");
|
||||
craftingTable.removeByName("car:cable");
|
||||
craftingTable.removeByName("car:fluid_extractor");
|
||||
craftingTable.removeByName("car:fluid_pipe");
|
||||
craftingTable.removeByName("car:dynamo");
|
||||
craftingTable.removeByName("car:crank");
|
||||
|
||||
JEI.hideIngredient(<item:car:iron_stick>);
|
||||
JEI.hideIngredient(<item:car:oilmill>);
|
||||
JEI.hideIngredient(<item:car:blastfurnace>);
|
||||
JEI.hideIngredient(<item:car:backmix_reactor>);
|
||||
JEI.hideIngredient(<item:car:generator>);
|
||||
JEI.hideIngredient(<item:car:split_tank>);
|
||||
JEI.hideIngredient(<item:car:tank>);
|
||||
JEI.hideIngredient(<item:car:cable>);
|
||||
JEI.hideIngredient(<item:car:fluid_extractor>);
|
||||
JEI.hideIngredient(<item:car:fluid_pipe>);
|
||||
JEI.hideIngredient(<item:car:dynamo>);
|
||||
JEI.hideIngredient(<item:car:crank>);
|
||||
|
||||
JEI.hideIngredient(<item:car:canola>);
|
||||
JEI.hideIngredient(<item:car:canola_seeds>);
|
||||
JEI.hideIngredient(<item:car:canola_cake>);
|
||||
|
||||
craftingTable.removeByName("car:cable_insulator");
|
||||
craftingTable.removeByName("car:car_pressure_plate");
|
||||
craftingTable.removeByName("car:asphalt_slab");
|
||||
craftingTable.removeByName("car:asphalt_slope");
|
||||
craftingTable.removeByName("car:asphalt_slope_flat_upper");
|
||||
craftingTable.removeByName("car:asphalt_slope_flat_lower");
|
||||
|
||||
JEI.hideIngredient(<item:car:cable_insulator>);
|
||||
JEI.hideIngredient(<item:car:car_pressure_plate>);
|
||||
JEI.hideIngredient(<item:car:asphalt>);
|
||||
JEI.hideIngredient(<item:car:asphalt_slab>);
|
||||
JEI.hideIngredient(<item:car:asphalt_slope>);
|
||||
JEI.hideIngredient(<item:car:asphalt_slope_flat_upper>);
|
||||
JEI.hideIngredient(<item:car:asphalt_slope_flat_lower>);
|
||||
|
||||
// Remove cars all fluid type, since only diesel from IE will be used.
|
||||
JEI.hideIngredient(<item:car:canola_oil_bucket>);
|
||||
JEI.hideIngredient(<item:car:methanol_bucket>);
|
||||
JEI.hideIngredient(<item:car:canola_methanol_mix_bucket>);
|
||||
JEI.hideIngredient(<item:car:glycerin_bucket>);
|
||||
JEI.hideIngredient(<item:car:bio_diesel_bucket>);
|
||||
16
scripts/Removal/cgm_removal.zs
Normal file
16
scripts/Removal/cgm_removal.zs
Normal file
@@ -0,0 +1,16 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
var names as string[] = ["missile", "advanced"];
|
||||
|
||||
JEI.hideMod("cgm", (name) => {
|
||||
return name == "cgm:missile" || name == "cgm:advanced_bullet";
|
||||
});
|
||||
<recipetype:cgm:workbench>.removeByModid("cgm", (name) => {
|
||||
return name == "cgm:missile" || name == "cgm:advanced_bullet";
|
||||
});
|
||||
craftingTable.removeByModid("cgm", (name) => {
|
||||
return name == "cgm:missile" || name == "cgm:advanced_bullet";
|
||||
});
|
||||
18
scripts/Removal/create_removal.zs
Normal file
18
scripts/Removal/create_removal.zs
Normal file
@@ -0,0 +1,18 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Create Addition extra items
|
||||
JEI.hideIngredient(<item:createaddition:iron_rod>);
|
||||
JEI.hideIngredient(<item:createaddition:copper_wire>);
|
||||
|
||||
// Experience Tools
|
||||
JEI.hideIngredient(<item:create_sa:experience_pickaxe>);
|
||||
craftingTable.removeByName("create_sa:experience_pickaxe_recipe");
|
||||
JEI.hideIngredient(<item:create_sa:experience_shovel>);
|
||||
craftingTable.removeByName("create_sa:experience_shovel_recipe");
|
||||
JEI.hideIngredient(<item:create_sa:experience_axe>);
|
||||
craftingTable.removeByName("create_sa:experience_axe_recipe");
|
||||
JEI.hideIngredient(<item:create_sa:experience_sword>);
|
||||
craftingTable.removeByName("create_sa:experience_sword_recipe");
|
||||
9
scripts/Removal/easy_villager_removal.zs
Normal file
9
scripts/Removal/easy_villager_removal.zs
Normal file
@@ -0,0 +1,9 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
craftingTable.remove(<item:easy_villagers:converter>);
|
||||
craftingTable.remove(<item:easy_villagers:iron_farm>);
|
||||
JEI.hideIngredient(<item:easy_villagers:converter>);
|
||||
JEI.hideIngredient(<item:easy_villagers:iron_farm>);
|
||||
17
scripts/Removal/immersive_removal.zs
Normal file
17
scripts/Removal/immersive_removal.zs
Normal file
@@ -0,0 +1,17 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
// IE Rods
|
||||
craftingTable.removeByName("immersiveengineering:crafting/stick_iron");
|
||||
craftingTable.removeByName("immersiveengineering:crafting/stick_steel");
|
||||
craftingTable.removeByName("immersiveengineering:crafting/stick_aluminum");
|
||||
|
||||
// Molds
|
||||
craftingTable.removeByName("immersiveengineering:crafting/blueprint_molds");
|
||||
craftingTable.removeByName("immersiveengineering:crafting/blueprint_components");
|
||||
craftingTable.removeByName("immersiveengineering:crafting/blueprint_bullets");
|
||||
|
||||
// Leather
|
||||
craftingTable.removeByName("immersiveengineering:crafting/ersatz_leather");
|
||||
35
scripts/Removal/mutationcraft_removal.zs
Normal file
35
scripts/Removal/mutationcraft_removal.zs
Normal file
@@ -0,0 +1,35 @@
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Removing mutationcraft
|
||||
craftingTable.remove(<item:mutationcraft:metal_scrap>);
|
||||
craftingTable.remove(<item:mutationcraft:flamethrower>);
|
||||
craftingTable.remove(<item:mutationcraft:necroptor_bomb>);
|
||||
craftingTable.remove(<item:mutationcraft:assimilated_ender_pearl>);
|
||||
craftingTable.remove(<item:mutationcraft:totemof_immunity>);
|
||||
craftingTable.remove(<item:mutationcraft:rusted_metal_armor_helmet>);
|
||||
craftingTable.remove(<item:mutationcraft:rusted_metal_armor_chestplate>);
|
||||
craftingTable.remove(<item:mutationcraft:rusted_metal_armor_leggings>);
|
||||
craftingTable.remove(<item:mutationcraft:rusted_metal_armor_boots>);
|
||||
craftingTable.remove(<item:mutationcraft:metal_armor_helmet>);
|
||||
craftingTable.remove(<item:mutationcraft:metal_armor_chestplate>);
|
||||
craftingTable.remove(<item:mutationcraft:metal_armor_leggings>);
|
||||
craftingTable.remove(<item:mutationcraft:metal_armor_boots>);
|
||||
craftingTable.remove(<item:mutationcraft:rapier>);
|
||||
craftingTable.remove(<item:mutationcraft:battle_axe>);
|
||||
craftingTable.remove(<item:mutationcraft:nordic_axe>);
|
||||
craftingTable.remove(<item:mutationcraft:pole_axe>);
|
||||
craftingTable.remove(<item:mutationcraft:halberd>);
|
||||
craftingTable.remove(<item:mutationcraft:cavalry_sword>);
|
||||
craftingTable.remove(<item:mutationcraft:flanged_mace>);
|
||||
craftingTable.remove(<item:mutationcraft:fang_staff>);
|
||||
|
||||
JEI.hideMod("mutationcraft", (itemid as string) => {
|
||||
if ("putrid" in itemid || "necroptor_membrane" in itemid || "serum" in itemid)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
campfire.removeByModid("mutationcraft");
|
||||
furnace.removeByModid("mutationcraft");
|
||||
94
scripts/Removal/nameless_trinkets_removal.zs
Normal file
94
scripts/Removal/nameless_trinkets_removal.zs
Normal file
@@ -0,0 +1,94 @@
|
||||
import crafttweaker.api.item.IItemStack;
|
||||
import mods.jei.JEI;
|
||||
|
||||
craftingTable.removeByModid("nameless_trinkets");
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:missing_page>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:missing_page>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:reverse_card>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:reverse_card>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:broken_ankh>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:broken_ankh>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:vampire_blood>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:vampire_blood>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:lucky_rock>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:lucky_rock>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:tick>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:tick>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:blindfold>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:blindfold>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:explosion_proof_jacket>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:explosion_proof_jacket>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:cracked_crown>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:cracked_crown>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:ghast_eye>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:ghast_eye>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:wooden_stick>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:wooden_stick>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:sigil_of_baphomet>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:sigil_of_baphomet>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:creeper_sense>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:creeper_sense>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:gods_crown>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:gods_crown>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:true_heart_of_the_sea>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:true_heart_of_the_sea>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:moon_stone>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:moon_stone>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:sleeping_pills>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:sleeping_pills>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:ethereal_wings>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:ethereal_wings>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:fractured_nullstone>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:fractured_nullstone>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:pocket_lightning_rod>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:pocket_lightning_rod>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:fragile_cloud>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:fragile_cloud>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:scarab_amulet>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:scarab_amulet>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:fate_emerald>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:fate_emerald>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:dragons_eye>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:dragons_eye>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:mysterious_trinket>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:mysterious_trinket>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:unknown_fragment>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:unknown_fragment>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:dubious_dust>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:dubious_dust>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:glowing_dust>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:glowing_dust>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:ultimate_dust>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:ultimate_dust>);
|
||||
|
||||
craftingTable.remove(<item:nameless_trinkets:what_magnet>);
|
||||
JEI.hideIngredient(<item:nameless_trinkets:what_magnet>);
|
||||
10
scripts/Removal/quark_removal.zs
Normal file
10
scripts/Removal/quark_removal.zs
Normal file
@@ -0,0 +1,10 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Pickarang
|
||||
craftingTable.remove(<item:quark:pickarang>);
|
||||
craftingTable.remove(<item:quark:flamerang>);
|
||||
JEI.hideIngredient(<item:quark:pickarang>);
|
||||
JEI.hideIngredient(<item:quark:flamerang>);
|
||||
63
scripts/Removal/removal.zs
Normal file
63
scripts/Removal/removal.zs
Normal file
@@ -0,0 +1,63 @@
|
||||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
import crafttweaker.api.recipe.BlastFurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.FurnaceRecipeManager;
|
||||
import crafttweaker.api.recipe.CampFireRecipeManager;
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Cold Sweats
|
||||
recipes.remove(<item:cold_sweat:soulspring_lamp>);
|
||||
JEI.hideIngredient(<item:cold_sweat:soulspring_lamp>);
|
||||
|
||||
// Duplicate Recipe
|
||||
recipes.removeByName("createbigcannons:cutting/spring_wire_iron");
|
||||
|
||||
// Removing Zombie Extreme
|
||||
recipes.removeByModid("zombie_extreme");
|
||||
JEI.hideMod("zombie_extreme");
|
||||
|
||||
// Removing Undead Revamp
|
||||
recipes.removeByModid("undead_revamp2");
|
||||
JEI.hideMod("undead_revamp2");
|
||||
|
||||
// autoclicker
|
||||
recipes.removeByName("clickmachine:auto_clicker");
|
||||
JEI.hideIngredient(<item:clickmachine:auto_clicker>);
|
||||
|
||||
// Jetpack
|
||||
craftingTable.removeByName("create_sa:copper_propeler_recipe");
|
||||
|
||||
// Fluids
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:create:honey>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:create:chocolate>);
|
||||
<tag:fluids:minecraft:water>.remove(<fluid:createaddition:seed_oil>);
|
||||
|
||||
// Artifacts
|
||||
JEI.hideIngredient(<item:artifacts:everlasting_beef>);
|
||||
JEI.hideIngredient(<item:artifacts:eternal_steak>);
|
||||
|
||||
// Removing mapperbase
|
||||
recipes.removeByModid("mapperbase");
|
||||
JEI.hideMod("mapperbase");
|
||||
|
||||
// Removing aluminium from default smelting recipe
|
||||
blastFurnace.remove(<item:immersiveengineering:ingot_aluminum>);
|
||||
furnace.remove(<item:immersiveengineering:ingot_aluminum>);
|
||||
|
||||
// Turrets
|
||||
<recipetype:immersiveengineering:blueprint>.removeByName("immersiveengineering:blueprint/bullet_homing");
|
||||
<recipetype:immersiveengineering:blueprint>.removeByName("immersiveengineering:blueprint/bullet_wolfpack");
|
||||
JEI.hideIngredient(<item:immersiveengineering:homing>);
|
||||
JEI.hideIngredient(<item:immersiveengineering:wolfpack>);
|
||||
|
||||
// Remove default paper crafting
|
||||
craftingTable.removeByName("minecraft:paper");
|
||||
craftingTable.removeByName("quark:tweaks/crafting/utility/bent/paper");
|
||||
<recipetype:create:pressing>.removeByName("create:pressing/sugar_cane");
|
||||
|
||||
// Remove eye of ender
|
||||
craftingTable.removeByName("minecraft:ender_eye");
|
||||
JEI.hideIngredient(<item:minecraft:ender_eye>);
|
||||
|
||||
// Hide All Spawn Eggs
|
||||
JEI.hideRegex(".*:.*_spawn_egg");
|
||||
JEI.hideRegex(".*:spawn_egg_.*");
|
||||
47
scripts/Removal/security_craft_removal.zs
Normal file
47
scripts/Removal/security_craft_removal.zs
Normal file
@@ -0,0 +1,47 @@
|
||||
import crafttweaker.api.item.IItemStack;
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Hide Unused items
|
||||
craftingTable.remove(<item:securitycraft:trophy_system>);
|
||||
JEI.hideIngredient(<item:securitycraft:trophy_system>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:track_mine>);
|
||||
JEI.hideIngredient(<item:securitycraft:track_mine>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:protecto>);
|
||||
JEI.hideIngredient(<item:securitycraft:protecto>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:ims>);
|
||||
JEI.hideIngredient(<item:securitycraft:ims>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:electrified_iron_fence>);
|
||||
JEI.hideIngredient(<item:securitycraft:electrified_iron_fence>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:cage_trap>);
|
||||
JEI.hideIngredient(<item:securitycraft:cage_trap>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:block_pocket_wall>);
|
||||
JEI.hideIngredient(<item:securitycraft:block_pocket_wall>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:block_pocket_manager>);
|
||||
JEI.hideIngredient(<item:securitycraft:block_pocket_manager>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:taser>);
|
||||
JEI.hideIngredient(<item:securitycraft:taser>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:remote_access_sentry>);
|
||||
JEI.hideIngredient(<item:securitycraft:remote_access_sentry>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:sentry>);
|
||||
JEI.hideIngredient(<item:securitycraft:sentry>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:universal_block_reinforcer_lvl2>);
|
||||
JEI.hideIngredient(<item:securitycraft:universal_block_reinforcer_lvl2>);
|
||||
|
||||
craftingTable.remove(<item:securitycraft:universal_block_reinforcer_lvl3>);
|
||||
JEI.hideIngredient(<item:securitycraft:universal_block_reinforcer_lvl3>);
|
||||
|
||||
craftingTable.removeByRegex("securitycraft:crystal_quartz_.*");
|
||||
JEI.hideRegex("securitycraft:crystal_quartz_.*");
|
||||
craftingTable.removeByRegex("securitycraft:.*_crystal_quartz");
|
||||
JEI.hideRegex("securitycraft:.*_crystal_quartz");
|
||||
38
scripts/Removal/sophisticated_removal.zs
Normal file
38
scripts/Removal/sophisticated_removal.zs
Normal file
@@ -0,0 +1,38 @@
|
||||
import crafttweaker.api.item.IItemStack;
|
||||
import mods.jei.JEI;
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:feeding_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:feeding_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:advanced_feeding_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:advanced_feeding_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:inception_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:inception_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:smelting_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:smelting_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:auto_smelting_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:auto_smelting_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:smoking_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:smoking_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:auto_smoking_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:auto_smoking_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:blasting_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:blasting_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:auto_blasting_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:auto_blasting_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:stonecutter_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:stonecutter_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:everlasting_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:everlasting_upgrade>);
|
||||
|
||||
craftingTable.remove(<item:sophisticatedbackpacks:xp_pump_upgrade>);
|
||||
JEI.hideIngredient(<item:sophisticatedbackpacks:xp_pump_upgrade>);
|
||||
23
scripts/Removal/tac_removal.zs
Normal file
23
scripts/Removal/tac_removal.zs
Normal file
@@ -0,0 +1,23 @@
|
||||
import mods.jei.JEI;
|
||||
|
||||
// Pickarang
|
||||
recipes.remove(<item:tac:uncommon_material>);
|
||||
recipes.remove(<item:tac:rare_material>);
|
||||
recipes.remove(<item:tac:epic_material>);
|
||||
recipes.remove(<item:tac:legendary_material>);
|
||||
recipes.remove(<item:tac:ultimate_material>);
|
||||
recipes.remove(<item:tac:light_armor>);
|
||||
recipes.remove(<item:tac:medium_steel_armor>);
|
||||
recipes.remove(<item:tac:light_armor_plate>);
|
||||
recipes.remove(<item:tac:module_item>);
|
||||
recipes.removeByName("tac:gun_powder");
|
||||
|
||||
JEI.hideIngredient(<item:tac:uncommon_material>);
|
||||
JEI.hideIngredient(<item:tac:rare_material>);
|
||||
JEI.hideIngredient(<item:tac:epic_material>);
|
||||
JEI.hideIngredient(<item:tac:legendary_material>);
|
||||
JEI.hideIngredient(<item:tac:ultimate_material>);
|
||||
JEI.hideIngredient(<item:tac:light_armor>);
|
||||
JEI.hideIngredient(<item:tac:medium_steel_armor>);
|
||||
JEI.hideIngredient(<item:tac:light_armor_plate>);
|
||||
JEI.hideIngredient(<item:tac:module_item>);
|
||||
Reference in New Issue
Block a user