arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
348 stars 94 forks source link

Inventory Management #55

Closed kgsensei closed 3 years ago

kgsensei commented 3 years ago

Is there a way to access item data inside a players inventory? For example: {Items:[dirt:64]}. I'm not trying to see other players inventories just my own. If not is there a way I could code it in?

kgsensei commented 3 years ago

No longer relevant.

smokeytube commented 3 years ago

Did you figure this out? Id like to know how you did it.

kgsensei commented 3 years ago

No unfortunately I never found a way to do that.

Juloup78 commented 2 years ago

I think think you could use pyautogui to open the inventory and check for image that correspond to items

smokeytube commented 2 years ago

that would be quite a crappy way of doing it, it's slow and if you are using texture packs then it's useless.