settings = {
name1 = {id1, amount1},
name2 = {id2, amount2},
...
}
Then the program has to determine how much it has to craft, and then do that.I got all that, but I can't get the "craft" function to work. The only documentation is in-game, via a program called "docs".
> openp/docs leftprints all functions
Spoiler
> openp/docs left requestCraftingshows how to use that function, it prints
requestCrafting: Request crafting of a specific item returns: void args: - (table)stack: A table representing the item stackI don't understand any of this, but I tried:
This was my guess:
ae.requestCrafting({id, amount})
but no...https://www.dropbox....estCrafting.PNG
Anyone knows how to use the requestCrafting method?











