I'm trying to detect the items that get added to the players inventory just after crafting. Maybe I'm missing something but I can't figure out what
commands to use to grab that info. What i'm trying to do is to take the items just after crafting and have it automatically get removed from the player and placed
into a container. That's it. But It's to happen without player interaction so it should work like this:
Player crafts item - (hits the A) to accept
items get added to the player (this is what i need to grab the reference to)
said referenced items then get removed from the player and put into a container. (named - crafted items)
That's pretty much it. Help on this one please?
Edit: Ugh- This is what happens when you post too fast without proofreading. (Topic should say items - not intems) sorry about that.