-
Notifications
You must be signed in to change notification settings - Fork 19
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
[1.16.4] Machine Infuser ONLY accepts Dimensional Shards from RFToolsBase, no other Dimensional Shards #34
Comments
Hmm this is a bit intentional. I don't want anything else to be accepted here. Those other items (whatever they are) are not supposed to be dimensional shards |
What that mod is trying to do is add custom ores, so that it can have ores with the correct stone texture next to any kind of stone. That's the reason why it introduces its own dimensional shard ore and item, intended to be exactly the same as regular shards but self contained in the oregen mod, that's why it'd be nice to have them go in there. I don't see the harm in it? |
I'm going to implement this but on my own tag rftoolsbase:shards as this is a very specific item for RFTools |
Sounds good 👍 will this be for 1.16.5 or just 1.18.2? |
Both |
For instance, shards from Emendatus Enigmatica.
If I understand correctly how 1.16 works, can be solved with adding a tag requirement to the Machine Infuser, rather than only allowing a specific item (aka OreDict).
Pictures:
Emendatus Enigmatica item does not go in:
RFToolsBase item does:
Tags for both items:
The text was updated successfully, but these errors were encountered: