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 model data and NBT data for recipes #3

Closed
omgitsKit opened this issue Aug 30, 2023 · 3 comments
Closed

Custom model data and NBT data for recipes #3

omgitsKit opened this issue Aug 30, 2023 · 3 comments

Comments

@omgitsKit
Copy link

Hello!

I would love to be able to have custom items (from itemsadder, for example) in recipes as ingredients and as results. This could be achieved using custom model data from items, like placing "iron_nugget{1001}" in the recipes file or by adding items to the recipe in game through a command, like "/ingredient add (recipe name)" and it would add the item in the hand to the recipe.

@raffel080108
Copy link
Owner

raffel080108 commented Sep 8, 2023

Hi, sorry, I apparently didn't receive a notification from this issue or I just didn't see it...

What you mean is an option to provide a required custom model-data for input or a custom model-data to apply for output items, correct?

As to your second suggestion (I'm interpreting it as that), it would require a lot of manual implementation to make a command like that work. I would basically need to make a whole system to reverse the configuration reading process. I think using the configuration is good enough

@raffel080108
Copy link
Owner

raffel080108 commented Sep 8, 2023

The option to provide custom model-data for an item has been implemented in version 1.3.4

If your feature request was intended differently, please re-open this issue with a comment or open a new issue regarding it

@omgitsKit
Copy link
Author

Hello! Just wanted to thank you for the implementation and I wanted to clarify something too: Theres some issue while trying to add the custom-model-data nbt parameter to ingredientes, but it seems to work flawlessly with the result item. Not sure if i'm doing something wrong, tho. Take a look!
image

@raffel080108 raffel080108 reopened this Dec 12, 2023
Repository owner locked as resolved and limited conversation to collaborators Dec 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants