You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: after a bit of testing I found the reason for this not working, the patterns were not set correctly
First of all, i'm not sure if this is already in the mod (using AE2 15.3.3 in the Star Technology modpack for minecraft 1.20.1)
As the title says, some modpacks have recipes to loop a certain material along with some extra resources to get the first material in another form along with a third material (the main result in this case)
In this example the inputs are plutonium ingots, uranium dust and gaseous air, the main output of the recipe would be the radon gas (pink liquid) and secondary output would be plutonium dust, which can then be smelted back into ingots.
I am aware of the problems of recursive recipes that are A+B = 2A, but as this is to make an entirely different product (A+B = C+A, where C is the main product), would it be possible to implement?
As it is now, whenever I try to ask the system to make more than whatever the current amount of the base material is in the system it just tells me it doesn't have the materials
The main reason for this issue post is because the description of secondary outputs makes one think these outputs can also be used for this situation
The text was updated successfully, but these errors were encountered:
Edit: after a bit of testing I found the reason for this not working, the patterns were not set correctly
First of all, i'm not sure if this is already in the mod (using AE2 15.3.3 in the Star Technology modpack for minecraft 1.20.1)
As the title says, some modpacks have recipes to loop a certain material along with some extra resources to get the first material in another form along with a third material (the main result in this case)
In this example the inputs are plutonium ingots, uranium dust and gaseous air, the main output of the recipe would be the radon gas (pink liquid) and secondary output would be plutonium dust, which can then be smelted back into ingots.
I am aware of the problems of recursive recipes that are
A+B = 2A
, but as this is to make an entirely different product (A+B = C+A
, where C is the main product), would it be possible to implement?As it is now, whenever I try to ask the system to make more than whatever the current amount of the base material is in the system it just tells me it doesn't have the materials
The main reason for this issue post is because the description of secondary outputs makes one think these outputs can also be used for this situation
The text was updated successfully, but these errors were encountered: