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

Add new aspects to World Item Importer so that it can read the NBT data of the item entity itself rather than that of the item #304

Open
AlisonHuang777 opened this issue Oct 23, 2024 · 1 comment

Comments

@AlisonHuang777
Copy link

Issue type:

  • ➕ Feature request

Short description:

As the title suggested. The main reason I want this feature is that, for example, Create's Bulk Processing recipes involves dropping item in front of the fan, and when doing so, CreateData.Processing will be added to ForgeData which only presents in the item entity. Making use of this feature, one can make the Importer pick up item entities that matches the predicate .ForgeData.CreateData.Processing.Time == -1 which indicates that the item has finished processing. Apart from this example, one can also utilize the vanilla tags to achieve various applications.

@rubensworks
Copy link
Member

Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Options
Development

No branches or pull requests

2 participants