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

Problems with some Applied Energistics items #584

Open
4 tasks done
burdoto opened this issue Feb 14, 2024 · 3 comments
Open
4 tasks done

Problems with some Applied Energistics items #584

burdoto opened this issue Feb 14, 2024 · 3 comments
Labels
item name Cases where item names for the sign could not get generated

Comments

@burdoto
Copy link

burdoto commented Feb 14, 2024

What is happening?

ChestShop does not generate Item Names for only some AE2 items, while some items work fine.
grafik

What did you expect to happen?

ChestShop should find an item name successfully

Plugin Version

3.12.3-SNAPSHOT (build 403)

Plugin Config

config.yml

Server Version

arclight-1.20.1-1.0.4-fd335c1 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)

Server Log

latest.log

What other plugins are you running?

grafik

Agreements

Additional context

I understand there might be limited support for this since mods are active as well; but since a component as rudimentary as name generation seems to be affected, I was hoping to still get some help for this.

Note that some Items also cause this exception, but do not seem to impair plugin functionality.

@Phoenix616
Copy link
Member

Well, those names are simply too complex to generate simple names from. Only vanilla items can be tested with at built so this is unfortunately be bound to happen when adding custom items :/

Not sure if this can be supported automatically, try using the alias config file to manually create short names for those. (You can find the item id in the error message in your log)

@Phoenix616 Phoenix616 added the item name Cases where item names for the sign could not get generated label Feb 14, 2024
@burdoto
Copy link
Author

burdoto commented Feb 14, 2024

I will definetely try that, thanks.
Also since the names are simply very complex, how about allowing some item IDs to be fetched from a "wildcard" name for sell-only shops? In our case, shops are automatically refilled with the correct item either way; and allowing this for certain items would simplify the process.

@Phoenix616
Copy link
Member

Wildcards are unfortunately rather complex to implement with how the plugin was designed see #471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
item name Cases where item names for the sign could not get generated
Projects
None yet
Development

No branches or pull requests

2 participants