Advanced Tweakery
Modby youyihj
CraftTweaker support for new Advanced Rocketry
Type
Mod
CurseForge Downloads
211,727
CurseForge ID
776425
Last Updated
Jul 28, 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
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
TConJEI
A JEI addon for Tinker's Construct 3
Reinforced Shulker Boxes
Fabric mod to add reinforced shulker boxes
Insane's Survival Overhaul (aka IguanaTweaks Reborn)
Overhaul survival with many changes to existing mechanics. Weapon rebalance, enchanting rework, and much more
RiteClicker Mod
This mod adds the functionality first introduced by Vazkii in the Botania Garden of Glass mod. Whereby players can right...
Gotta Go Fast
Simple mod that removes the "moved too fast" messages and rubberbanding
Inventory Spam
A small client-only mod that shows items added and removed from the inventory.