Feed The Machine 2.0

Feed The Machine 2.0

273 Downloads

Feed The Machine 2.0!

This modification at first was supposed to be only for Feed The Machine 2.0 modpack but after all it can be used in every possible way.
Modification adds:
- Coal Generator;
- Alloyer Multiblock;
- Many ores;
- Alloys;
- Compressed blaze rod block.

Coal Generator:

- Put in some coal and it'll produce Forge Energy (FE).
Coal Generator

Alloyer Multiblock:

- Alloyer allows you to alloys to make ingot XY from ingot X and ingot Y (JEI/REI/EMI is useful with these alloys);
Multiblock structure of alloyer in spoiler:

- Multiblock structure:
   - Layer 1:
   First Layer
   
   - Layer 2:
   Layer 2
   - Layer 3:
   Layer 3

Ores:

- Aluminum;
- Ardite;
- Chromium;
- Magnesium;
- Nickel;
- Platinum;
- Silver;
- Titanium;
- Zinc;
- Iridium;
- Tellurium;
- Tungsten;
- Uranium;

Alloys:

- CuprousTelluride;
- AlCu;
- CoCr;
- Iridoplatinum;
- MgAl;
- Stainless Steel;
- Steel;
- Sterling;
- TiAl;
- WCu;
- Rose Gold;

KubeJS:

- If you want to add your own alloys via KubeJS… here is the example code:

{
"type": "ftm2:alloying",
"ingredients": [
{
"tag": "forge:ingots/cobalt" // input 1 [in gui it's top blue slot]
},
{
"tag": "forge:ingots/titanium" // input 2 [in gui it's bottom blue slot]
},
{
"tag": "forge:ingots/chromium" // input 3 [in gui it's purple slot]
}
],
"output": {
"item": "yawaa:ctc_ingot",
"count": 2 // do NOT change
}
}

Compressed blaze rod block:

- works like magma block but deals more damage.