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
There should be a List item in which we can add crafting recipes and also amount of each item that is added. Like if I want to craft 48 SPS Casing(Mekanism mod) and 8 SPS Port(Mekanism Mod) then just put the item and name the list and number of it in the list and then add the list to a station that stores the lists and when the list is clicked it will showcase the to craft menu and when pressed start crafting it will craft all the contents in the list.
I know this might be a little complex to code but it would be helpful if someone wants to make some Multiblocks more than one time.
The text was updated successfully, but these errors were encountered:
If you do implement this, you can have an online library of the recipe lists for multiblocks for well known mods and the player can access the lists from the list grid.
Since RS2 autocrafting won't be available before minecraft 1.20 (most probably), maybe there could be a bundle pattern which like a Bucket pattern #168 will take a vanilla 1.20 Bundle and fill it with the requested items
The limit of 64 items seems good for most use cases
We can then hope that mods adding backpack make them work as bundle or for a big bundle mod (which I'm sure will exist) to allow bigger auto bundle
There should be a List item in which we can add crafting recipes and also amount of each item that is added. Like if I want to craft 48 SPS Casing(Mekanism mod) and 8 SPS Port(Mekanism Mod) then just put the item and name the list and number of it in the list and then add the list to a station that stores the lists and when the list is clicked it will showcase the to craft menu and when pressed start crafting it will craft all the contents in the list.
I know this might be a little complex to code but it would be helpful if someone wants to make some Multiblocks more than one time.
The text was updated successfully, but these errors were encountered: