VanillaStyle AutoCrafting (VSAC)
My first mod: my take on auto crafting for Minecraft with the main idea being that it should fit the vanilla style of the game.
Mod Info:
Mod creator: mosselini1
Based upon an idea of: Mumbo Jumbo (Youtube)
Development: The base of the code was made in MCreator, refined with standard Java coding.
Platform: Forge
Hosting: Modrinth
I embarked on this project for the challenge, fun, and experience, inspired by a concept mentioned by Mumbo Jumbo in one of his YouTube videos. Although a similar concept existed in the QuickCarpet (QC) mod, my implementation offers unique features.
In QC, items are placed in the crafter and the result is retrieved by unlocking a hopper beneath. In my mod, items are inserted, and a pulse is sent to the block to initiate crafting. The result can be retrieved at will.
My version features a fully automated crafting machine capable of performing all crafts that a normal crafting bench can handle. Unlike QC, my machine doesn't rely on movable tile entities, making it more accessible.
Disclaimer:
This version doesn't allow for recipes that are neither Shaped nor Shapeless, though in practice such recipes exist in Minecraft. I had to re-code the recipe parser myself, which limited the available crafts. Contact me if you encounter any issues.
I consider this mod a proof of concept, envisioning it as a potential vanilla feature. It's balanced as an endgame item, locked behind netherite, and requires a complex setup to maximize its potential. It could inspire more intricate designs beyond autonomous farms and massive storage facilities.
While the main machine is complex, simplifications exist for certain cases, such as compacting and uncompacting resources, making tedious tasks easier.
The machine's optimization is minimal, intentionally designed for better understanding. Redstone experts could further optimize it.
Data:
All information is available on the VSAC Modrinth page. Additionally, I've provided a GitHub repository with the mod's source code, a map containing crafting machines, and a diagram explaining the machine.
Licence:
You are free to use everything available on the VSAC Modrinth page, but please mention and provide a link to this page if you use any of its contents.
截图:
VanillaStyle AutoCrafting 1.0.0
收录