Open 2.2.2: Known Bugs and Fixs

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
What you came for:
(Expert) (Normal)

Download and place into your script folder
More will be added as they come along and after I can verify they work.​

Bugs:
  1. Can not output MFSU into Immersive Engineering HV Connector
    • Not a bug, Mod author changed values.
    • Use x4 MFE's per MFSU then combine the lines at an HV Wire Relay
  2. Tinkers parts made from Unstable Ingots not Craftable
    • Can't fix, Need Mod Update
  3. Computercraft broken bitwise operations
    • Can't fix, Need Mod Update
Script Fixes:
Expert Only Script Fixes:
If you only want one of the fixes;
  • Create a new file, "fix.zs" for example.
  • Copy the fix into the file and save.
  • Place file into the "\minecraft\modpack\common\scripts" folder.
    • Make sure it ends in ".zs" and not ".txt" or ".doc"
Code:
#Green Heart Canister
recipes.addShaped(<TConstruct:heartCanister:6>,[
    [<TConstruct:heartCanister:2>, <TConstruct:heartCanister:4>, null],
    [<TConstruct:diamondApple>, <minecraft:nether_star>, null] ]);
Code:
#Diesel Fuel for IC2
import mods.ic2.SemiFluidGenerator;
SemiFluidGenerator.addFluid(<liquid:biodiesel> * .5, 16);
Code:
#wheat seeds recipe:
recipes.addShapeless(<minecraft:wheat_seeds> * 2, [<minecraft:wheat>, <minecraft:wheat>]);
Code:
#MT Core Fix
recipes.remove(<AdvancedSolarPanel:asp_crafting_items:12>);
recipes.addShaped(<AdvancedSolarPanel:asp_crafting_items:12>,[
    [<AdvancedSolarPanel:asp_crafting_items:5>,  <IC2:reactorReflectorThick:1>, <AdvancedSolarPanel:asp_crafting_items:5>],
    [<AdvancedSolarPanel:asp_crafting_items:5>, null, <AdvancedSolarPanel:asp_crafting_items:5>],
    [<AdvancedSolarPanel:asp_crafting_items:5>, <IC2:reactorReflectorThick:1>, <AdvancedSolarPanel:asp_crafting_items:5>]]);
Code:
#Reinforced Glass
recipes.remove(<IC2:blockAlloyGlass>);
recipes.addShaped(<IC2:blockAlloyGlass>,[
    [<minecraft:glass>, <IC2:itemPartAlloy>, <minecraft:glass>],
    [<minecraft:glass>, <minecraft:glass>, <minecraft:glass>],
    [<minecraft:glass>, <IC2:itemPartAlloy>, <minecraft:glass>]]);
Code:
#Glass Fiber Cable
recipes.remove(<IC2:itemCable:9>);
recipes.addShaped(<IC2:itemCable:9>,[
    [<minecraft:glass>, <minecraft:glass>, <minecraft:glass>],
    [<IC2:itemDust2:2>, <ore:dustSilver>, <IC2:itemDust2:2>],
    [<minecraft:glass>, <minecraft:glass>, <minecraft:glass>]]);
Code:
#Energium Dust
recipes.remove(<IC2:itemDust2:2>);
recipes.addShaped(<IC2:itemDust2:2>,[
    [<minecraft:redstone>, <IC2:itemDust2:1>, <minecraft:redstone>],
    [<IC2:itemDust2:1>, <minecraft:redstone>, <IC2:itemDust2:1>],
    [<minecraft:redstone>, <IC2:itemDust2:1>, <minecraft:redstone>]]);
Code:
#Compressor
recipes.remove(<IC2:blockMachine:5>);
recipes.addShaped(<IC2:blockMachine:5>,[
    [<minecraft:stone>, null, <minecraft:stone>],
    [<minecraft:stone>, <IC2:blockMachine>, <minecraft:stone>],
    [<minecraft:stone>, <IC2:itemPartCircuit>, <minecraft:stone>]]);
Code:
#Crop-matron
recipes.remove(<IC2:blockMachine2:2>);
recipes.addShaped(<IC2:blockMachine2:2>,[
    [<IC2:itemPartCircuit>, <minecraft:chest>, <IC2:itemPartCircuit>],
    [<IC2:itemCellEmpty>, <IC2:blockMachine>, <IC2:itemCellEmpty>],
    [<IC2:blockCrop>, <IC2:blockCrop>, <IC2:blockCrop>]]);
Code:
#Liquid Heat Exchanger
recipes.remove(<IC2:blockMachine2:12>);
recipes.addShaped(<IC2:blockMachine2:12>,[
    [<minecraft:glass>, <IC2:itemCellEmpty>, <minecraft:glass>],
    [<minecraft:glass>, <IC2:itemCellEmpty>, <minecraft:glass>],
    [<IC2:itemCasing:4>, <IC2:itemRecipePart:5>, <IC2:itemCasing:4>]]);
Code:
#Tesla Coil
recipes.remove(<IC2:blockMachine2:1>);
recipes.addShaped(<IC2:blockMachine2:1>,[
    [<minecraft:redstone>, <minecraft:redstone>, <minecraft:redstone>],
    [<minecraft:redstone>, <IC2:blockElectric:4>, <minecraft:redstone>],
    [<IC2:itemCasing:4>, <IC2:itemPartCircuit>, <IC2:itemCasing:4>]]);
Code:
#Solar Distiller
recipes.remove(<IC2:blockMachine3:3>);
recipes.addShaped(<IC2:blockMachine3:3>,[
    [<minecraft:glass>, <minecraft:glass>, <minecraft:glass>],
    [<minecraft:glass>, null, <minecraft:glass>],
    [<IC2:itemFluidCell>, <IC2:blockMachine>, <IC2:itemFluidCell>]]);
Code:
#TC Nugget dupe Fix
mods.thaumcraft.Aspects.remove(<Thaumcraft:ItemNugget>, "metallum 4");
mods.thaumcraft.Aspects.set(<Thaumcraft:ItemNugget>, "metallum 1");
Code:
#Coal Coke Fix
furnace.setFuel(<ImmersiveEngineering:stoneDecoration:3>, 32000);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:material:6>);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:stoneDecoration:3>);
Code:
#Quartz Fix
<ore:dustNetherQuartz>.addAll(<ore:dustQuartz>);
<ore:dustQuartz>.mirror(<ore:dustNetherQuartz>);
Code:
#Minecart Dupe Fix
recipes.remove(<minecraft:minecart>);
recipes.addShaped(<minecraft:minecart>,[
    [<minecraft:iron_ingot>, null, <minecraft:iron_ingot>],
    [<minecraft:iron_ingot>, <minecraft:iron_ingot>, <minecraft:iron_ingot>],
    [null, null, null]]);
Code:
#Amaranth  Logs Become Eucalyptus Planks
mods.thermalexpansion.Sawmill.removeRecipe(<Natura:Rare Tree:2>);
mods.thermalexpansion.Sawmill.addRecipe(800, <Natura:Rare Tree:2>, <Natura:planks:8> * 6);
Code:
#Biodiesel<->Forestry Ethanol
mods.buildcraft.Refinery.addRecipe(<liquid:bioethanol> * 10, 880, 1, <liquid:biodiesel>*5, <liquid:biodiesel>*5);
mods.buildcraft.Refinery.addRecipe(<liquid:biodiesel> * 10, 10, 1, <liquid:bioethanol>*5, <liquid:bioethanol>*5);
The following Fixes are for expert Only
Code:
#Paving Stone of Travel
mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:blockCosmeticSolid:2>);
mods.thaumcraft.Arcane.addShaped("PAVETRAVEL", <Thaumcraft:blockCosmeticSolid:2>*4, "aer 10, terra 10, ordo 10", [
    [<Thaumcraft:blockCosmeticSolid:7>, <ore:runeAirB>, <Thaumcraft:blockCosmeticSolid:7>],
    [<minecraft:sugar>, null, <minecraft:sugar>],
    [<Thaumcraft:blockCosmeticSolid:7>, <ore:runeEarthB>, <Thaumcraft:blockCosmeticSolid:7>]]);
 
Last edited:
  • Like
Reactions: DeathOfTime
C

codewarrior0

Guest
Here is my fix for the overlapping wheat seeds recipe:

recipes.addShapeless(<minecraft:wheat_seeds> * 2, [<minecraft:wheat>, <minecraft:wheat>]);
 
  • Like
Reactions: Booker The Geek

iTpyn

New Member
Jul 29, 2019
68
0
0
I'd suggest adding a Coal Coke fix script. In 2.2.2 you cant use IE Coal Coke and Coal Coke Block in Railcraft Blast Furnace. It wasnt fixed.
Code:
furnace.setFuel(<ImmersiveEngineering:stoneDecoration:3>, 32000);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:material:6>);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:stoneDecoration:3>);

Also, small script to make IE quartz dust compatible with AE2 i wrote earlier
Code:
<ore:dustQuartz>.addAll(<ore:dustNetherQuartz>);
<ore:dustNetherQuartz>.mirror(<ore:dustQuartz>);

And what about minecart steel-iron dupe bug? Are you sure it was fixed in 2.2.2?
 
  • Like
Reactions: Booker The Geek

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
Code:
furnace.setFuel(<ImmersiveEngineering:stoneDecoration:3>, 32000);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:material:6>);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:stoneDecoration:3>);
I'll test this and add. Thanks.
Code:
<ore:dustQuartz>.addAll(<ore:dustNetherQuartz>);
<ore:dustNetherQuartz>.mirror(<ore:dustQuartz>);
Why is this needed? For some reason I feel this bypasses gating of some sort....
And what about minecart steel-iron dupe bug? Are you sure it was fixed in 2.2.2?
THought it was, I'll test and check again.
 

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
Also, small script to make IE quartz dust compatible with AE2 i wrote earlier
Code:
<ore:dustQuartz>.addAll(<ore:dustNetherQuartz>);
<ore:dustNetherQuartz>.mirror(<ore:dustQuartz>);
Doesn't Work
ROgKAO


It was backwards...
Code:
#Quartz Fix
<ore:dustNetherQuartz>.addAll(<ore:dustQuartz>);
<ore:dustQuartz>.mirror(<ore:dustNetherQuartz>);
0Dd3VM
 
Last edited:
  • Like
Reactions: iTpyn

iTpyn

New Member
Jul 29, 2019
68
0
0
Paving stone of travel fix should be applied directly to modpack/expert/scripts/Thaumcraft.zs

Otherwise it affects a fully functional default recipe in Normal mode
 

Ishi

New Member
Jul 29, 2019
17
0
0
after i applied the fix i get only one energium dust instead of 9 out of the recipe
 

iTpyn

New Member
Jul 29, 2019
68
0
0
after i applied the fix i get only one energium dust instead of 9 out of the recipe

hotfix:
Code:
#Energium Dust
recipes.remove(<IC2:itemDust2:2>);
recipes.addShaped(<IC2:itemDust2:2>*9,[
[<minecraft:redstone>, <IC2:itemDust2:1>, <minecraft:redstone>],
[<IC2:itemDust2:1>, <minecraft:redstone>, <IC2:itemDust2:1>],
[<minecraft:redstone>, <IC2:itemDust2:1>, <minecraft:redstone>]]);
 
  • Like
Reactions: Booker The Geek
N

NagibatorCore

Guest
HOW TO FIX MT CORE I TRYED to put your fix in script but its still doesnt work????