Multiblocked Extended Compatibility
Modby TheSmartNoob880
An addon mod for Multiblocked that adds additional compatibility with other mods.
Type
Mod
CurseForge Downloads
1,449
CurseForge ID
1227373
Last Updated
Jun 14, 2026
Description
This is a addon mod for Multiblocked by KilaBash. The goal of this mod is to add more mod compatibility between other mods and Multiblocked.
So far the supported mods that have been integrated for recipe inputs and outputs are:
- Ars Nouveau (Source)
- Elemental Craft (All 4 Elements)
Also has KubeJS Support for adding recipes, as well as works with the blueprint table's integrated recipe builder.
///////////////////KubeJS Compatibility///////////////////////
This mod works with Multiblocked's native KubeJS integration.
Examples:
Ars Nouveau:
Input Source
.inputANSource(int: sourceAmount, *optional* String: slotName)
Output Source
.outputANSource(int: sourceAmount, *optional* String: slotName)
Elemental Craft:
Valid Strings for elementName: 'earth', 'air', 'fire', 'water'
Input Element
.inputECElement(String: elementName, int: elementAmount, *optional* String: slotName)
Output Element
.outputECElement(String: elementName, int: elementAmount, *optional* String: slotName)
EX:
//Ars Input Example
event.recipes.multiblocked.multiblock('exampleMultiblockRecipemapName')
.inputANSource(3000)
.outputItem('minecraft:dirt')
.duration(100)
//Ars Output Example
event.recipes.multiblocked.multiblock('exampleMultiblockRecipemapName')
.inputItem('minecraft:cobblestone')
.outputANSource(400)
.duration(100)
//Elemental Craft Input Example
event.recipes.multiblocked.multiblock('exampleMultiblockRecipemapName')
.inputECElement('earth', 25000, 'earth_container')
.inputECElement('air', 25000)
.inputECElement('fire', 25000)
.inputECElement('water', 25000)
.outputItem('minecraft:diamond')
.duration(300)
//Elemental Craft Output Example
event.recipes.multiblocked.multiblock('exampleMultiblockRecipemapName')
.inputItem('minecraft:stone')
.outputECElement('fire', 1234)
.duration(100)
Similar Mods
Cookies, Candy and Cakes
Add cookies, candy and cakes for Halloween and other holidays. Fun seasonal treats with optional effects and mob drops....
Village Business
Set up your own shop in a village to sell any item for emeralds. Run your own shop or automate trading.
JustEnoughTools (JET)
New Tools & Armor
Chainsaw ManCRAFT(チェンソーマンクラフト-NEO)
This is a mod based on the manga 'Chainsaw Man'.
project-362421
Side project that adds random things.
Forbidden and Arcanus JTD Addon
Adding missing features from new versions