Advanced Tweakery
Modby youyihj
CraftTweaker support for new Advanced Rocketry
Type
Mod
CurseForge Downloads
184,239
CurseForge ID
776425
Last Updated
Apr 13, 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
Biome Id Fixer (Forge)
Maintain biome ids when adding, removing, updating, any biomes to the game.
[Let's Do] Furniture
Let's expand your world with a whole set of new and exciting furnitures! All in the style of the Let's Do Mods.
FoxLib
A library mod that provides various useful functions
JourneyMap Teams
Integrates Modded and Vanilla Teams into JourneyMap
Horse Expert
You want to know what your horses are truly capable of? Check out their statistics!
Crops Love Rain
Makes crops grow faster when it's raining.