Advanced Tweakery
Modby youyihj
CraftTweaker support for new Advanced Rocketry
Type
Mod
CurseForge Downloads
198,308
CurseForge ID
776425
Last Updated
Jun 7, 2026
Description
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
Similar Mods
The Boiled One: Reimagined
Horror mod that add "The Boiled One" created by Doctor Nowhere
Carpet Extra
Additional features for the carpet mod
Gotta Go Fast
Simple mod that removes the "moved too fast" messages and rubberbanding
Rubber Duck
We just need a Rubber Duck to be happy
Custom FoV
Allows disabling or customizing field of view changes from sprinting, potions, archery, or underwater.
Treasure2: Twilight Forest Loot Pack
This is an addon mod for Treasure2, that adds/injects items from Twilight Forest into Treasure2 chests.