Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some inventories don't display items at all #6

Open
BlitzOffline opened this issue Dec 23, 2023 · 0 comments
Open

Some inventories don't display items at all #6

BlitzOffline opened this issue Dec 23, 2023 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@BlitzOffline
Copy link
Member

Some inventories (tested with LOOM and ANVIL), Don't display the items they're supposed to.
They do execute the actions and check requirements.

I found a post about this from 1.15.2: https://www.spigotmc.org/threads/set-item-inside-a-loom.445807/
According to it, some inventories that don't store items like furnaces, chests, etc., can't have items inside using just the spigot API. Tho from their testing this also happens with crafting table (Crafting tables work for DeluxeMenus).

I don't really know what we should do. We have a couple options:

  • We remove support for those inventory types completely.
  • We leave them as they are with invisible items but actions still working
  • We use packets and maybe get them to work somehow?

This was my test menu: https://paste.helpch.at/avocumofuh.bash

@Starmism Starmism added the bug Something isn't working label Dec 30, 2023
@BlitzOffline BlitzOffline added the question Further information is requested label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants