Extended Support
No reviews yet
Extended Support is an addon for ModTweaker, which adds more mods integration.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Features machines that process raw materials or automation processes.
Adds extra features or content to an existing mod.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
ExtendedSupport is an addon for ModTweaker, which allows you to customize recipes for previously unsupported mods.
Currently supported mods
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()
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers