Display MoreSome Tinker Construct, Thermal Expansion and Rotary Craft Nerfs:
https://github.com/Dream-Maste…scripts/Tinkers-Construct
https://github.com/Dream-Maste…scripts/Thermal-Expansion
Ooh, nice Rotarycraft Nerfs
Display MoreSome Tinker Construct, Thermal Expansion and Rotary Craft Nerfs:
https://github.com/Dream-Maste…scripts/Tinkers-Construct
https://github.com/Dream-Maste…scripts/Thermal-Expansion
Ooh, nice Rotarycraft Nerfs
Arch do this scripts.
Technically, you shouldn't even be able to change RotaryCraft recipes, because Reika want them to be unchanged, and even made some code for it if I'm correct
I disabled the Worktable and the Blast Furnace (might have to do Jet Pulse Furnace too) and have everything done either with the GT Furnace or in a Crafting Table. Soon to add assembler recipes. HSLA Is a blend of a lot of different stuff. It's awfully expensive though. Meant for endgame. Just 'cause I'll do ReactorCraft and that's some massive power right there. (Change into RF, send in (nerfed) Tessies, change back to Rotational thingy and power a few nice Boring Machines.)
The downside with that method ? The old recipes are still visible. Just undoable 'cause of lack of Blast Furnace and Worktable.
The scripts I do/will do, and I plan on doing A LOT, will be geared towards the pack I'm making. Unless you plan to have a similar modset you probably shouldn't be using them as it uses from all mods that I use.
I also disable stuff for some mods, so if you haven't got a replacement, you'd have to say goodbye to them or fix it.
If you do have any suggestion, feel free to tell me here.
So far I did :
LOTS Of RotaryCraft. 2K lines of it. ;P
Some Buildcraft, other than pipes. (Pipes too though.)
Some Extra Utilities.
Some Thermal Expansion. Disabled most though.
The whole Backpack mod.
Some Iron Chests.
Whole JABBA mod.
Some Open-Blocks.
Hoping one of you can find a use for this.
- Arch.
This seems relevant to you dream master:
http://forum.feed-the-beast.co…-1-0-7.56481/#post-835713
Yes thanks i will look in to it.
Later i will nerfing Galacticraft new from scratch.
After this i look inside Twilight Forest.
Maybe after this i will add some GT Orgen config for the GC Planets/TF that you can find different stuff on different Planets/Dimensions.
I just beginn with Galacticraft:
//Mod Import
import mods.ic2.Compressor;
import mods.gregtech.Extruder;
import mods.ic2.Macerator;
import mods.gregtech.VacuumFreezer;
//remove Recipes
//Rocket Launch Pad
recipes.remove(<GalacticraftCore:tile.landingPad>);
//Buggy Fueling Pad
recipes.remove(<GalacticraftCore:tile.landingPad:1>);
//Oxygen Collector
recipes.remove(<GalacticraftCore:tile.oxygenCollector>);
//Oxygen Compressor
recipes.remove(<GalacticraftCore:tile.oxygenCompressor>);
//Oxygen Decompressor
recipes.remove(<GalacticraftCore:tile.oxygenCompressor:4>);
//Oxygen Storage Module
recipes.remove(<GalacticraftCore:tile.machine2:8>);
//Oxygen Bubble Distributor
recipes.remove(<GalacticraftCore:tile.distributor>);
//Oxygen Sealer
recipes.remove(<GalacticraftCore:tile.sealer>);
//Oxygen Detector
recipes.remove(<GalacticraftCore:tile.oxygenDetector>);
//Oxygen Pipe
recipes.remove(<GalacticraftCore:tile.oxygenPipe>);
//Sealable Oxygen Pipe
recipes.remove(<GalacticraftCore:tile.enclosed:1>);
//Fuel Loader
recipes.remove(<GalacticraftCore:tile.fuelLoader>);
//Cargo Loader
recipes.remove(<GalacticraftCore:tile.cargo>);
//Cargo Unloader
recipes.remove(<GalacticraftCore:tile.cargo:4>);
//Nasa Workbench
recipes.remove(<GalacticraftCore:tile.rocketWorkbench>);
//Tin Decoration Block
recipes.remove(<GalacticraftCore:tile.gcBlockCore:3>);
recipes.remove(<GalacticraftCore:tile.gcBlockCore:4>);
//Copper Block
recipes.remove(<GalacticraftCore:tile.gcBlockCore:9>);
//Tin Block
recipes.remove(<GalacticraftCore:tile.gcBlockCore:10>);
//Aluminum Block
recipes.remove(<GalacticraftCore:tile.gcBlockCore:11>);
//Meteoric Iron Ingot
recipes.remove(<gregtech:gt.metaitem.01:11340>);
//Solid Meteoric Iron
recipes.remove(<GalacticraftCore:tile.gcBlockCore:12>);
//Air Lock Frame
recipes.remove(<GalacticraftCore:tile.airLockFrame>);
//Air Lock Controller
recipes.remove(<GalacticraftCore:tile.airLockFrame:1>);
//Sealable Oxygen Pipe
recipes.remove(<GalacticraftCore:tile.enclosed:1>);
//Sealable Aluminium Wire
recipes.remove(<GalacticraftCore:tile.enclosed:14>);
//Sealable heavy Aluminium Wire
recipes.remove(<GalacticraftCore:tile.enclosed:15>);
//Aluminium Wire
recipes.remove(<GalacticraftCore:tile.aluminumWire>);
//Heavy Aluminium Wire
recipes.remove(<GalacticraftCore:tile.aluminumWire:1>);
//add Recipes
//Rocket Launch Pad
recipes.addShaped(<GalacticraftCore:tile.landingPad> * 3, [
[<ore:compressedIron>, <ore:compressedIron>, <ore:compressedIron>],
[<ore:plateAlloyAdvanced>, <ore:plateAlloyAdvanced>, <ore:plateAlloyAdvanced>],
[<ore:blockIron>, <ore:blockIron>, <ore:blockIron>]]);
//Buggy Fueling Pad
recipes.addShaped(<GalacticraftCore:tile.landingPad:1> * 3, [
[<ore:compressedSteel>, <ore:compressedSteel>, <ore:compressedSteel>],
[<ore:plateAlloyAdvanced>, <ore:plateAlloyAdvanced>, <ore:plateAlloyAdvanced>],
[<ore:blockSteel>, <ore:blockSteel>, <ore:blockSteel>]]);
//Oxygen Collector
recipes.addShaped(<GalacticraftCore:tile.oxygenCollector>, [
[<ore:compressedAluminium>, <GalacticraftCore:item.oxygenConcentrator>, <ore:compressedAluminium>],
[<GalacticraftCore:item.airVent>, <GalacticraftCore:item.airFan>, <gregtech:gt.metaitem.01:32600>],
[<ore:compressedSteel>, <ore:cableGt02Aluminium>, <ore:compressedSteel>]]);
//Oxygen Compressor
recipes.addShaped(<GalacticraftCore:tile.oxygenCompressor>, [
[<ore:compressedAluminium>, <GalacticraftCore:item.oxygenConcentrator>, <ore:compressedAluminium>],
[<gregtech:gt.metaitem.01:32641>, <GalacticraftCore:item.oilCanisterPartial:1001>, <gregtech:gt.metaitem.01:32601>],
[<ore:compressedSteel>, <ore:compressedBronze>, <ore:compressedSteel>]]);
//Oxygen Decompressor
recipes.addShaped(<GalacticraftCore:tile.oxygenCompressor:4>, [
[<ore:compressedAluminium>, <GalacticraftCore:item.oxygenConcentrator>, <ore:compressedAluminium>],
[<gregtech:gt.metaitem.01:32600>, <GalacticraftCore:item.oilCanisterPartial:1001>, <GalacticraftCore:item.airFan>],
[<ore:compressedSteel>, <ore:compressedBronze>, <ore:compressedSteel>]]);
//Oxygen Storage Module
recipes.addShaped(<GalacticraftCore:tile.machine2:8>, [
[<ore:compressedSteel>, <GalacticraftCore:item.oxygenTankHeavyFull:2700>, <ore:compressedSteel>],
[<GalacticraftCore:item.oxygenTankHeavyFull:2700>, <gregtech:gt.blockcasings2>, <GalacticraftCore:item.oxygenTankHeavyFull:2700>],
[<ore:compressedSteel>, <GalacticraftCore:item.oxygenTankHeavyFull:2700>, <ore:compressedSteel>]]);
//Oxygen Bubble Distributor
recipes.addShaped(<GalacticraftCore:tile.distributor>, [
[<ore:compressedAluminium>, <GalacticraftCore:item.airFan>, <ore:compressedAluminium>],
[<GalacticraftCore:item.airVent>, <gregtech:gt.metaitem.01:32600>, <GalacticraftCore:item.airVent>],
[<ore:compressedSteel>, <GalacticraftCore:item.airFan>, <ore:compressedSteel>]]);
//Oxygen Sealer
recipes.addShaped(<GalacticraftCore:tile.sealer>, [
[<ore:compressedAluminium>, <GalacticraftCore:item.airVent>, <ore:compressedAluminium>],
[<GalacticraftCore:item.airVent>, <GalacticraftCore:tile.distributor>, <GalacticraftCore:item.airVent>],
[<ore:compressedSteel>, <GalacticraftCore:tile.oxygenDetector>, <ore:compressedSteel>]]);
//Oxygen Detector
recipes.addShaped(<GalacticraftCore:tile.oxygenDetector>, [
[<ore:compressedSteel>, <ore:compressedSteel>, <ore:compressedSteel>],
[<GalacticraftCore:item.airVent>, <gregtech:gt.metaitem.01:32690>, <GalacticraftCore:item.airVent>],
[<ore:compressedAluminium>, <gregtech:gt.blockmachines:2000>, <ore:compressedAluminium>]]);
//Fuel Loader
recipes.addShaped(<GalacticraftCore:tile.fuelLoader>, [
[<ore:compressedSteel>, <ore:waferBasic>, <ore:compressedSteel>],
[<gregtech:gt.metaitem.01:32611>, <gregtech:gt.metaitem.01:32405>, <gregtech:gt.metaitem.01:32601>],
[<ore:compressedAluminium>, <ore:pipeMediumSteel>, <ore:compressedAluminium>]]);
//Cargo Loader
recipes.addShaped(<GalacticraftCore:tile.cargo>, [
[<ore:compressedAluminium>, <minecraft:hopper>, <ore:compressedAluminium>],
[<gregtech:gt.metaitem.01:32631>, <gregtech:gt.blockmachines:9232>, <gregtech:gt.metaitem.01:32631>],
[<ore:compressedSteel>, <ore:pipeMediumBrass>, <ore:compressedSteel>]]);
//Cargo Unloader
recipes.addShaped(<GalacticraftCore:tile.cargo:4>, [
[<ore:compressedSteel>, <ore:pipeMediumBrass>, <ore:compressedSteel>],
[<gregtech:gt.metaitem.01:32631>, <gregtech:gt.blockmachines:9232>, <gregtech:gt.metaitem.01:32631>],
[<ore:compressedAluminium>, <minecraft:hopper>, <ore:compressedAluminium>]]);
//Nasa Workbench
recipes.addShaped(<GalacticraftCore:tile.rocketWorkbench>, [
[<ore:compressedTitanium>, <gregtech:gt.metaitem.01:32491>, <ore:compressedTitanium>],
[<gregtech:gt.metaitem.01:32652>, <ore:waferAdvanced>, <gregtech:gt.metaitem.01:32652>],
[<ore:circuitMaster>, <ore:cableGt04Aluminium>, <ore:circuitElite>]]);
//Tin Decoration Block
recipes.addShaped(<GalacticraftCore:tile.gcBlockCore:4>, [
[<ore:craftingToolHardHammer>, <ore:compressedTin>, null],
[<ore:compressedTin>, <ore:stone>, <ore:compressedTin>],
[null, <ore:compressedTin>, <ore:craftingToolWrench>]]);
recipes.addShaped(<GalacticraftCore:tile.gcBlockCore:3>, [
[null, <ore:compressedTin>, <ore:craftingToolHardHammer>],
[<ore:compressedTin>, <ore:stone>, <ore:compressedTin>],
[<ore:craftingToolWrench>, <ore:compressedTin>, null]]);
//Air Lock Frame
recipes.addShaped(<GalacticraftCore:tile.airLockFrame>, [
[<ore:plateMeteoricIron>, <ore:plateMeteoricIron>, <ore:plateMeteoricIron>],
[<GalacticraftCore:item.airVent>, <GalacticraftCore:item.oxygenConcentrator>, <GalacticraftCore:item.airVent>],
[<ore:compressedAluminium>, <ore:compressedAluminium>, <ore:compressedAluminium>]]);
//Air Lock Controller
recipes.addShaped(<GalacticraftCore:tile.airLockFrame:1>, [
[<ore:plateMeteoricIron>, <ore:plateMeteoricIron>, <ore:plateMeteoricIron>],
[<GalacticraftCore:item.airVent>, <GalacticraftCore:tile.airLockFrame>, <GalacticraftCore:item.airVent>],
[<ore:waferBasic>, <ore:wireGt01RedAlloy>, <ore:waferBasic>]]);
//Sealable Oxygen Pipe
recipes.addShaped(<GalacticraftCore:tile.enclosed:1>, [
[<ore:craftingToolHardHammer>, <GalacticraftCore:tile.oxygenPipe>, null],
[<GalacticraftCore:tile.oxygenPipe>, <GalacticraftCore:tile.gcBlockCore:4>, <GalacticraftCore:tile.oxygenPipe>],
[null, <GalacticraftCore:tile.oxygenPipe>, <ore:craftingToolFile>]]);
//Sealable Aluminium Wire
recipes.addShaped(<GalacticraftCore:tile.enclosed:14>, [
[<ore:craftingToolHardHammer>, <GalacticraftCore:tile.aluminumWire>, null],
[<GalacticraftCore:tile.aluminumWire>, <GalacticraftCore:tile.gcBlockCore:4>, <GalacticraftCore:tile.aluminumWire>],
[null, <GalacticraftCore:tile.aluminumWire>, <ore:craftingToolFile>]]);
//Sealable heavy Aluminium Wire
recipes.addShaped(<GalacticraftCore:tile.enclosed:15>, [
[<ore:craftingToolHardHammer>, <GalacticraftCore:tile.aluminumWire:1>, null],
[<GalacticraftCore:tile.aluminumWire:1>, <GalacticraftCore:tile.gcBlockCore:4>, <GalacticraftCore:tile.aluminumWire:1>],
[null, <GalacticraftCore:tile.aluminumWire:1>, <ore:craftingToolFile>]]);
//Aluminium Wire
recipes.addShapeless(<GalacticraftCore:tile.aluminumWire>, [<ore:cableGt01Aluminium>]);
//Heavy Aluminium Wire
recipes.addShaped(<GalacticraftCore:tile.aluminumWire:1> * 3, [
[<ore:compressedAluminium>, <ore:compressedAluminium>, <ore:compressedAluminium>],
[<GalacticraftCore:tile.aluminumWire>, <GalacticraftCore:tile.aluminumWire>, <GalacticraftCore:tile.aluminumWire>],
[<ore:compressedAluminium>, <ore:compressedAluminium>, <ore:compressedAluminium>]]);
Display More
GC Machine Recipes:
//Compressor Recipes
//Solid Meteoric Iron
Compressor.addRecipe(<GalacticraftCore:tile.gcBlockCore:12>, <gregtech:gt.metaitem.01:11340> * 9);
//Extruder Recipes
//Oxygen Pipe
Extruder.addRecipe(<GalacticraftCore:tile.oxygenPipe> *2 , <IC2:blockAlloyGlass>, <gregtech:gt.metaitem.01:32359> * 0, 120, 128);
//Macerator Recipes
//Meteoric Iron Dust
Macerator.addRecipe(<gregtech:gt.metaitem.01:2340> * 9, <GalacticraftCore:tile.gcBlockCore:12>);
//Raw Meteoric Iron
Macerator.addRecipe(<GalacticraftCore:item.meteoricIronRaw> * 2, <GalacticraftCore:tile.fallenMeteor>);
//Vacuum Freezer Recipes
//Fluid Oxygen
VacuumFreezer.addRecipe(<IC2:itemFluidCell>.withTag({Fluid: {Amount: 1000, FluidName: "liquidoxygen"}}), <gregtech:gt.metaitem.01:30013> * 12, 2400);
//Fluid Nitrogen
VacuumFreezer.addRecipe(<IC2:itemFluidCell>.withTag({Fluid: {Amount: 1000, FluidName: "liquidnitrogen"}}), <gregtech:gt.metaitem.01:30012> * 12, 2400);
Display More
More see under: https://github.com/Dream-Maste…ster/scripts/Galacticraft
Arch and me we working on a new Modpack.
It will be finished after in the next Week.
We mostly nerfed every Mod Recipes in that Pack.
We combining Tech Mods Lik GT and Reika's Mods , Magical mods like Thaumcraft and farming Mods like Forestry.
We use Infernal Mobs and Special Mobs together with Roguelike Dungeons to make it more challenge.
The Ore generation will totally changed with PFAA custom Ore Gen and Gregtech.
We habe other Dimensions too like Twilight Forest and Galacticraft.
So feel free to join us. Send us a small PM why we have to whitelisted you .
Funky Locomotion:
import mods.nei.NEI;
//Wrench
recipes.remove(<funkylocomotion:wrench>);
NEI.hide(<funkylocomotion:wrench>);
//Framez
recipes.remove(<funkylocomotion:frame>);
recipes.addShaped(<funkylocomotion:frame>, [[<ore:stickStainlessSteel>, <ore:stickStainlessSteel>, <ore:stickStainlessSteel>], [<ore:stickStainlessSteel>, <ore:craftingToolWrench>, <ore:stickStainlessSteel>], [<ore:stickStainlessSteel>, <ore:stickStainlessSteel>, <ore:stickStainlessSteel>]]);
//FramePusher
recipes.remove(<funkylocomotion:pusher>);
recipes.addShaped(<funkylocomotion:pusher>, [[<gregtech:gt.metaitem.01:32642>, <gregtech:gt.metaitem.01:32642>, <gregtech:gt.metaitem.01:32642>], [<ore:craftingToolScrewdriver>, <ore:circuitAdvanced>, <ore:craftingToolHardHammer>], [<ore:gearStainlessSteel>, <gregtech:gt.blockcasings4:1>, <ore:gearStainlessSteel>]]);
//FramePuller
recipes.remove(<funkylocomotion:pusher:6>);
recipes.addShaped(<funkylocomotion:pusher:6>, [[<gregtech:gt.metaitem.01:32652>, <gregtech:gt.metaitem.01:32652>, <gregtech:gt.metaitem.01:32652>], [<ore:craftingToolScrewdriver>, <ore:circuitAdvanced>, <ore:craftingToolHardHammer>], [<ore:gearStainlessSteel>, <gregtech:gt.blockcasings4:1>, <ore:gearStainlessSteel>]]);
//FrameSlider
recipes.remove(<funkylocomotion:slider>);
recipes.addShaped(<funkylocomotion:slider>, [[<gregtech:gt.metaitem.01:32632>, <gregtech:gt.metaitem.01:32632>, <gregtech:gt.metaitem.01:32632>], [<ore:craftingToolScrewdriver>, <ore:circuitAdvanced>, <ore:craftingToolHardHammer>], [<ore:gearStainlessSteel>, <gregtech:gt.blockcasings4:1>, <ore:gearStainlessSteel>]]);
Display More
The Server is Online now
[1.7.10][ArchCraft] Brand New Server with a custom modpack. [Magic & GregTech-based.]
Some Project Red Tweaks:
import mods.gregtech.Wiremill;
import minetweaker.oredict.IOreDictEntry;
import minetweaker.item.IItemStack;
// Red Iron Compound
val redcomp = <ProjRed|Core:projectred.core.part:40>;
// Red Alloy Wire
val redwire = <ProjRed|Transmission:projectred.transmission.wire:0>;
// Remove Red Iron Compound
recipes.remove(redcomp);
furnace.remove(<ProjRed|Core:projectred.core.part:10>,redcomp);
//NEI.hide(redcomp);
// Red Alloy wire
recipes.remove(redwire);
for ore in <ore:wireGt02RedAlloy>.items {
Wiremill.addRecipe(redwire * 4, ore, 400, 2);
}
var dyes = [
<ore:dyeBlack>,
<ore:dyeRed>,
<ore:dyeGreen>,
<ore:dyeBrown>,
<ore:dyeBlue>,
<ore:dyePurple>,
<ore:dyeCyan>,
<ore:dyeLightGray>,
<ore:dyeGray>,
<ore:dyePink>,
<ore:dyeLime>,
<ore:dyeYellow>,
<ore:dyeLightBlue>,
<ore:dyeMagenta>,
<ore:dyeOrange>,
<ore:dyeWhite>
] as IOreDictEntry[];
var inswires = [
<ProjRed|Transmission:projectred.transmission.wire:16>,
<ProjRed|Transmission:projectred.transmission.wire:15>,
<ProjRed|Transmission:projectred.transmission.wire:14>,
<ProjRed|Transmission:projectred.transmission.wire:13>,
<ProjRed|Transmission:projectred.transmission.wire:12>,
<ProjRed|Transmission:projectred.transmission.wire:11>,
<ProjRed|Transmission:projectred.transmission.wire:10>,
<ProjRed|Transmission:projectred.transmission.wire:9>,
<ProjRed|Transmission:projectred.transmission.wire:8>,
<ProjRed|Transmission:projectred.transmission.wire:7>,
<ProjRed|Transmission:projectred.transmission.wire:6>,
<ProjRed|Transmission:projectred.transmission.wire:5>,
<ProjRed|Transmission:projectred.transmission.wire:4>,
<ProjRed|Transmission:projectred.transmission.wire:3>,
<ProjRed|Transmission:projectred.transmission.wire:2>,
<ProjRed|Transmission:projectred.transmission.wire:1>
] as IItemStack[];
// Insulated Red Alloy Wires
for i, dye in dyes {
var iwire = inswires[i];
recipes.remove(iwire);
recipes.addShapeless(iwire * 2,[redwire, redwire, <ore:plateRubber>, dye]);
}
Display More
So I'm trying to rebalance MFR a little bit, because you still can't use Forestry for harvestcraft crops-.- and there are another few things which are nice to have but I don't have an Idea to balance them, should I use it as a special tier or are all on the same tier and just upgrades are tier different/material different, I don't know maybe you guys have some ideas this is my start:
// --Imports--
import mods.nei.NEI;
// --NEI Hide because of config disabling--
// Fisher
NEI.hide(<MineFactoryReloaded:machine.0:1>);
// Item Collector
NEI.hide(<MineFactoryReloaded:machine.0:6>);
// Auto Enchanter
NEI.hide(<MineFactoryReloaded:machine.0:14>);
// Ejector
NEI.hide(<MineFactoryReloaded:machine.1:0>);
// Lavafabricator
NEI.hide(<MineFactoryReloaded:machine.1:5>);
// Steam Boiler
NEI.hide(<MineFactoryReloaded:machine.1:6>);
// Unifier
NEI.hide(<MineFactoryReloaded:machine.1:8>);
// Bio Reactor
NEI.hide(<MineFactoryReloaded:machine.1:10>);
// Biofuel Generator
NEI.hide(<MineFactoryReloaded:machine.1:11>);
// Auto Disenchanter
NEI.hide(<MineFactoryReloaded:machine.1:12>);
// Enchantment Router
NEI.hide(<MineFactoryReloaded:machine.1:15>);
// Tank
NEI.hide(<MineFactoryReloaded:tank>);
// Block Smasher
NEI.hide(<MineFactoryReloaded:machine.2:3>);
// Auto Brewer
NEI.hide(<MineFactoryReloaded:machine.2:5>);
// Steam Turbine
NEI.hide(<MineFactoryReloaded:machine.2:9>);
// Fountain
NEI.hide(<MineFactoryReloaded:machine.2:11>);
// RedNet Energy Cable
NEI.hide(<MineFactoryReloaded:cable.redstone:2>);
// --Remove--
// Tank
recipes.remove(<MineFactoryReloaded:tank>);
recipes.remove(<MineFactoryReloaded:machineblock>);
recipes.remove(<MineFactoryReloaded:cable.plastic>);
recipes.remove(<MineFactoryReloaded:cable.redstone:2>);
// --Adding--
// Machine Block
recipes.addShaped(<MineFactoryReloaded:machineblock>, [[<ore:sheetPlastic>, <ore:sheetPlastic>, <ore:sheetPlastic>], [<ore:sheetPlastic>, <ore:craftingToolWrench>, <ore:sheetPlastic>], [<ore:blockStainedHardenedClay>, <ore:blockStainedHardenedClay>, <ore:blockStainedHardenedClay>]]);
recipes.addShaped(<MineFactoryReloaded:cable.plastic> * 8, [[<ore:sheetPlastic>, <ore:sheetPlastic>, <ore:sheetPlastic>], [<ore:sheetPlastic>, <ore:craftingToolWrench>, <ore:sheetPlastic>], [<ore:sheetPlastic>, <ore:sheetPlastic>, <ore:sheetPlastic>]]);
// --MFR Tier 1--
Display More
I don´t use MFR since 1.52 so i don't know exactly every Machine.
Why you not Tier it like Greg do. Start with Bronze Materials like Plates, Rods, Screws, Gears etc.
Next Tier would be Steel or Stainless Steel.
After This you can use Chrome and Titanium or maybe Tungsten /Tungsten Steel.
Greg have a lot of usable Parts like Pipes, Motors, Conveyor Modules, Emitter, Pumps etc.
So we don´t have it in ouer Modpack so we don´t nerf it at the moment.
MFR really isn't tiered.
yeah that's my problem, there isn't really a tier