// --- Created by DreamMasterXXL ---
// --- Forestry 4 tweaks by Lefty ---
// --- Imports ---
import mods.gregtech.AlloySmelter;
import mods.gregtech.Assembler;
import mods.gregtech.Centrifuge;
import mods.ic2.Compressor;
import mods.gregtech.Fuels;
import mods.gregtech.FluidSolidifier;
import mods.gregtech.FormingPress;
import mods.ic2.SemiFluidGenerator;
import mods.nei.NEI;
// --- I18N ---
val _I18N_Lang = "en_US";
val I18N_Forestry_0 = "Proven Frame";
val I18N_Forestry_1 = "[FR] Better than Impregnated Frames";
val I18N_Forestry_2 = "The Proven Frame is an item used in an Apiary. Each frame doubles the bees productivity. Out of the three Forestry frames (Untreated, Impregnated and Proven), the Proven Frame has the longest durability.
Proven Frames are normally only obtainable through trading with an Apiarist Villager. The Villager will trade six Proven Frames for one Emerald.
Now you find a magical way put different Bee products and infuse a impregnated Frame to get a Proven Frame. In an Alveary structure, the Frame Housing can be added to make use of the Frame.";
val I18N_Forestry_3 = "Proven Grafter";
val I18N_Forestry_4 = "[FR] Better than a Bronze Grafter";
val I18N_Forestry_5 = "The Proven Grafter is significantly stronger than the Bronze Grafter and can be obtained by trading with villagers. Like its counterparts the Bronze Grafter and the Thaumium Grafter it makes it possible for one to achieve a 100% sapling drop rate from trees that have been bred with the Forestry mod.
It does not work on ordinary trees, and when it breaks the last hit does not retrieve a sapling.
Now you find a magical way to infuse a bronze Grafter with saplings and pollen to get a proven one.";
val I18N_Forestry_6 = "Swarmer";
val I18N_Forestry_7 = "Alveary Fan";
val I18N_Forestry_8 = "Alveary Heater";
val I18N_Forestry_9 = "Alveary Hygroregulator";
val I18N_Forestry_10 = "Alveary Stabiliser";
val I18N_Forestry_11 = "Alveary Sieve";
// --- Remove Recipes ---
// --- Machines ---
// --- Sturdy Casing
recipes.remove();
// --- Hardened Casing
mods.forestry.Carpenter.removeRecipe();
// --- Analyzer
recipes.remove();
// --- Bottler
recipes.remove();
// --- Carpenter
recipes.remove();
// --- Centrifuge
recipes.remove();
// --- Fermenter
recipes.remove();
// --- Moistener
recipes.remove();
// --- Squeezer
recipes.remove();
// --- Still
recipes.remove();
// --- Rain Maker
recipes.remove();
// --- Thermionic Fabricator
recipes.remove();
// --- Rain Tank
recipes.remove();
// --- Worktable
recipes.remove();
// --- Escritoire
mods.forestry.Carpenter.removeRecipe();
// --- Mailbox
recipes.remove();
// --- Trade Station
recipes.remove();
// --- Mulch
recipes.remove();
// --- Engines ---
// --- Bio Generator
recipes.remove();
// --- Farms ---
// --- Farm Block
recipes.remove();
// --- Farm Gearbox
recipes.remove();
// --- Farm Hatch
recipes.remove();
// --- Farm Valve
recipes.remove();
// --- Farm Control
recipes.remove();
// --- Tools and Items ---
// --- Survivalists Pickaxe
recipes.remove();
// --- Pickaxe Kit
recipes.remove();
// --- Survivalists Shovel
recipes.remove();
// --- Shovel Kit
recipes.remove();
// --- Infuser
recipes.remove();
// --- Can
recipes.remove();
// --- Wax Capsule
recipes.remove();
// --- Refractory Capsule
recipes.remove();
// --- Bronze Gear
recipes.remove();
// --- Copper Gear
recipes.remove();
// --- Tin Gear
recipes.remove();
// --- Stamp 1n
recipes.remove();
// --- Stamp 2n
recipes.remove();
// --- Stamp 5n
recipes.remove();
// --- Stamp 10n
recipes.remove();
// --- Stamp 20n
recipes.remove();
// --- Stamp 50n
recipes.remove();
// --- Stamp 100n
recipes.remove();
// --- Stamp 20n
mods.forestry.Carpenter.removeRecipe();
// --- Stamp 50n
mods.forestry.Carpenter.removeRecipe();
// --- Stamp 100n
mods.forestry.Carpenter.removeRecipe();
// --- Wrenche
recipes.remove();
// --- Pipette
recipes.remove();
// --- Spectacles
recipes.remove();
// --- Humus
recipes.remove();
// --- Bog
recipes.remove();
// --- Pulsating Mesh
recipes.remove();
// --- Compost
recipes.remove();
// --- Fertilizer
recipes.remove();
// --- Iodine Capsule
mods.forestry.Carpenter.removeRecipe();
// --- Dissipation Charge
mods.forestry.Carpenter.removeRecipe();
// --- Scented Paneling
mods.forestry.Carpenter.removeRecipe();
// --- Bituminous Peat
recipes.remove();
// --- Apatite Dust
recipes.removeShapeless();
// --- Apatite Gem
recipes.removeShapeless();
// --- Basic Circuit Board
mods.forestry.Carpenter.removeRecipe();
// --- Enhanced Circuit Board
mods.forestry.Carpenter.removeRecipe();
// --- Refined Circuit Board
mods.forestry.Carpenter.removeRecipe();
// --- Intricate Circuit Board
mods.forestry.Carpenter.removeRecipe();
// --- Copper Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Tin Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Bronze Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Iron Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Golden Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Diamantine Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Obsidian Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Blazing Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Rubberrised Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Emerald Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Apatine Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Lapis Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Ender Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Uranium 238 Electron Tubes
mods.forestry.ThermionicFabricator.removeCasts();
// --- Carton
mods.forestry.Carpenter.removeRecipe();
// --- Shovel Kit
mods.forestry.Carpenter.removeRecipe();
// --- Pickaxe Kit
mods.forestry.Carpenter.removeRecipe();
// --- Wood Pulp
mods.forestry.Carpenter.removeRecipe();
// --- Habitat Locator
recipes.remove();
// --- Scoop
recipes.remove();
// --- Soldering Iron
mods.forestry.Carpenter.removeRecipe();
// --- Impregnated Stick
mods.forestry.Carpenter.removeRecipe();
// --- Untreated Frame
recipes.remove();
// --- Impregnated Frame
recipes.remove();
// --- Wax Cast
recipes.remove();
// --- Apiarists Hat
recipes.remove();
// --- Apiarists Shirt:
recipes.remove();
// --- Apiarists Pants
recipes.remove();
// --- Apiarists Shoes
recipes.remove();
// --- Candle
recipes.remove();
// -
mods.forestry.Carpenter.removeRecipe();
// --- Honeyed Slice
recipes.remove();
// --- Ambrosia
recipes.remove();
// --- Honey Pot
recipes.remove();
// --- Stamp 1n
mods.forestry.Carpenter.removeRecipe();
// --- Stamp 2n
mods.forestry.Carpenter.removeRecipe();
// --- Stamp 5n
mods.forestry.Carpenter.removeRecipe();
// --- Stamp 10n
mods.forestry.Carpenter.removeRecipe();
// --- Letter
recipes.remove();
// fireproof fences
recipes.remove();
// --- Catalogue
recipes.remove();
// --- Crate
mods.forestry.Carpenter.removeRecipe();
// --- Torch
mods.forestry.Carpenter.removeRecipe();
// --- Irradiated Comb
mods.forestry.Centrifuge.removeRecipe();
// --- Bags ---
// --- Apiarists Backpack
recipes.remove();
// --- Lepidopterists Backpack
recipes.remove();
// --- Miners Backpack
recipes.remove();
// --- Miners Backpack Woven
mods.forestry.Carpenter.removeRecipe();
// --- Diggers Backpack
recipes.remove();
// --- Diggers Backpack Woven
mods.forestry.Carpenter.removeRecipe();
// --- Foresters Backpach
recipes.remove();
// --- Foresters Backpach Woven
mods.forestry.Carpenter.removeRecipe();
// --- Hunters Backpack
recipes.remove();
// --- Hunters Backpack Woven
mods.forestry.Carpenter.removeRecipe();
// --- Adventurers Backpach
recipes.remove();
// --- Adventurers Backpach Woven
mods.forestry.Carpenter.removeRecipe();
// --- Builders Backpach
recipes.remove();
// --- Builders Backpach Woven
mods.forestry.Carpenter.removeRecipe();
// --- Bees Trees and Butterflies ---
// --- Bee House
recipes.remove();
// --- Apiary
recipes.remove();
// --- Apiarys Chest
recipes.remove();
// --- Alveary
recipes.remove();
// --- Swarmer
recipes.remove();
// --- Alveary Fan
recipes.remove();
// --- Alveary Heater
recipes.remove();
// --- Alveary Hygroregulator
recipes.remove();
// --- Alveary Stabiliser
recipes.remove();
// --- Alveary Sieve
recipes.remove();
// --- Arborits Chest
recipes.remove();
// --- Lepidopterists Chest
recipes.remove();
// --- Beealyzer
mods.forestry.Carpenter.removeRecipe();
// --- Treealyzer
mods.forestry.Carpenter.removeRecipe();
// --- Flutterlyzer
mods.forestry.Carpenter.removeRecipe();
// --- Fences ---
// --- Fence
recipes.remove();
// --- Carts ---
// --- Minecart with Bee House/Apiary
recipes.remove();
// --- Add Recipes ---
// --- Machines ---
// --- Sturdy Casing
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Analyzer
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Bottler
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Carpenter
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Centrifuge
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Fermenter
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Moistener
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Squeezer
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Still
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Rain Maker
recipes.addShaped(, [
[, , ],
[, , ],
[, , ]]);
// --- Thermionic Fabricator
mods.forestry.Carpenter.addRecipe(60, * 1152, [
, , ,
, , ,
, , ],
, );
// --- Rain Tank
recipes.addShaped(, [
[, , ],
[