Community listing page, reviews here may not be monitored by the author.
Multiblocked Extended Compatibility
No reviews yet
An addon mod for Multiblocked that adds additional compatibility with other mods.
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Centers around fantasy elements such as spells, rituals, and magical energies, often involving personal empowerment and magical automation.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
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
Resources
External Links
About
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)
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
Statistics
Resources