Open Script fixs!

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
Download and place into your "...\FTBInfinityEvolvedSkyblock\minecraft\scripts" folder
(Skyblock)
Scripts will be added as they are discovered & I can verify they work.
Infinity Evolved Scripts are HERE
Please let me know if these helped you out, and please let me know if I missed anything.
If you use this, please leave me a note, I'd like to know how useful these are for people.. That is all.​


If you get a bug, Remove the scripts, Restart Minecraft and reproduce BEFORE making a bug report!
If my scripts cause the bug, please post in this thread as it is easier to track.
Really, If you post in github or here, and are using these scripts, you will be laughed at. Mostly by myself but other also.
Have Fun!

Code:
#Super Builders Wand
recipes.addShaped(<ExtraUtilities:creativebuilderswand>, [
    [null, <ExtraUtilities:decorativeBlock1:5>],
    [<TConstruct:toolRod:315>, null]]);
Code:
#Plate Fixs w/OreDictionary
var coPlate = <ore:cPlate>;
    coPlate.add(<Railcraft:part.plate:3>);
    <ore:cPlate>.addAll(<ore:plateCopper>);
    <ore:plateCopper>.mirror(<ore:cPlate>);
var tiPlate = <ore:tPlate>;
    tiPlate.add(<Railcraft:part.plate:2>);
    <ore:tPlate>.addAll(<ore:plateTin>);
    <ore:plateTin>.mirror(<ore:tPlate>);
var  stPlate = <ore:sPlate>;
    stPlate.add(<Railcraft:part.plate:1>);
    <ore:sPlate>.addAll(<ore:plateSteel>);
    <ore:plateSteel>.mirror(<ore:sPlate>);
var irPlate = <ore:iPlate>;
    irPlate.add(<Railcraft:part.plate>);
    <ore:iPlate>.addAll(<ore:plateIron>);
    <ore:plateIron>.mirror(<ore:iPlate>);
Code:
#Iron Chests All the Plate Recipies
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:woodCopperUpgrade>, 5000, [<ore:plankWood>, <Railcraft:part.plate:3> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:woodIronUpgrade>, 10000, [<ore:plankWood>, <ImmersiveEngineering:metal:30> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:woodIronUpgrade>, 10000, [<ore:plankWood>, <Railcraft:part.plate> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperIronUpgrade>, 10000, [<IC2:itemPlates>, <Railcraft:part.plate> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperIronUpgrade>, 10000, [<IC2:itemPlates>, <ImmersiveEngineering:metal:30> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperIronUpgrade>, 10000, [<Railcraft:part.plate:3>, <IC2:itemPlates:4> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperIronUpgrade>, 10000, [<Railcraft:part.plate:3>, <Railcraft:part.plate> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperIronUpgrade>, 10000, [<Railcraft:part.plate:3>, <ImmersiveEngineering:metal:30> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperSilverUpgrade>, 20000, [<Railcraft:part.plate:3>, <IC2:itemIngot:6> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperSilverUpgrade>, 20000, [<Railcraft:part.plate:3>, <ImmersiveEngineering:metal:3> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperSilverUpgrade>, 20000, [<Railcraft:part.plate:3>, <ProjRed|Core:projectred.core.part:54> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperSilverUpgrade>, 20000, [<Railcraft:part.plate:3>, <ThermalFoundation:material:66> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperSilverUpgrade>, 20000, [<<IC2:itemPlates>, <exnihilo:exnihilo.silver_ingot> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:copperSilverUpgrade>, 20000, [<Railcraft:part.plate:3>, <exnihilo:exnihilo.silver_ingot> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:ironGoldUpgrade>, 40000, [<Railcraft:part.plate>, <IC2:itemPlates:3> * 8]);
mods.buildcraft.AssemblyTable.addRecipe(<IronChest:ironGoldUpgrade>, 40000, [<ImmersiveEngineering:metal:30>, <IC2:itemPlates:3> * 8]);
Code:
#Gear Achievement Tree Fix
recipes.addShapeless(<BuildCraft|Core:ironGearItem>, [<ThermalFoundation:material:12>]);
recipes.addShapeless(<ThermalFoundation:material:12>, [<BuildCraft|Core:ironGearItem>]);
recipes.addShapeless(<BuildCraft|Core:goldGearItem>, [<ThermalFoundation:material:13>]);
recipes.addShapeless(<ThermalFoundation:material:13>, [<BuildCraft|Core:goldGearItem>]);
Code:
#Blood Magic Achievment Fix
recipes.addShapeless(<AWWayofTime:sacrificialKnife>, [<AWWayofTime:sacrificialKnife>]);
Code:
#Missing Sawmill Recipies
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:16>, <Forestry:planks:16> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:16>, <Forestry:planksFireproof:16> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:17>, <Forestry:planks:17> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:17>, <Forestry:planksFireproof:17> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:18>, <Forestry:planks:18> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:18>, <Forestry:planksFireproof:18> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:19>, <Forestry:planks:19> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:19>, <Forestry:planksFireproof:19> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:20>, <Forestry:planks:20> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:20>, <Forestry:planksFireproof:20> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:21>, <Forestry:planks:21> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:21>, <Forestry:planksFireproof:21> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:22>, <Forestry:planks:22> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:22>, <Forestry:planksFireproof:22> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:23>, <Forestry:planks:23> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:23>, <Forestry:planksFireproof:23> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:24>, <Forestry:planks:24> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:24>, <Forestry:planksFireproof:24> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:25>, <Forestry:planks:25> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:25>, <Forestry:planksFireproof:25> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:26>, <Forestry:planks:26> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:26>, <Forestry:planksFireproof:26> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:27>, <Forestry:planks:27> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:27>, <Forestry:planksFireproof:27> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logs:28>, <Forestry:planks:28> * 6, <ThermalExpansion:material:512>, 100);
mods.thermalexpansion.Sawmill.addRecipe(800, <Forestry:logsFireproof:28>, <Forestry:planksFireproof:28> * 6, <ThermalExpansion:material:512>, 100);
Code:
#Sesame Seed Fix
mods.agricraft.SeedBlacklist.add(<harvestcraft:sesameseedsseedItem>);
recipes.remove(<harvestcraft:sesameseedsseedItem>);
mods.nei.NEI.hide(<harvestcraft:sesameseedsseedItem>);
Code:
#Pickaxe of Distortion crafting fix
mods.thaumcraft.Infusion.removeRecipe(<ForbiddenMagic:TaintPickaxe>);
mods.thaumcraft.Infusion.addRecipe("TAINTPICK", <Thaumcraft:ItemPickVoid>, [<Thaumcraft:blockMagicalLog>, <minecraft:diamond>, <Thaumcraft:ItemShard:5>, <Thaumcraft:ItemShard:5>], "perditio 8, perfodio 8, vitium 8", <ForbiddenMagic:TaintPickaxe>, 2);
mods.thaumcraft.Research.refreshResearchRecipe("TAINTPICK");
Code:
#Shovel of the Purifier crafting fix
mods.thaumcraft.Infusion.removeRecipe(<ForbiddenMagic:TaintShovel>);
mods.thaumcraft.Infusion.addRecipe("TAINTSHOVEL", <Thaumcraft:ItemShovelVoid>, [<Thaumcraft:blockMagicalLog:1>, <minecraft:diamond>, <Thaumcraft:ItemShard:4>, <Thaumcraft:ItemShard:4>], "vitreus 8, perfodio 8, sano 8", <ForbiddenMagic:TaintShovel>, 2);
mods.thaumcraft.Research.refreshResearchRecipe("TAINTSHOVEL");
Code:
#Creative Capacitor Fix
mods.avaritia.ExtremeCrafting.addShaped(<ThermalExpansion:capacitor>.withTag({Energy: 100000}), [
    [<ThermalFoundation:Storage:11>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <ThermalFoundation:Storage:11>],
    [<StevesCarts:BlockMetalStorage:2>, <IC2:itemRTGPellet>, <ThermalExpansion:Frame:9>, <ThermalExpansion:Frame:9>, <IC2:itemRTGPellet>, <ThermalExpansion:Frame:9>, <ThermalExpansion:Frame:9>, <IC2:itemRTGPellet>, <StevesCarts:BlockMetalStorage:2>],
    [<StevesCarts:BlockMetalStorage:2>, <ThermalExpansion:Frame:9>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <ThermalExpansion:Frame:9>, <StevesCarts:BlockMetalStorage:2>],
    [<StevesCarts:BlockMetalStorage:2>, <ThermalExpansion:Frame:9>, <DraconicEvolution:draconiumFluxCapacitor>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <DraconicEvolution:draconiumFluxCapacitor>, <ThermalExpansion:Frame:9>, <StevesCarts:BlockMetalStorage:2>],
    [<StevesCarts:BlockMetalStorage:2>, <IC2:itemRTGPellet>, <DraconicEvolution:draconiumFluxCapacitor>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <DraconicEvolution:draconiumFluxCapacitor>, <IC2:itemRTGPellet>, <StevesCarts:BlockMetalStorage:2>],
    [<StevesCarts:BlockMetalStorage:2>, <ThermalExpansion:Frame:9>, <DraconicEvolution:draconiumFluxCapacitor>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <AdvancedSolarPanel:BlockAdvSolarPanel:2>, <DraconicEvolution:draconiumFluxCapacitor>, <ThermalExpansion:Frame:9>, <StevesCarts:BlockMetalStorage:2>],
    [<StevesCarts:BlockMetalStorage:2>, <ThermalExpansion:Frame:9>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <DraconicEvolution:draconiumFluxCapacitor>, <ThermalExpansion:Frame:9>, <StevesCarts:BlockMetalStorage:2>],
    [<StevesCarts:BlockMetalStorage:2>, <IC2:itemRTGPellet>, <ThermalExpansion:Frame:9>, <ThermalExpansion:Frame:9>, <IC2:itemRTGPellet>, <ThermalExpansion:Frame:9>, <ThermalExpansion:Frame:9>, <IC2:itemRTGPellet>, <StevesCarts:BlockMetalStorage:2>],
    [<ThermalFoundation:Storage:11>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <StevesCarts:BlockMetalStorage:2>, <ThermalFoundation:Storage:11>]]);
Code:
#Ex Nilho Composting Additions
mods.exnihilo.Composting.addRecipe(<Forestry:sapling>, 0.125);
mods.exnihilo.Composting.addRecipe(<Forestry:leaves>, 0.125);
Code:
#Shaped Crafting Fix
recipes.addShaped(<exastris:ArditeOreBlock>, [
    [<exastris:ArditeOreItem>, <exastris:ArditeOreItem>],
    [<exastris:ArditeOreItem>, <exastris:ArditeOreItem>]]);
recipes.addShaped(<exastris:CobaltOreBlock>, [
    [<exastris:CobaltOreItem>, <exastris:CobaltOreItem>],
    [<exastris:CobaltOreItem>, <exastris:CobaltOreItem>]]);
Code:
#Compacting Drawer Fix
mods.storagedrawers.Compaction.add(<aobd:oreDustDraconium>, <aobd:orePowderedDraconium>, 4);
mods.storagedrawers.Compaction.add(<aobd:oreDustMithril>, <aobd:orePowderedMithril>, 4);
mods.storagedrawers.Compaction.add(<aobd:oreSandDraconium>, <aobd:oreCrushedDraconium>, 4);
mods.storagedrawers.Compaction.add(<aobd:oreSandMithril>, <aobd:oreCrushedMithril>, 4);
mods.storagedrawers.Compaction.add(<exastris:ArditeOreBlock:1>, <exastris:ArditeOreItem:1>, 4);
mods.storagedrawers.Compaction.add(<exastris:ArditeOreBlock:2>, <exastris:ArditeOreItem:2>, 4);
mods.storagedrawers.Compaction.add(<exastris:CobaltOreBlock:1>, <exastris:CobaltOreItem:1>, 4);
mods.storagedrawers.Compaction.add(<exastris:CobaltOreBlock:2>, <exastris:CobaltOreItem:2>, 4);
mods.storagedrawers.Compaction.add(<exastris:draconiumdust_dust>, <exastris:exnihilo.draconiumdust_powdered>, 4);
mods.storagedrawers.Compaction.add(<exastris:draconiumdust_sand>, <exastris:exnihilo.draconiumdust_crushed>, 4);
 
Last edited:
  • Like
Reactions: BMB78
A

a RVB Fan

Guest
Code:
#Shovel of the Purifier crafting fix
mods.thaumcraft.Infusion.removeRecipe(<ForbiddenMagic:TaintShovel>);
mods.thaumcraft.Infusion.addRecipe("TAINTSHOVEL", <Thaumcraft:ItemShovelVoid>, [<Thaumcraft:blockMagicalLog:1>, <minecraft:diamond>, <Thaumcraft:ItemShard:4>, <Thaumcraft:ItemShard:4>], "vitreus 8, perfodio 8, sano 8", <ForbiddenMagic:TaintShovel>, 2);
mods.thaumcraft.Research.refreshResearchRecipe("TAINSHOVEL");

last line of the script has TAINSHOVEL instead of TAINTSHOVEL.
 
  • Like
Reactions: profrags

Keridos

New Member
Jul 29, 2019
29
0
0
Change the ShpaedCrafting to this to enable compressing all the ardite and cobalt dusts:
Code:
#Shaped Crafting Fix
recipes.addShaped(<exastris:ArditeOreBlock>, [
  [<exastris:ArditeOreItem>, <exastris:ArditeOreItem>],
  [<exastris:ArditeOreItem>, <exastris:ArditeOreItem>]]);
recipes.addShaped(<exastris:CobaltOreBlock>, [
  [<exastris:CobaltOreItem>, <exastris:CobaltOreItem>],
  [<exastris:CobaltOreItem>, <exastris:CobaltOreItem>]]);
recipes.addShaped(<exastris:ArditeOreBlock:1>, [
  [<exastris:ArditeOreItem:1>, <exastris:ArditeOreItem:1>],
  [<exastris:ArditeOreItem:1>, <exastris:ArditeOreItem:1>]]);
recipes.addShaped(<exastris:CobaltOreBlock:1>, [
  [<exastris:CobaltOreItem:1>, <exastris:CobaltOreItem:1>],
  [<exastris:CobaltOreItem:1>, <exastris:CobaltOreItem:1>]]);
recipes.addShaped(<exastris:ArditeOreBlock:2>, [
  [<exastris:ArditeOreItem:2>, <exastris:ArditeOreItem:2>],
  [<exastris:ArditeOreItem:2>, <exastris:ArditeOreItem:2>]]);
recipes.addShaped(<exastris:CobaltOreBlock:2>, [
  [<exastris:CobaltOreItem:2>, <exastris:CobaltOreItem:2>],
  [<exastris:CobaltOreItem:2>, <exastris:CobaltOreItem:2>]]);
 
  • Like
Reactions: Booker The Geek