Fix unified ATM10 brass ingot ID

This commit is contained in:
2026-07-19 00:57:47 +02:00
parent 1480119c8e
commit 49e4363cd9
+3 -3
View File
@@ -1,7 +1,7 @@
-- ATM10 Create factory scheduler V1 -- ATM10 Create factory scheduler V1
-- Persistent jobs, dependency planning, progress-aware retries and diagnostics. -- Persistent jobs, dependency planning, progress-aware retries and diagnostics.
local VERSION = "1.4.0" local VERSION = "1.4.1"
local REFRESH_SECONDS = 1 local REFRESH_SECONDS = 1
local CONFIRM_SECONDS = 6 local CONFIRM_SECONDS = 6
local DRAIN_SECONDS = 60 local DRAIN_SECONDS = 60
@@ -86,7 +86,7 @@ local RECIPES = {
label = "64 BRASS CASINGS", station = "casing", address = "casing", label = "64 BRASS CASINGS", station = "casing", address = "casing",
inputs = { inputs = {
{ item = "minecraft:stripped_oak_log", count = 64 }, { item = "minecraft:stripped_oak_log", count = 64 },
{ item = "create:brass_ingot", count = 64 }, { item = "alltheores:brass_ingot", count = 64 },
}, },
output = "create:brass_casing", outputCount = 64, targetCount = 64, output = "create:brass_casing", outputCount = 64, targetCount = 64,
}, },
@@ -120,7 +120,7 @@ local RECIPES = {
}, },
press_brass = { press_brass = {
label = "64 BRASS PLATES", stations = { "presse:1", "presse:2", "presse:3", "presse:4", "presse:5", "presse:6" }, label = "64 BRASS PLATES", stations = { "presse:1", "presse:2", "presse:3", "presse:4", "presse:5", "presse:6" },
input = "create:brass_ingot", inputCount = 64, input = "alltheores:brass_ingot", inputCount = 64,
output = "alltheores:brass_plate", outputCount = 64, targetCount = 64, output = "alltheores:brass_plate", outputCount = 64, targetCount = 64,
}, },
press_zinc = { press_zinc = {