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
Put the required ingredients for crafting multiple items in the compressor/circuit fabricator i.e. a stack of iron to craft 32 compressed iron.
Find the item you wish to craft in REI and hover over it. You should see the tooltip "Ctrl-Click to Quick Craft".
Pressing control + left click will take the ingredients required to craft a single item and arrange them in the machine according to the recipe.
Pressing control + right click will take the ingredients required to craft as many of the item as possible, but only inserts the ingredients required to craft a single item and the surplus are consumed, whereas for this example there should be 32 iron in the first and second slot of the compressor.
The text was updated successfully, but these errors were encountered:
I think that making sure that CompressorMenu and CircuitFabricatorMenu also extend RecipeBookMenu might be required to fix this, however this might be quite fiddly to do since CompressorMenu and CircuitFabricatorMenu already extend RecipeMachineMenu from MachineLib.
Roelymole
added a commit
to Roelymole/Galacticraft
that referenced
this issue
Jan 29, 2025
…y to match the current Circuit Fabricator/Compressor GUIs (#408)
* chore: updated recipe viewer compatiability to match the current compressor and circuit fabricator GUIs
* chore: set the circuit fabricator/compressor recipes to special to prevent the unknown recipe category messages
* chore: no longer use deprecated REI methods
* chore: add RecipeBookTypes for Circuit Fabricator and Compressor to be used when extending RecipeBookMenu for #405
Version Information
2228bc6
Log or Crash Report
No response
Reproduction steps
Put the required ingredients for crafting multiple items in the compressor/circuit fabricator i.e. a stack of iron to craft 32 compressed iron.
Find the item you wish to craft in REI and hover over it. You should see the tooltip "Ctrl-Click to Quick Craft".
The text was updated successfully, but these errors were encountered: