Mineuniverse
Log in Register
Mods

Advanced Rocketry Tweaker (AR Tweaker)

Adds CraftTweaker support to Advanced Rocketry
by TheRealp455w0rd
Claim this project
608,276 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Advanced Rocketry Tweaker

 

An addon for Advanced Rocketry that allows recipe modification via CraftTweaker scripts.

 

Sample script:

// Chemical Reactor
//mods.advancedrocketry.ChemicalReactor.clear();
mods.advancedrocketry.ChemicalReactor.removeRecipe(<liquid:rocketfuel>);
mods.advancedrocketry.ChemicalReactor.addRecipe(<liquid:rocketfuel>*1000, 80, 100, <liquid:oxygen>*500, <liquid:hydrogen>*500);
//mods.advancedrocketry.ChemicalReactor.addRecipe(<minecraft:obsidian>*1, 80, 100, <liquid:lava>*1000, <liquid:water>*1000);

// Precision Assembler
//mods.advancedrocketry.PrecisionAssembler.clear();
mods.advancedrocketry.PrecisionAssembler.removeRecipe(<advancedrocketry:blocklens>);
//mods.advancedrocketry.PrecisionAssembler.addRecipe(<minecraft:stone>*1, 80, 100, <minecraft:diamond>*4, <ore:gemLapis>*4);

// Cutting Machine
//mods.advancedrocketry.CuttingMachine.clear();
val junglePlanks = <minecraft:planks>;
mods.advancedrocketry.CuttingMachine.removeRecipe(junglePlanks.withDamage(3)*6);
//mods.advancedrocketry.CuttingMachine.addRecipe(<minecraft:planks>*4, 80, 100, <minecraft:log>*1);

// Lathe
//mods.advancedrocketry.Lathe.clear();
var titaniumRod = <advancedrocketry:productrod>;
mods.advancedrocketry.Lathe.removeRecipe(titaniumRod.withDamage(1)*2);
//mods.advancedrocketry.Lathe.addRecipe(<minecraft:log>*1, 80, 100, <minecraft:planks>*4);

// Rolling Machine
//mods.advancedrocketry.RollingMachine.clear();
val titaniumPlate = <advancedrocketry:productplate>;
mods.advancedrocketry.RollingMachine.removeRecipe(titaniumPlate.withDamage(1));
//mods.advancedrocketry.RollingMachine.addRecipe(<minecraft:log>*1, 80, 100, 100, <minecraft:planks>*4);

// Electrolyser
//mods.advancedrocketry.Electrolyser.clear();
//mods.advancedrocketry.Electrolyser.removeRecipe(<liquid:hydrogen>,<liquid:oxygen>);
//mods.advancedrocketry.Electrolyser.addRecipe(<liquid:nitrogen>*500,<liquid:oxygen>*500, 80, 100, <liquid:lava>*1000);

// Arc Furnace
//mods.advancedrocketry.ArcFurnace.clear();
val titaniumIngot = <libvulpes:productingot>;
mods.advancedrocketry.ArcFurnace.removeRecipe(titaniumIngot.withDamage(7));
//mods.advancedrocketry.ArcFurnace.addRecipe(<minecraft:dirt>*1, 20, 10, <minecraft:apple>*1, <minecraft:gold_ingot>*1);

// Crystallizer
//mods.advancedrocketry.Crystallizer.clear();
mods.advancedrocketry.Crystallizer.removeRecipe(<libvulpes:productcrystal>);
//val notchApple=<minecraft:golden_apple>;
//mods.advancedrocketry.Crystallizer.addRecipe(notchApple.withDamage(1), 200, 10, <minecraft:apple>*1, <minecraft:gold_block>*1);

// Plate Presser
//mods.advancedrocketry.PlatePresser.clear();
val ironPlate = <libvulpes:productplate>;
mods.advancedrocketry.PlatePresser.removeRecipe(ironPlate.withDamage(1));
mods.advancedrocketry.PlatePresser.removeRecipe(titaniumPlate.withDamage(1));
mods.advancedrocketry.PlatePresser.addRecipe(<minecraft:stone>*1,<minecraft:gold_block>*1);

 

No files available for download.

More from TheRealp455w0rd

XPTeleporters 2
873,315
p455w0rd's Things
865,873
Stone Crafting Table
757,665
p455w0rd's Library
64,293,113
Enderman Evolution
6,308,607
Wireless Crafting Terminal
52,284,161

You Might Also Like

Ender Tweaker
EnderIO + CraftTweaker
9,574,671
PackMode
Simple Mod-pack Utility to allow switching between PackModes
9,024,946
Zen Summoning
Allows for custom mob summoning with CraftTweaker
7,912,007
FTB Tweaks
This is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to...
7,191,034
CraftTweaker GUI
Allows editing and managing edited recipes for CraftTweaker
98,064
Fluid Interaction Tweaker
This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions.
92,986