Append values to a list by crafting
7eggert opened this issue · 4 comments
Issue type:
- ➕ Feature request
Short description:
When creating or appending to lists, it would be good to be able to put on a crafting grid:
a) two or more item variable cards
b) a list variable card plus a (number of) item variable card(s)
c) Two list variable cards
Optionally add an empty variable card; then this card will be used for crafting.
The crafting result will be
a) A list of two or more items; the topmost leftmost card will be used (if there is no empty card on the table)
b) The list card will now also contain the items
c) All lists will be concatenated; the topmost leftmost card will be used (if there is no empty card on the table)
PS: Maybe this should also work by putting other items onto the table. E.g. not put a variable card "stone" onto the table but a stack of stones.
While this would be possible, it doesn't really fit into the vision of this mod.
This would be something for the Logic Programmer (for which enhancements are definitely possible).