This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
McLeopold's profile picture

Craft - Auto Crafting And Inventory Management (Ae Knockoff)

Started by McLeopold, 30 August 2013 - 04:32 PM
McLeopold #1
Posted 30 August 2013 - 06:32 PM
Craft - Auto crafting and inventory management (AE knockoff)

For the low, low cost of 1 crafty turtle (no fuel required!), and the high cost of 1 interactive sorter (oh the diamonds!) you can get an automatic crafter. It functions very similar to AE's ME Crafting Terminal.



Features:
  • Inventory Management, will store and sort items in turtle to proper location when you hit [F5]
  • Search for stored or craftable items with different ways to sort the results. Type to search and press [Delete] to clear. Use [Tab] to switch between item selection and sorting options.
  • Easily request items from the inventory or craft them if not available. Select items from the search using [Up] and [Down] and hit [Enter] to request a stack or craft.
  • Understands the Forge ore dictionary so it can, for example, pull any wood type to make a chest.
  • 100's of recipes are included without the tedious tasks of teaching the system.
  • Pretty dang cheap for its capabilities.

Screen Shots:

SpoilerMain screen showing current inventory levels. The status bar on the top indicates we are showing only stored items sorted by count descending.

Searching is done by typing and the results are instantly displayed. Hit [Delete] to clear the search.

When selecting an item and pressing [Enter], the turtle will attempt to craft it if it doesn't exist. It will ask you for how many you would like. It will craft all needed items, so for the pickaxe it would craft sticks if needed and wood planks if needed as well.

Weaknesses:
  • Can't be taught new recipes easily. (Unless you modify the data files.)
  • No IC2 or Forestry recipes yet. (I need a java/forge guru to help.)
  • The interactive sorter can detect full inventories, so items can be dropped on the ground when the turtle unloads.
  • Tool damage values are not implemented yet.
Installation

Create a crafty turtle and an interactive sorter. Set the turtle facing the sorter and place chests around the sorter. Name the turtle then type:


pastebin get XCyjKvzP craft-get
craft-get
craft-get Unleashed_1.1.3


Notes:

I know there's a few issues. Consider this beta.
lordphoenixmh #2
Posted 24 September 2013 - 09:21 AM
I'm a BIG fan of the AE ME systems, but I must say this would be a great early game start before someone can get the ME network going. I'll try this out when I get home. If everything goes well, I'll recommend it to everyone on the servers I play on.
borg286 #3
Posted 21 September 2016 - 11:19 PM
Were you unable to find a file online that you could use to generate your recipe.dat file?