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

BetterEnd Thallasium not showing up as valid Ingot #29

Closed
Gamerbolts opened this issue Dec 10, 2022 · 4 comments
Closed

BetterEnd Thallasium not showing up as valid Ingot #29

Gamerbolts opened this issue Dec 10, 2022 · 4 comments

Comments

@Gamerbolts
Copy link

Version

2.1.2

Describe the bug!

I am creating a modpack and while going through and testing I found that Almost Unified is making the Thallasium from BetterENnd not show up in REI or allow anything crafted with that ingot to work. Other ingots work and show up from betterend. This is my config file.

https://pastebin.com/EynNUzXm

Crash Report

No response

Log

https://gist.github.com/Gamerbolts/129178e3519a2fa5afc15587e8370084

Additional Context

Yes

Modifications

It is in my modpack

Did the issue happen in singleplayer or on a server?

Singleplayer

@LLytho
Copy link
Member

LLytho commented Dec 10, 2022

Try to put the iron tag into ignoredTags. Iirc Thallasium is just some iron type they use for recipes.

@Gamerbolts
Copy link
Author

Hmm I did this but it did not work.

"ignoredTags": [
"c:ingots/iron"
],

@LLytho
Copy link
Member

LLytho commented Dec 10, 2022

isn't it c:iron_ingots ?

@Gamerbolts
Copy link
Author

oh that may be it, I wasn't sure of fabrics tags. I did however fix it with this

"ignoredItems": [
"betterend:thallasium_ingot"
],

Thanks for the help! :)

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

No branches or pull requests

3 participants