AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
GNU Lesser General Public License v3.0
50 stars 9 forks source link

BetterEnd Thallasium not showing up as valid Ingot #29

Closed Gamerbolts closed 1 year ago

Gamerbolts commented 1 year ago

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 commented 1 year ago

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

Gamerbolts commented 1 year ago

Hmm I did this but it did not work.

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

LLytho commented 1 year ago

isn't it c:iron_ingots ?

Gamerbolts commented 1 year ago

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! :)