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

custom items not working properly #45

Open
cocount57 opened this issue Oct 20, 2024 · 1 comment
Open

custom items not working properly #45

cocount57 opened this issue Oct 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cocount57
Copy link

When i set custom items using lore, they work fine. When i set them using name, it does not work at all.
When i set them using custom model data (that would be the most useful), the plugin can see them, but if i have two items with same material but different CMDs, it seems them all as same item. Like this:
item A - wheat with cmd 001
item B - wheat with cmd 002
Recipe: brew 3 A
The recipe works with A, but it will also work with B

Would be really cool to have ability to add custom items with NBT tags, or to add NBT tags to brews

@szarkans
Copy link
Collaborator

szarkans commented Nov 2, 2024

Kinda same here.

I can brew someDrink with default cod that has no CMD at all.

custom-item
  material: cod
  customModelData:
  - 45
  - 46
  - 47

someDrink:
  ingredients:
    - custom-item/1

@Jsinco Jsinco added the bug Something isn't working label Nov 21, 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
Projects
None yet
Development

No branches or pull requests

3 participants