Closed phans11 closed 1 month ago
when clicking on an item the correct material, slot and ClickType is getting fetched, but no action will be performed:
Example Output: ITEM: RED_BED; SLOT: 54; CLICKTYPE: LEFT_CLICK Action for item or slot not found - ERROR: 100
Error description: 1 - MenuHandler 0 - Not found
Fixed the issue with version v0.4.9.8:
Solution: Created and checked for InventoryHolder. Clicks can now be directly checked for the correct inventory.
when clicking on an item the correct material, slot and ClickType is getting fetched, but no action will be performed:
Example Output: ITEM: RED_BED; SLOT: 54; CLICKTYPE: LEFT_CLICK Action for item or slot not found - ERROR: 100
Error description: 1 - MenuHandler 0 - Not found