This commit is contained in:
Crispy 2025-05-27 03:02:53 +02:00
parent 1ff3cea4d6
commit 5422d52065
21 changed files with 21953 additions and 369 deletions

View file

@ -93,6 +93,7 @@ function tryCreating(recipe)
if len(missing_ingredients) == 0 then
work_queue[#work_queue] = nil
turtle.select(1)
--peripheral.call("left","playSound","entity.cat.ambient")
-- todo exclude deploy_tool too and make it get its own tool
if recipe.steps[1].machine ~= "craft" and
recipe.steps[1].machine ~= "alloy"