Advanced Rocketry made a breaking change mid version, and ARTweaker never updated for those changes. This mod re-adds CraftTweaker support for the new Advanced Rockertry.
Example scripts:
mods.advancedrocketry.RecipeTweaker.forMachine("PrecisionAssembler")
.remover()
.addOutputs(<advancedrocketry:itemupgrade:3>)
.remove();
mods.advancedrocketry.RecipeTweaker.forMachine("RollingMachine")
.builder()
.inputs(<ore:wool> * 20, <minecraft:apple> * 6, <liquid:lava> * 100)
.outputs(<minecraft:iron_ingot>, <minecraft:gold_ingot>)
.power(4)
.timeRequired(200)
.build();
mods.advancedrocketry.RecipeTweaker.forMachine("Lathe").removeAll();
Supported Machines: (used for forMachine method parameter)
- Centrifuge
- ChemicalReactor
- Crystallizer
- CuttingMachine
- ElectricArcFurnace
- Electrolyser
- Lathe
- PrecisionAssembler
- PrecisionLaserEtcher
- RollingMachine
- SmallPlatePresser
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Advanced Tweakery is a free Minecraft Java mod. Downloaded 216,024 times (via CurseForge). Download it and open it directly in the game.