Autocrafting table in minecraft

Hi i was just wondering if it is posible to make an automatic crafting table in vanilla Minecraft. (But not Colored Carrot's creation, that's not what I'm looking for.)

3

2 Answers

No, it's not possible in vanilla Minecraft. The crafting table has no native interaction with any kind of machinery, redstone or otherwise.

For reference, here is the link to the Minecraft wiki Crafting table. No mention of autocrafting.

4

BETTER ANSWER:

The way it works is, not like a real auto crafting table, but one that autocrafts a certain recipe, the one we have is cake. We use a detect command to see if a cow is on a certain block on a certain place, and it tests for this every 30 seconds. If it detects a cow it will use the execute command then the blockdata command to put a milk bucket in a chest, the milk bucket is then transported to our autocrafting area.

We have a sugar cane farm and also a egg farm and wheat farm(using a villager).

Once all the items are in the room the process begins. It first starts with sugar, the sugarcane is transported into a dropper, into a hopper into a chest, there is a delay letting the item in the hopper go in which a comparater is powered, activating a command block which uses the blockdata command to put 1 sugar in a chest per sugar cane.

The sugar is taken out of the chest and goes into a dropper which is on a fast clock, that throws it into another hopper using the same delay system the sugar does. Each time the comparater is activated, three milk buckets are dropped onto another one of the hoppers using the same delay system(from a dropper which the milk from the first thing i talked about is transported), which drops three wheat, which when three have been dropped into the hopper then in turn drops an egg(all of this is from items transported from the farms).

Once the delay hopper system has activated from the egg a command block is activated, which uses the blocksata command to put 1 cake in a chest, which is taken to the storage room then transported to the automatic shop. Wow that was long.

7

You Might Also Like