OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

[Question] appeng.requestCrafting(stack) #194

Closed monkeyfish99 closed 10 years ago

monkeyfish99 commented 10 years ago

What do you put in "stack"? I was told it was "{ID,meta,count}," but I keep on getting: MCCraft:19: Failed to convert arg 'stack' value '{1.0=463, 2.0=3, 3.0=1})' to 'ItemStack' as an error message. The numbers (463, 3, and 1) are correct.

theoriginalbit commented 10 years ago

Firstly, a question should not be an issue, ask someone in IRC.

Secondly, as I told you in IRC it is

{id=463, dmg=3, qty=1}
monkeyfish99 commented 10 years ago

Sorry about that. #OpenMods was dead, and I forgot what the keys were. That's why I tried to tag it was "question"