This mod is for the Fabric Mod Loader and
It's required the mod be installed on both client and server.
Clients connecting to a server with this mod should have the same configurations as those on the server, otherwise the mod won't work correctly.
Automated Crafting adds a single block: the Automated Crafting Table
Basically, you insert items (with hoppers and droppers) so that a recipe pattern is in its inventory, then give it a redstone signal and it crafts the recipe.
It has several configs:
- simple mode (default = true)
- enable quasi-connectivity (default = false)
- redirect redstone dust (default = false)
- craft continuously while powered (default = false)
- comparator reads 15 when output slot isn't empty (default = false)
These configs can be changed either using Mod Menu (if it's installed), or by editing '.minecraft/config/automated_crafting.json'
At 2:33 of this showcase, bstylia14 demonstrates simple mode.
Non-simple mode is very similar to the autocrafter ilmango showcases here
For a comprehensive explanation of each config option, visit this wiki page.
Here is the recipe. Any stripped wood or logs may be substituted for those shown.
I've made some resourcepacks that make the textures behave slightly differently, download them here.
If you'd like to translate Automated Crafting (there are only a few lines of text), follow this link. New translations will be added once approved without the mod needing an update thanks to CrowdinTranslate.
Current translations: see the project on Crowdin.
This mod is only for Fabric and I won't be porting it to Forge. The license is MIT, however, so anyone else is free to port it.
I'd appreciate links back to this page if you port or otherwise modify this project, but links aren't required.
In reply to after_shave_mo:
Thanks!
Whenever I place the table it disappears. What am I doing wrong. im using server side
In reply to shooter913b:
The mod must be installed on both the client and server.
This is true of all mods that add new blocks/items/entities/etc.
Could you make a Forge version? There's nothing similar for Forge and I need this in my modpack.
Hi! Just wanna say that I added this mod in my top 10 underrated mod list of January! This single block can start a factory lol
In reply to bstylia14:
Thanks!
I added a link in the description.
How do I withdraw my output item? I'm trying to do nuggets > ingots but no matter how I try the ingots do not get pulled but the input nuggets are which breaks everything
edit - Nevermind. Switching to simple mode has it working
hello, im having some problems getting this to work properly, all my settings are in true exept for quasi that is in false, i have the following mods installed:
carpetmod
cardboard (aka bukkit4fabric)
fabric api
random patches
servux
and this mod
the issue comes when i try to craft, i put the items to craft a chest in the template zone of the crafting table, then with a hopper on top i put 8 wood inside the crafting grid, when i give it a redstone signal it craft the chest, but when i try to pull the chest with a hopper on the bottom the chest disapear from existence. it is not glitched inside the hoppers inventory, it is not dropped on the ground, it disapears completely. any idea of how to fix this?
edit: after some testing, ive tried with a chest, it dosent work, ive tried with an iron trapdoor, it dosent work, ive tried with stone slabs and surprisingly it worked just fine.
edit2: even weirder when i try to craft a wooden trapdoor it crafts it just fine, but only gives one of the normal two that is should give. this also happens with wooden planks, it gives 2 inestand of the normal 4.
edit3: ive figured out whats happening here: somehow the crafting table is trying to craft a recipe and giving back only half of the normal resources, on the multiple output recipes like slabs planks or wooden trapdor it gives half of it but on the single output recipes like chests or iron trapdoors it cannot give half of the resources and thus deleting the item completely.
this only happens when the item is being pulled via a hopper, when you pull the item by hand it works just fine
In reply to lautygameplaysyt:
I'm using the same mods except for cardboard and I don't get the issue.
This could be due to carpet settings or (much more likely) plugins loaded through cardboard.
Try removing cardboard and seeing if the issue persists. If it does, try removing Carpet.
Please let me know the results of your testing.
Do I understand correctly that there is no way to enqueue crafting of, say, 64 chests without a hopper on top?
In reply to alfuken:
There's no way to get more than one ingredient in each input slot at all.
is there maybe a chance you'll make it for Forge too? It really lacks a proper autocrafting table, like this one...
In reply to alfuken:
Nope
Wow, that was really fast!
In reply to SpacEagle17:
Haha, it was a really simple thing to add : ]
Heya. I know you'd rather me post this issue on Gitlab.. but I can't remember my login there, and don't really want to make another. So apologies. Anyway, updated to the latest version (automated-crafting-1.3.13+MC1.16.2-1.16.4.jar) and now MC won't load, throwing this error
It worked fine before updating. Using MC 1.16.3 and Fabric 0.6.1.51. Confirmed that I have a "0.10.6+build.214" folder in my fabric-loader folder too. Gonna go back to an older version for now.
Edit: Going back 1 version allows it to load properly.
In reply to ThatMechGuy:
I'll look into it, thanks for reporting.
In reply to ThatMechGuy:
I can't reproduce the issue. In your Minecraft Launcher, make sure the profile you have selected is for 'fabric-loader-0.10.6-build.214-1.16.3'. I'm not sure what 'fabric-loader' folder you're referring to, but even if you have the latest version installed, it's possible you don't have the right profile selected.
You can select a different profile from the Minecraft Launcher by clicking the area between the 'Play' button and and 'Settings' button. It should say something like 'fabric-loader-1.16.3' and in sub-text say 'fabric-loader-0.10.6-build.214-1.16.3'.
If you don't have a profile like that, close the launcher, download the Fabric installer, select '1.16.3' for 'Minecraft Version', confirm 'Loader Version' is '0.10.6-build.214', click install, then open your launcher again and you should have the correct profile.
If you still have issues after confirming you have the right profile selected, let me know.
In reply to muteone2:
I'm using Jumploader, so there is no fabric to select from the MC Launcher. It is possible Jumploader is loading the wrong version of fabric however. The folder I mentioned, is where fabric gets installed in a Twitch/Curseforge install.
[Twitch or Curse Install Location]->Minecraft->Install->libraries->net->fabricmc->fabric-loader.
I noticed that Jumploader keeps recreating an older version of Fabric, 0.10.5+build.213, even if I delete it to try and force it to use 0.10.6+build.214, and the log makes no mention of the newer version (I manually installed it), so I'm guessing it's not loading the newest fabric for some reason? I'll make an issue about it over on Jumploader's github.