[MineTweaker-Scripts & Mod-Configs] Let's Greg other mods!
-
-
Yep it is the whole config, but for it to work (and to override the standard cfg) you have to put it into: config/PressurePipes/overrides/settings.cfg
settings.cfg is the config name Maybe that we use the config folder structur so anyone can really grab and drop it and it does work -
I saw the new Github structure folder. Nice. Pressure Pipes are indeed nice if they're tiered this way. =O
There's a way to nerf every mod, I'm sure. Or almost every...
Thanks by the way, Mine_Sasha. ;P I do my best to make them feel similar. ;P So that's what I wanted to hear. Except for that Kid's toy...
-
I now have my own version of Gravisuite. Complete.
Available soon on the community Github. (Available on mine if you're in a hurry
Code// ******** Created by Arch-Nihil ********// *======= Importing Stuff =======*// *======= Variables =======*val GraviSuit = <GraviSuite:graviChestPlate:*>;val AdvNanoSuit = <GraviSuite:advNanoChestPlate:*>;val AdvEJetpack = <GraviSuite:advJetpack:*>;val Vajra = <GraviSuite:vajra>;val UltimateLappack = <GraviSuite:ultimateLappack:*>;val AdvLappack = <GraviSuite:advLappack:*>;val AdvDrill = <GraviSuite:advDDrill>;val AdvChainsaw = <GraviSuite:advChainsaw>;val GraviTool = <GraviSuite:graviTool>;val Relocator = <GraviSuite:relocator>;val VajraCore = <GraviSuite:itemSimpleItem:5>;val Magnetron = <GraviSuite:itemSimpleItem:4>;val SuperconductorCover = <GraviSuite:itemSimpleItem>;val Superconductor = <GraviSuite:itemSimpleItem:1>;val GravitationEngine = <GraviSuite:itemSimpleItem:3>;val EngineBooster = <GraviSuite:itemSimpleItem:6>;val CoolingCore = <GraviSuite:itemSimpleItem:2>;val Teleporter = <IC2:blockMachine2>;val EnergyPack = <IC2:itemArmorEnergypack:*>;val NanoChest = <IC2:itemArmorNanoChestplate:*>;val QuantumChest = <IC2:itemArmorQuantumChestplate:*>;val OverclockerUp = <IC2:upgradeModule>;val CoolantCell60K = <IC2:reactorCoolantSix>;val AdvCircuit = <ore:circuitAdvanced>;val LapotronCrystal = <ore:batteryMaster>;val LapotronicEOrb = <ore:batteryUltimate>;val IVElectricMotor = <gregtech:gt.metaitem.01:32604>;val TSteelRotor = <ore:rotorTungstenSteel>;val SSteelPlate = <ore:plateStainlessSteel>;val TSteelPlate = <ore:plateTungstenSteel>;val IridiumAlloyPlate = <ore:plateAlloyIridium>;val DMagNeodymiumPlate = <ore:plateDenseNeodymiumMagnetic>;val OsmiridiumPlate = <ore:plateOsmiridium>;val NaquadahPlate = <ore:plateNaquadah>;val NeutroniumPlate = <ore:plateNeutronium>;val NqFoil = <ore:foilNaquadah>;val EnrichedNqFoil = <ore:foilNaquadahEnriched>;val NeutroniumBolt = <ore:boltNeutronium>;val OsmiumDrillTip = <ore:toolHeadDrillOsmium>;val SuperCWire = <ore:wireGt01Superconductor>;val SuperCWire4x = <ore:wireGt04Superconductor>;val SuperCWire8x = <ore:wireGt08Superconductor>;val SuperCWire16x = <ore:wireGt16Superconductor>;val PlatinumCable4x = <ore:cableGt04Platinum>;val PlatinumCable8x = <ore:cableGt08Platinum>;val AlCable8x = <ore:cableGt08Aluminium>;val NiobiumTiCable8x = <ore:cableGt08NiobiumTitanium>;val MagneticCore = <ReactorCraft:reactorcraft_item_crafting:6>;val RCCoolantCell = <ReactorCraft:reactorcraft_item_placer:2>;val AFB = <AFSU:ALC>;val Singularity = <appliedenergistics2:item.ItemMultiMaterial:48>;val SunnariumPart = <AdvancedSolarPanel:asp_crafting_items:9>;val Wrench = <ore:craftingToolWrench>;val HHammer = <ore:craftingToolHardHammer>;val GrandmasterCircuit = <ore:circuitGrandmaster>;// *======= Removing Recipes =======*// --- Gravitation Suitrecipes.remove(GraviSuit);// --- Advanced Nano Suitrecipes.remove(AdvNanoSuit);// --- Advanced Electric Jetpackrecipes.remove(AdvEJetpack);// --- Vajrarecipes.remove(Vajra);// --- Ultimate Lappackrecipes.remove(UltimateLappack);// --- Advanced Lappackrecipes.remove(AdvLappack);// --- Vajra Corerecipes.remove(VajraCore);// --- Magnetronrecipes.remove(Magnetron);// --- Gravitation Enginerecipes.remove(GravitationEngine);// --- Engine Boosterrecipes.remove(EngineBooster);// --- Superconductorrecipes.remove(Superconductor);// --- Superconductor Coverrecipes.remove(SuperconductorCover);// --- Cooling Corerecipes.remove(CoolingCore);// --- Advanced Diamond Drillrecipes.remove(AdvDrill);// --- Advanced Chainsawrecipes.remove(AdvChainsaw);// --- GraviToolrecipes.remove(GraviTool);// --- Relocatorrecipes.remove(Relocator);// *======= Adding Back Recipes =======*// --- Gravitation Suitrecipes.addShaped(GraviSuit, [[SuperCWire4x, HHammer, SuperCWire4x],[GravitationEngine, QuantumChest, GravitationEngine],[SuperCWire8x, UltimateLappack, SuperCWire8x]]);// --- Advanced Nano-Suitrecipes.addShaped(AdvNanoSuit, [[PlatinumCable4x, HHammer, PlatinumCable4x],[AdvCircuit, NanoChest, AdvCircuit],[PlatinumCable8x, AdvLappack, PlatinumCable8x]]);// --- Advanced Electric Jetpackrecipes.addShaped(AdvEJetpack, [[TSteelPlate, AdvLappack, TSteelPlate],[PlatinumCable4x, IVElectricMotor, PlatinumCable4x],[EngineBooster, Wrench, EngineBooster]]);// --- Vajrarecipes.addShaped(Vajra, [[OsmiumDrillTip, IridiumAlloyPlate, NeutroniumBolt],[IridiumAlloyPlate, VajraCore, LapotronicEOrb],[NeutroniumBolt, LapotronicEOrb, IridiumAlloyPlate]]);// --- Ultimate Lappackrecipes.addShaped(UltimateLappack, [[LapotronicEOrb, IridiumAlloyPlate, LapotronicEOrb],[NiobiumTiCable8x, AdvLappack, NiobiumTiCable8x],[LapotronicEOrb, Wrench , LapotronicEOrb]]);// --- Advanced Lappackrecipes.addShaped(AdvLappack, [[LapotronCrystal, SSteelPlate, LapotronCrystal],[AlCable8x, EnergyPack, AlCable8x],[LapotronCrystal, Wrench , LapotronCrystal]]);// --- Vajra Corerecipes.addShaped(VajraCore, [[SuperconductorCover, Magnetron, SuperconductorCover],[IridiumAlloyPlate, AFB, IridiumAlloyPlate],[SuperconductorCover, Magnetron, SuperconductorCover]]);// --- Magnetronrecipes.addShaped(Magnetron, [[DMagNeodymiumPlate, TSteelPlate, DMagNeodymiumPlate],[Superconductor, MagneticCore, Superconductor],[DMagNeodymiumPlate, TSteelPlate, DMagNeodymiumPlate]]);// --- Gravitation Enginerecipes.addShaped(GravitationEngine, [[OsmiridiumPlate, CoolingCore, NaquadahPlate],[EngineBooster, LapotronicEOrb, CoolingCore],[Singularity, EngineBooster, OsmiridiumPlate]]);// --- Engine Boosterrecipes.addShaped(EngineBooster, [[TSteelPlate, TSteelPlate, TSteelRotor],[IVElectricMotor, OverclockerUp, TSteelPlate],[SunnariumPart, IVElectricMotor, TSteelPlate]]);// --- Large Superconductor Cablerecipes.addShaped(Superconductor, [[SuperconductorCover, SuperconductorCover, SuperconductorCover],[CoolingCore, SuperCWire16x, CoolingCore],[SuperconductorCover, SuperconductorCover, SuperconductorCover]]);// --- Superconductor Coverrecipes.addShaped(SuperconductorCover, [[NqFoil, EnrichedNqFoil, NqFoil],[SuperCWire, SuperCWire, SuperCWire],[NqFoil, EnrichedNqFoil, NqFoil]]);// --- Cooling Corerecipes.addShaped(CoolingCore, [[IridiumAlloyPlate, CoolantCell60K, IridiumAlloyPlate],[CoolantCell60K, RCCoolantCell, CoolantCell60K],[IridiumAlloyPlate, CoolantCell60K, IridiumAlloyPlate]]);// --- Relocatorrecipes.addShaped(Relocator, [[NeutroniumPlate, GrandmasterCircuit, NeutroniumPlate],[LapotronicEOrb, Teleporter, LapotronicEOrb],[NeutroniumPlate, GrandmasterCircuit, NeutroniumPlate]]);// *======= Other Stuff =======*// --- Renaming Gravitation EngineGravitationEngine.displayName = "Gravitation Engine";// --- Renaming Engine BoosterEngineBooster.displayName = "Engine Booster";// --- Renaming MagnetronMagnetron.displayName = "Magnetron";// --- Renaming Vajra CoreVajraCore.displayName = "Vajra Core";// --- Renaming Superconductor CoverSuperconductorCover.displayName = "Superconductor Cover";// --- Renaming SuperconductorSuperconductor.displayName = "Large Superconductor Cable";// --- Renaming Cooling CoreCoolingCore.displayName = "Cooling Core";
-
-
New Nuclear Control 2 Script. Complete.
Code// ******** Created by Arch-Nihil ********// *======= Importing Stuff =======*import mods.gregtech.Assembler;// *======= Variables =======*val ThermalMonitor = <IC2NuclearControl:blockNuclearControlMain>;val IndustrialAlarm = <IC2NuclearControl:blockNuclearControlMain:1>;val HowlAlarm = <IC2NuclearControl:blockNuclearControlMain:2>;val RemoteThermalM = <IC2NuclearControl:blockNuclearControlMain:3>;val IndusInfoPanel = <IC2NuclearControl:blockNuclearControlMain:4>;val Extender = <IC2NuclearControl:blockNuclearControlMain:5>;val AdvInfoPanel = <IC2NuclearControl:blockNuclearControlMain:9>;val AdvExtender = <IC2NuclearControl:blockNuclearControlMain:10>;val ECounter = <IC2NuclearControl:blockNuclearControlMain:6>;val AverageCounter = <IC2NuclearControl:blockNuclearControlMain:7>;val RangeTrigger = <IC2NuclearControl:blockNuclearControlMain:8>;val WhiteLamp = <IC2NuclearControl:blockNuclearControlLight>;val Thermometer = <IC2NuclearControl:ItemToolThermometer:*>;val DigitalThermometer = <IC2NuclearControl:ItemToolDigitalThermometer:*>;val ActivityDetect = <gregtech:gt.metaitem.01:32731>;val FluidDetect = <gregtech:gt.metaitem.01:32732>;val EDetect = <gregtech:gt.metaitem.01:32734>;val EUDetector = <IC2:itemCable:11>;val AdvCircuit = <ore:circuitAdvanced>;val DataCircuit = <ore:circuitData>;val AlPlate = <ore:plateAluminium>;val AlScrew = <ore:screwAluminium>;val AlBolt = <ore:boltAluminium>;val SSteelPlate = <ore:plateStainlessSteel>;val TiPlate = <ore:plateTitanium>;val SteelRod = <ore:stickSteel>;val AnnealedCable = <ore:cableGt01AnnealedCopper>;val AnnealedCable2x = <ore:cableGt02AnnealedCopper>;val AnnealedCable4x = <ore:cableGt04AnnealedCopper>;val HVSensor = <gregtech:gt.metaitem.01:32692>;val LVSensor = <gregtech:gt.metaitem.01:32690>;val MVEmitter = <gregtech:gt.metaitem.01:32681>;val HVEmitter = <gregtech:gt.metaitem.01:32682>;val MVSensor = <gregtech:gt.metaitem.01:32691>;val LVMachineHull = <gregtech:gt.blockmachines:11>;val MVMachineHull = <gregtech:gt.blockmachines:12>;val MVTransformer = <gregtech:gt.blockmachines:22>;val HVTransformer = <gregtech:gt.blockmachines:23>;val RedAlloyWire = <RedLogic:redlogic.wire>;val Noteblock = <minecraft:noteblock>;val Clock = <minecraft:clock>;val IronNoteblock = <computronics:computronics.ironNoteBlock>;val RedstoneLamp = <minecraft:redstone_lamp>;val ScreenTier3 = <OpenComputers:screen3>;val ScreenTier2 = <OpenComputers:screen2>;val ScreenTier1 = <OpenComputers:screen1>;val ScreenGT = <gregtech:gt.metaitem.01:32740>;val RemoteSensorKit = <IC2NuclearControl:ItemRemoteSensorKit>;val ESensorKit = <IC2NuclearControl:ItemEnergySensorKit>;val CounterSensorKit = <IC2NuclearControl:ItemMultipleSensorKit>;val LiquidSensorKit = <IC2NuclearControl:ItemMultipleSensorKit:1>;val GenSensorKit = <IC2NuclearControl:ItemMultipleSensorKit:2>;val RangeUp = <IC2NuclearControl:ItemUpgrade>;val ColorUp = <IC2NuclearControl:ItemUpgrade:1>;val TimeCard = <IC2NuclearControl:ItemTimeCard>;val TextCard = <IC2NuclearControl:ItemTextCard>;val OverclockerUp = <IC2:upgradeModule>;val SmallPowerUnit = <IC2:itemRecipePart:3>;val MercuryCell = <IC2:itemFluidCell>.withTag({Fluid:{FluidName:"mercury", Amount:1000}});val ClearPane = <TConstruct:GlassPane>;val WhiteClearPane = <TConstruct:GlassPaneClearStained>;val BlueDye = <ore:dyeBlue>;val RedDye = <ore:dyeRed>;val GreenDye = <ore:dyeGreen>;val HHammer = <ore:craftingToolHardHammer>;val Wrench = <ore:craftingToolWrench>;val Screwdriver = <ore:craftingToolScrewdriver>;// *======= Removing Recipes =======*// --- Thermal Monitorrecipes.remove(ThermalMonitor);// --- Industrial Alarmrecipes.remove(IndustrialAlarm);// --- Howler Alarmrecipes.remove(HowlAlarm);// --- Remote Thermal Monitorrecipes.remove(RemoteThermalM);// --- Industrial Information Panelrecipes.remove(IndusInfoPanel);// --- Information Panel Extenderrecipes.remove(Extender);// --- Advanced Information Panelrecipes.remove(AdvInfoPanel);// --- Advanced Information Panel Extenderrecipes.remove(AdvExtender);// --- Thermometerrecipes.remove(Thermometer);// --- Digital Thermometerrecipes.remove(DigitalThermometer);// --- Remote Sensor Kitrecipes.remove(RemoteSensorKit);// --- Energy Sensor Kitrecipes.remove(ESensorKit);// --- Counter Sensor Kitrecipes.remove(CounterSensorKit);// --- Liquid Sensor Kitrecipes.remove(LiquidSensorKit);// --- Generator Sensor Kitrecipes.remove(GenSensorKit);// --- Energy Counterrecipes.remove(ECounter);// --- Average Counterrecipes.remove(AverageCounter);// --- Range Triggerrecipes.remove(RangeTrigger);// --- White Lamprecipes.remove(WhiteLamp);// --- Color Upgraderecipes.remove(ColorUp);// --- Time Cardrecipes.remove(TimeCard);// --- Range Upgraderecipes.remove(RangeUp);// --- Text Cardrecipes.remove(TextCard);// *======= Adding Back Recipes =======*// --- Thermal Monitorrecipes.addShaped(ThermalMonitor, [[AlPlate, AnnealedCable2x, AlPlate],[AnnealedCable4x, DataCircuit, AnnealedCable4x],[AlPlate, HVSensor, AlPlate]]);// --- Industrial Alarmrecipes.addShaped(IndustrialAlarm, [[AlPlate, Noteblock, AlPlate],[AnnealedCable, AdvCircuit, AnnealedCable],[AlPlate, RedAlloyWire, AlPlate]]);// --- Howler Alarmrecipes.addShaped(HowlAlarm, [[SSteelPlate, IronNoteblock, SSteelPlate],[AnnealedCable2x, DataCircuit, AnnealedCable2x],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// --- Remote Thermal Monitorrecipes.addShaped(RemoteThermalM, [[SSteelPlate, ScreenTier3, HVSensor],[DataCircuit, MVMachineHull, AdvCircuit],[TiPlate, ThermalMonitor, TiPlate]]);// - Alternate Reciperecipes.addShaped(RemoteThermalM, [[SSteelPlate, ScreenTier3, HVSensor],[AdvCircuit, MVMachineHull, DataCircuit],[TiPlate, ThermalMonitor, TiPlate]]);// --- Industrial Information Panelrecipes.addShaped(IndusInfoPanel, [[AlPlate, ScreenTier1, AlPlate],[AdvCircuit, LVMachineHull, AdvCircuit],[AlPlate, RedAlloyWire, AlPlate]]);// --- Information Panel Extenderrecipes.addShapedMirrored(Extender, [[null, null, null],[AlPlate, ScreenTier1, AlPlate],[AlPlate, RedAlloyWire, AlPlate]]);// --- Advanced Information Panelrecipes.addShaped(AdvInfoPanel, [[SSteelPlate, ScreenTier2, SSteelPlate],[DataCircuit, MVMachineHull, AdvCircuit],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// - Alternate Reciperecipes.addShaped(AdvInfoPanel, [[SSteelPlate, ScreenTier2, SSteelPlate],[AdvCircuit, MVMachineHull, DataCircuit],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// --- Advanced Information Panel Extenderrecipes.addShaped(AdvExtender, [[null, null, null],[AlPlate, ScreenTier2, AlPlate],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// --- Energy Counterrecipes.addShaped(ECounter, [[AlPlate, ScreenTier2, AlPlate],[AnnealedCable4x, MVTransformer, AnnealedCable4x],[AlPlate, AdvCircuit, AlPlate]]);// --- Average Counterrecipes.addShaped(AverageCounter, [[SSteelPlate, ScreenTier1, SSteelPlate],[AnnealedCable4x, MVTransformer, AnnealedCable4x],[SSteelPlate, AdvCircuit, SSteelPlate]]);// --- Range Triggerrecipes.addShaped(RangeTrigger, [[HVEmitter, AdvCircuit, MVSensor],[AnnealedCable4x, HVTransformer, AnnealedCable4x],[SSteelPlate, DataCircuit, SSteelPlate]]);// --- Thermometerrecipes.addShaped(Thermometer, [[AlPlate, ClearPane, null],[ClearPane, MercuryCell, ClearPane],[null, ClearPane, ClearPane]]);// --- Digital Thermometerrecipes.addShaped(DigitalThermometer, [[Thermometer, AlPlate, AlScrew],[AlPlate, SmallPowerUnit, AlPlate],[AlBolt, Screwdriver, HHammer]]);// - Alternate Reciperecipes.addShaped(DigitalThermometer, [[Thermometer, AlPlate, AlScrew],[AlPlate, SmallPowerUnit, AlPlate],[AlBolt, HHammer, Screwdriver]]);// --- White Lamprecipes.addShaped(WhiteLamp, [[SteelRod, WhiteClearPane, SteelRod],[WhiteClearPane, RedstoneLamp, WhiteClearPane],[SteelRod, RedAlloyWire, SteelRod]]);// --- Range Upgraderecipes.addShaped(RangeUp, [[MVEmitter, AlPlate, Wrench],[AlPlate, OverclockerUp, AlPlate],[HHammer, AlPlate, MVEmitter]]);// - Alternate Reciperecipes.addShaped(RangeUp, [[MVEmitter, AlPlate, HHammer],[AlPlate, OverclockerUp, AlPlate],[Wrench, AlPlate, MVEmitter]]);// --- Color Upgraderecipes.addShaped(ColorUp, [[BlueDye, AdvCircuit, BlueDye],[RedDye, AdvCircuit, RedDye],[GreenDye, AdvCircuit, GreenDye]]);// --- Time CardAssembler.addRecipe(TimeCard, Clock, LVSensor, 1600, 8);// --- Text CardAssembler.addRecipe(TextCard, ScreenGT, LVSensor, 1600, 8);// --- Remote Sensor KitAssembler.addRecipe(RemoteSensorKit, DigitalThermometer, LVSensor, 1200, 16);// --- Energy Sensor KitAssembler.addRecipe(ESensorKit, EDetect, LVSensor, 1200, 16);// --- Counter Sensor KitAssembler.addRecipe(CounterSensorKit, ActivityDetect, LVSensor, 1200, 16);// --- Liquid Sensor KitAssembler.addRecipe(LiquidSensorKit, FluidDetect, LVSensor, 1200, 16);// --- Generator Sensor KitAssembler.addRecipe(GenSensorKit, EUDetector, LVSensor, 1200, 16);// *======= Other Stuff =======*
And while it's on the Github, it's also at my place. -
-
Some Thaumcraft work:
https://github.com/Dream-Maste…/Thaumcraft/Thaumcraft.zs
Code
Display More//Created by DreamMasterXXL //import Mods import mods.thaumcraft.Arcane; import mods.gregtech.Assembler; import mods.ic2.Compressor; import mods.ic2.Macerator; //remove Recipes //Thaumometer recipes.remove(<Thaumcraft:ItemThaumometer>); //Iron Wand Cap recipes.remove(<Thaumcraft:WandCap>); //Gold Wand Cap mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:WandCap:1>); //Copper Wand Cap mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:WandCap:3>); //Silver Wand Cap mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:WandCap:5>); //Thaumium Wand Cap mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:WandCap:6>); //Thaumium Ingot recipes.remove(<ore:ingotThaumium>); //Wooden Wand recipes.remove(<Thaumcraft:WandCasting>); //Thauimum Block recipes.remove(<Thaumcraft:blockCosmeticSolid:4>); //Arcane Stone mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:blockCosmeticSolid:6>); //Arcane Pedstal mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:blockStoneDevice:1>); //Arcan Stone Bricks recipes.remove(<Thaumcraft:blockCosmeticSolid:7>); //Runic Matrix mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:blockStoneDevice:2>); //Goggles of Revealing mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:ItemGoggles>); //Table recipes.remove(<Thaumcraft:blockTable>); //Phials recipes.remove(<Thaumcraft:ItemEssence>); //Enchanted Fabric mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:ItemResource:7>); //Greatwood Rood mods.thaumcraft.Arcane.removeRecipe(<Thaumcraft:WandRod>); //Magic Crowbar mods.thaumcraft.Arcane.removeRecipe(<Railcraft:tool.crowbar.magic>); //Amber mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemResource:6>); //Order Shards mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemShard:4>); //Entropy Shards mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemShard:5>); //Air Shards mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemShard>); //Earth Shards mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemShard:3>); //Water Shards mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemShard:2>); //Fire Shards mods.thaumcraft.Crucible.removeRecipe(<Thaumcraft:ItemShard:1>); //Remove Furnace Recipes Shrads //Shrads furnace.remove(<Thaumcraft:ItemShard:*>); //Amber furnace.remove(<Thaumcraft:ItemResource:6>); //add Recipes //Thaumometer recipes.addShaped(<Thaumcraft:ItemThaumometer>, [ [<Thaumcraft:ItemShard>, <Thaumcraft:ItemShard:1>, <Thaumcraft:ItemShard:2>], [<IC2:itemCasing:3>, <ore:lensDiamond>, <IC2:itemCasing:3>], [<Thaumcraft:ItemShard:3>, <Thaumcraft:ItemShard:4>, <Thaumcraft:ItemShard:5>]]); //Gold Wand Cap mods.thaumcraft.Arcane.addShaped("CAP_gold", <Thaumcraft:WandCap:1>, "ordo 8, ignis 8, aer 8", [ [null, <ore:foilGold>, null], [<ore:foilGold>, <ore:ringGold>, <ore:foilGold>], [null, <ore:foilGold>, null]]); //Copper Wand Cap mods.thaumcraft.Arcane.addShaped("CAP_copper", <Thaumcraft:WandCap:3>, "ordo 12, ignis 12, aer 12", [ [null, <ore:foilCopper>, null], [<ore:foilCopper>, <ore:ringCopper>, <ore:foilCopper>], [null, <ore:foilCopper>, null]]); //Silver Wand Cap mods.thaumcraft.Arcane.addShaped("CAP_silver", <Thaumcraft:WandCap:5>, "ordo 16, ignis 16, aer 16", [ [null, <ore:foilSilver>, null], [<ore:foilSilver>, <ore:ringSilver>, <ore:foilSilver>], [null, <ore:foilSilver>, null]]); //Thaumium Wand Cap mods.thaumcraft.Arcane.addShaped("CAP_thaumium", <Thaumcraft:WandCap:6>, "ordo 24, ignis 24, aer 24", [ [null, <ore:foilThaumium>, null], [<ore:foilThaumium>, <ore:ringThaumium>, <ore:foilThaumium>], [null, <ore:foilThaumium>, null]]); //Thaumic Crowbar mods.thaumcraft.Arcane.addShaped("RC_Crowbar", <Railcraft:tool.crowbar.magic>, "ordo 24, ignis 24, aer 24", [ [<ore:craftingToolHardHammer>, <ore:dyeRed>, <ore:stickThaumium>], [<ore:dyeRed>, <ore:stickThaumium>, <ore:dyeRed>], [<ore:stickThaumium>, <ore:dyeRed>, <ore:craftingToolFile>]]); //Wooden Wand recipes.addShaped(<Thaumcraft:WandCasting>, [ [<TwilightForest:item.trophy:1>.reuse(), <TwilightForest:item.nagaScale>, <ore:ringIron>], [<TwilightForest:item.nagaScale>, <Forestry:oakStick>, <TwilightForest:item.nagaScale>], [<ore:ringIron>, <TwilightForest:item.nagaScale>, <ore:craftingToolHardHammer>]]); //Thaumium Block Compressor.addRecipe(<Thaumcraft:blockCosmeticSolid:4>, <Thaumcraft:ItemResource:2> * 9); //Thaumium Dust Macerator.addRecipe(<gregtech:gt.metaitem.01:2330> * 9, <Thaumcraft:blockCosmeticSolid:4>); //Arcane Stone mods.thaumcraft.Arcane.addShaped("ARCANESTONE", <Thaumcraft:blockCosmeticSolid:6> * 9, "aer 9, terra 9, ignis 9, aqua 9, ordo 9, perditio 9",[ [<ore:stone>, <ore:stone>, <ore:stone>], [<ore:stone>, <Thaumcraft:ItemShard:*>, <ore:stone>], [<ore:stone>, <ore:stone>, <ore:stone>]]); //Arcane Pedstal mods.thaumcraft.Arcane.addShaped("INFUSION", <Thaumcraft:blockStoneDevice:1> , "aer 8" ,[ [<Thaumcraft:blockCosmeticSolid:6>, <Thaumcraft:blockCosmeticSolid:6>, <Thaumcraft:blockCosmeticSolid:6>], [null, <Thaumcraft:blockCosmeticSolid:6>, null], [<Thaumcraft:blockCosmeticSolid:6>, <Thaumcraft:blockCosmeticSolid:6>, <Thaumcraft:blockCosmeticSolid:6>]]); //Runic Matrix mods.thaumcraft.Arcane.addShaped("INFUSION", <Thaumcraft:blockStoneDevice:2> , "aer 40, terra 40, ignis 40, aqua 40, ordo 40, perditio 40" ,[ [<Thaumcraft:blockCosmeticSolid:7>, <Thaumcraft:blockCrystal:6>, <Thaumcraft:blockCosmeticSolid:7>], [<Thaumcraft:blockCrystal:6>, <minecraft:ender_eye>, <Thaumcraft:blockCrystal:6>], [<Thaumcraft:blockCosmeticSolid:7>, <Thaumcraft:blockCrystal:6>, <Thaumcraft:blockCosmeticSolid:7>]]); //Gogle of Revealing mods.thaumcraft.Arcane.addShaped("GOGGLES", <Thaumcraft:ItemGoggles> , "aer 10, terra 10, ignis 10, aqua 10, ordo 10, perditio 10" ,[ [<Backpack:tannedLeather>, <Backpack:tannedLeather>, <Backpack:tannedLeather>], [<ore:ringGold>, null, <ore:ringGold>], [<Thaumcraft:ItemThaumometer>, <ore:stickGold>, <Thaumcraft:ItemThaumometer>]]); //Table recipes.addShaped(<Thaumcraft:blockTable>, [ [<ore:slabWood>, <ore:slabWood>, <ore:slabWood>], [<ore:stickWood>, <ore:screwAnyIron>, <ore:stickWood>], [<ore:slabWood>, <ore:craftingToolScrewdriver>, <ore:slabWood>]]); //Phials recipes.addShapeless(<Thaumcraft:ItemEssence>, [<minecraft:glass_bottle>, <ore:roundRubber>]); //Enchanted Fabric mods.thaumcraft.Arcane.addShaped("ENCHFABRIC", <Thaumcraft:ItemResource:7> , "aer 5, terra 5, ignis 5, aqua 5, ordo 5, perditio 5" ,[ [<minecraft:string>, <minecraft:string>, <minecraft:string>], [<minecraft:string>, <harvestcraft:wovencottonItem>, <minecraft:string>], [<minecraft:string>, <minecraft:string>, <minecraft:string>]]); //Greatwood Rood mods.thaumcraft.Arcane.addShaped("ROD_greatwood", <Thaumcraft:WandRod> , "terra 10, aqua 10, perditio 10" , [ [null, null, <Thaumcraft:blockMagicalLog>], [null, <Thaumcraft:blockMagicalLog>, null], [<Thaumcraft:blockMagicalLog>, null, null]]); //Amber mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemResource:6>, <gregtech:gt.metaitem.01:2514>, "perditio 3, vinculum 6, vitreus 13"); //Order Shards mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemShard:4>, <gregtech:gt.metaitem.01:2545>, "ordo 6, perditio 3, praecantatio 3, vitreus 10"); //Entropy Shards mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemShard:5>, <gregtech:gt.metaitem.01:2544>, "perditio 9, praecantatio 3, vitreus 10"); //Air Shards mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemShard>, <gregtech:gt.metaitem.01:2540>, "aer 6, perditio 3, praecantatio 3, vitreus 10"); //Earth Shards mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemShard:3>, <gregtech:gt.metaitem.01:2542>, "perditio 3, praecantatio 3, terra 6, vitreus 10"); //Water Shards mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemShard:2>, <gregtech:gt.metaitem.01:2543>, "aqua 6, perditio 3, praecantatio 3, vitreus 10"); //Fire Shards mods.thaumcraft.Crucible.addRecipe("GT_CRYSTALLISATION", <Thaumcraft:ItemShard:1>, <gregtech:gt.metaitem.01:2541>, "ignis 6, perditio 3, praecantatio 3, vitreus 10"); //Assembler Recipes //Arcan Stone Bricks Assembler.addRecipe(<Thaumcraft:blockCosmeticSolid:7>, <Thaumcraft:blockCosmeticSolid:6> * 4, <gregtech:gt.integrated_circuit:4> * 0, 160, 40); //refresh Recipes //Thaumometer mods.thaumcraft.Research.refreshResearchRecipe("THAUMOMETER"); //Iron Wand Cap mods.thaumcraft.Research.refreshResearchRecipe("BASICTHAUMATURGY"); //Gold Wand Cap mods.thaumcraft.Research.refreshResearchRecipe("CAP_gold"); //Copper Wand Cap mods.thaumcraft.Research.refreshResearchRecipe("CAP_copper"); //Silver Wand Cap mods.thaumcraft.Research.refreshResearchRecipe("CAP_silver"); //Thaumium Wand Cap mods.thaumcraft.Research.refreshResearchRecipe("CAP_thaumium"); //Thaumic Crowbar mods.thaumcraft.Research.refreshResearchRecipe("RC_Crowbar"); //Arcane Stone mods.thaumcraft.Research.refreshResearchRecipe("ARCANESTONE"); //Pedstal and Runic Matrix mods.thaumcraft.Research.refreshResearchRecipe("INFUSION"); //Goggles of Revealing mods.thaumcraft.Research.refreshResearchRecipe("GOGGLES"); //Artifice mods.thaumcraft.Research.refreshResearchRecipe("ARTIFICE"); //Enchanted Fabric mods.thaumcraft.Research.refreshResearchRecipe("ENCHFABRIC"); //Greatwood Rod mods.thaumcraft.Research.refreshResearchRecipe("ROD_greatwood"); //Amber and Shards mods.thaumcraft.Research.refreshResearchRecipe("GT_CRYSTALLISATION");
-
Hi, sorry for my english) just use translayte
Tell me how to remove one of the recipes in gregtech.Assembler.
If any example you can! -
You cannot use minetweaker for that.
You need to go to GregTech recipe config(Location GregTech/Recipe.cfg) and find recipe you want to remove.
You need to find section for assembler, then item in that section which is produced and place 0 after it.What item you plan to remove?
And what your first language? -
Still crashing, I even deleted the whole script... Should I redownload MineTweaker and modTweaker ?
-
My native language is Russian.Thank you for your answer, he helped me solve the problem.
-
Still crashing, I even deleted the whole script... Should I redownload MineTweaker and modTweaker ?
About what script you talking exactly?
I think if you crash dont need to download Mod/Minetweaker again.
You posted the Crashlog inside the Minetweaker forum or on Github already?
You can post it here to and i will do. -
I posted my script here, if you are willing to help me, wait, I'm reposting it.
EDIT : HERE, and it doesn't work
RAh, need to change the extension, here :
-
Why you using this instead of this?
Codevar pulveriser = <ThermalExpansion:Machine:1>.withTag({Level: 0 as byte, Augments: [{id: 4757 as short, Damage: 0 as short, Count: 1 as byte, Slot: 0}, {id: 4757 as short, Damage: 32 as short, Count: 1 as byte, Slot: 1}, {id: 4757 as short, Damage: 16 as short, Count: 1 as byte, Slot: 2}]}); var pulveriser = <ThermalExpansion:Machine:1>;
What this code add?
i know this are the Plates from Railcraft.
Dosen´t work because you can´t use Ordict for the machines.
Code#Macerator.addRecipe(<IC2:itemCrushedOre:1> * 3, <ore:oreCopper>); Doesn't work #Macerator.addRecipe(<IC2:itemCrushedOre:3> * 3, <ore:oreTin>); due to API limitations
What this code do ?
Codefor item in <ore:gearIron>.items { <ore:gearIron>.remove(item); } for item in <ore:gearGold>.items { <ore:gearGold>.remove(item); }
On the beginning using val instead of var:
better
-
@DreamMaster:
1. TE stores all it's machines in the same value, meaning you need the NBT to get the right tier
2. That code adds the iron and steel plates to the ore dictionary
3. That's why it's commented out
4. Iterates over the iron and gold gear ore dictionary entries, and blanks it
5. Doesn't make a huge difference really. -
-
This code was originally made by Chocohead, I later re-organised it, and added a lot of different stuff/tweaked some existing stuff, but now, the main problem, is that I crash every time I try to reload the script, and it happens even when there is no scripts, so I need help for 2 things : 1 : FIX the crash, that's my main issue, I will be very thankful if anybody can give me a hand to fix my problem , 2 : try to see if some things that didn't worked before works now
-
I think the only way is to delete all Recipes and add one by one back to see where is the crash inside. I know it is a lot of work but i not see another way. (Maybe use Atom with Minetweaker Script highlighted Pack will find the error much mor quicker)
-
The crash started when I added the last 2 lines ( about superconductor ), but now, even when I remove it, it still crash