Description
What is Modular Augment?
Modular Augment is a small addon for Modular Machinery. It allows for a limited set of inputs to be consumed at the end of a recipe instead of when the crafting starts.
How to use
In a Modular Machinery recipe, set the item type to "modularaugment:deferred"
This type is only valid for io-type: input and does not support the arguments chance or item with value any:fuel
The presence of the keys item, fluid, and gas control if it will behave like the respective Modular Machinery types: "type": "item", "type": "fluid", and "type": "gas" respectively.
Example requirement for a recipe:
{
"type": "modularaugment:deferred",
"io-type": "input",
"item": "ore:plankWood",
"amount": 3
}
{
"type": "modularaugment:deferred",
"io-type": "input",
"fluid": "water",
"amount": 1000
}
{
"type": "modularaugment:deferred",
"io-type": "input",
"gas": "oxygen",
"amount": 1000
}
Functionality notes:
- The item is still required to start the crafting process.</p>
- When crafting starts for a recipe with a deferred item, the item will be left in the input hatch until the end of the craft
- If the item is removed during the crafting, the crafting progress will get reset to 0%.
- If you have more than one item input hatch, it's possible to remove the item from one and put it into the other and still have the recipe complete.
- If the item is an oredict type (ore:*) it is possible to replace the item with a corresponding oredict item.
Credit
Relies heavily on Modulary Machinery by HellFirePvP
Issues/Contact
If you're looking to contact me about this project, leave a question here or an issue on github.
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.