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
A turtle addon (that fits into the slot) that accepts an array of items & counts (script can pick if user's inv should also be valid inputs) and an array of recipe types, and lets the user's JEI know this. auto-insertion will be unlocked depending on this, and will be inserted into the first 3x3 slots, OR an event, depending on the config
Describe alternatives you've considered if any
dying
Additional context
{
["available"] = {
["minecraft:stick"] =20, -- 20 sticks can be used for crafting
},
["recipeTypes"] = {
"minecraft:smelting"
},
["acceptInventoryItems"] =true,
["insertInto"] ="event", -- could be used to pull resources from the system
}
Linked Issues
No response
The text was updated successfully, but these errors were encountered:
Describe your idea
A turtle addon (that fits into the slot) that accepts an array of items & counts (script can pick if user's inv should also be valid inputs) and an array of recipe types, and lets the user's JEI know this. auto-insertion will be unlocked depending on this, and will be inserted into the first 3x3 slots, OR an event, depending on the config
Describe alternatives you've considered if any
dying
Additional context
Linked Issues
No response
The text was updated successfully, but these errors were encountered: