git404hub

what is aegis-autocraft fr?

egor-oleg/aegis-autocraft — explained in plain English

Analysis updated 2026-05-18

8LuaAudience · generalComplexity · 3/5Setup · hard

tl;dr

An automated crafting system for Minecraft's ComputerCraft mod that learns recipes by watching you craft once, then crafts entire item chains automatically.

vibe map

mindmap
  root((aegis autocraft))
    What it does
      Learns recipes by example
      Automates crafting chains
      Manages storage and fluids
    Tech stack
      Lua
      ComputerCraft
      CC Tweaked
    Use cases
      Deep crafting chains
      Auto stock keep
      Parallel machine groups
    Audience
      Minecraft players
      Modded pack builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automate deep crafting chains in Minecraft by teaching the system a recipe once and letting it repeat it.

VIBE 2

Keep a target stock of crafted items topped up automatically as supplies run low.

VIBE 3

Run multiple independent crafting branches in parallel across different machine groups.

VIBE 4

Back up and restore a recipe library through a private GitHub repository.

what's the stack?

LuaComputerCraftCC:Tweaked

how it stacks up fr

egor-oleg/aegis-autocraftyanllsama/neo-quicksettings-for-koreaderatcold/sota-models
Stars886
LanguageLuaLuaLua
Last pushed2014-11-18
MaintenanceDormant
Setup difficultyhardeasymoderate
Complexity3/52/53/5
Audiencegeneralgeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires specific in-game hardware: advanced computer, large monitor, wired modems, and storage setup before recipes can be taught.

in plain english

This project is an automated crafting system for Minecraft, built for the ComputerCraft and CC:Tweaked mods. It runs on an in-game computer connected to a monitor and a network of storage containers and machines, and it learns how to make an item just by watching you craft it once. After that single demonstration, it can repeat the recipe automatically, including complex modded machine recipes, fluids, and multi-step chains with over a hundred stages. Setting it up requires specific in-game hardware: an advanced computer with a large monitor, wired modems connecting everything into one network, storage containers like vaults or chests, a small staging container used for teaching recipes, and turtles for recipes that need a 3x3 crafting grid. Installation itself is a simple drag and drop of two script files onto the game window, followed by tagging which containers serve which role. To teach a recipe, you place the ingredients into the staging container and scan, and the system records it, including alternate versions of the same recipe with a priority order. Once recipes are known, the system can plan and craft an entire chain of ingredients for a final item, running independent parts of that chain at the same time across different groups of machines. It supports automatically topping up ingredients that run short, keeping a running queue of craft orders, and maintaining a target stock of items by crafting more whenever supplies drop below a threshold. Additional features include rule-based movement of items and fluids between storages, phone notifications when a craft finishes or fails, and the ability to back up and restore your recipe library using a private GitHub repository and access token. The README does not state a license for this project.

prompts (copy fr)

prompt 1
Explain how to set up the monitor and network for this ComputerCraft autocrafting system.
prompt 2
Walk me through teaching a fluid recipe to the crafting system.
prompt 3
Help me configure a KEEP rule to always maintain 200 plates in stock.
prompt 4
Explain how to connect GitHub sync for backing up my recipe library.

Frequently asked questions

what is aegis-autocraft fr?

An automated crafting system for Minecraft's ComputerCraft mod that learns recipes by watching you craft once, then crafts entire item chains automatically.

What language is aegis-autocraft written in?

Mainly Lua. The stack also includes Lua, ComputerCraft, CC:Tweaked.

How hard is aegis-autocraft to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is aegis-autocraft for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.