correct, there are two ways to create cricuit1
- Handcrafting: quite cheap on resources, should be the interim solution until you automate circuit1 production. it is required to use this receipt as circuit1 is required a lot until you automate circuit1. this cannot be used in any assembler (to force to switch to regular production)
- 'Regular' (pyHT) receipt: it is possible (and intended) to automate the chain to supply your base with circiut1
i think (at least on py suite without AL) this is the only receipt that is forced to be used as handcrafting - i like the no handcraft mod (with 1assembler + 1solar panel + 1 power pole i think) but this is not possible to use with py because of circ1
as you said you use a selfmade mod - i am quite sure you can exclude this receipt from your change to disable handcrafting
Code: Select all
RECIPE {
type = 'recipe',
name = 'electronic-circuit-initial',
category = 'handcrafting',
enabled = true,
ur code might look something like
Code: Select all
for name, recipe in pairs(data.raw["recipe"]) do
if data.raw["recipe"][name].category == nil or data.raw["recipe"][name].category == "crafting" then
data.raw["recipe"][name].category = "advanced-crafting"
end
end
i 'think' this code would actually work for you as 'handcrafting' and 'crafting' or nil is not the same
in this case you would need to force yourself to not use this receipt any more as soon as you have circ1 automation possible
nevertheless.. this is
pure challange if you remove handcrafting.. some might say, even more than AL