Mineuniverse
Log in Register
Mods

Extended Support

Extended Support is an addon for ModTweaker, which adds more mods integration.
by juh9870
Download Claim this project
46,428 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

ExtendedSupport is an addon for ModTweaker, which allows you to customize recipes for previously unsupported mods.

 

Currently supported mods


Actually Additions:

 

Atomic Reconstructor:
//OutputStack, InputStack/OreDict, Energy(RF)
mods.actuallyadditions.AtomicReconstructor.addRecipe(<minecraft:fire_charge>, <minecraft:coal:1>, 1000); 
//OutputStack
mods.actuallyadditions.AtomicReconstructor.removeRecipe(<minecraft:fire_charge>);
//OutputStack, InputStack
mods.actuallyadditions.AtomicReconstructor.removeRecipe(<minecraft:fire_charge>,<minecraft:coal:1>);
//No arguments
mods.actuallyadditions.AtomicReconstructor.removeAll()

 

Ball of Fur:
//OutputStack, Chance
mods.actuallyadditions.BallOfFur.addReturn(<minecraft:string>, <minecraft:coal:1>, 5);
//OutputStack
mods.actuallyadditions.BallOfFur.removeReturn(<minecraft:coal>);
//No arguments
mods.actuallyadditions.BallOfFur.removeAll()

 

Crusher:
//OutputStack, InputStack, (optional)Output2Stack, (optional)Output2Chance mods.actuallyadditions.Crusher.addRecipe(<minecraft:iron_ingot>, <minecraft:iron_ore>, <minecraft:stone>, 50);

//InputStack/OreDict
mods.actuallyadditions.Crusher.removeRecipe(<minecraft:gold_ore>);
//No arguments
mods.actuallyadditions.Crusher.removeAll()

 

Treasure Chest:
//LootStack, Chance, MinAmount, MaxAmount
mods.actuallyadditions.TreasureChest.addLoot(<minecraft:dirt>, 50, 1, 64);
//LootStack
mods.actuallyadditions.TreasureChest.removeLoot(<minecraft:gold>);
//No arguments
mods.actuallyadditions.TreasureChest.removeAll() 

 

Matter Overdrive:

Inscriber:
//InputStack1, InputStack2, OutputStack, Energy(RF), Time(in ticks)
mods.mo.Inscriber.addRecipe(<minecraft:golden_apple>,<minecraft:potion:8225>,<minecraft:golden_apple:1>,1000,20);
//InputStack1, InputStack2 mods.mo.Inscriber.removeRecipe(<mo:isolinear_circuit>,<minecraft:gold_ingot>);
//No arguments
mods.mo.Inscriber.removeAll();

 

Please report all issues to github.

extendedsupport-1.1.0.jar
MC 1.7.10
Release 2018-06-15 Get

More from juh9870

More Mounted Storages
719,471
Storage Drawers Fixes
215,458

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734