BetterEnd

BetterEnd

27M Downloads

[Bug] Anything crafted with iron automatically defaults to making thallasium items instead.

MsVella opened this issue ยท 1 comments

commented

What happened?

Items crafted with iron seem to default to crafting thallasium items instead (except tools).

BetterEnd

4.0.11

BCLib

3.0.14

Fabric API

N/A / Forgified Fabric 0.92.2

Fabric Loader

N/A / Forge 47.3.5

Minecraft

1.20.1

Relevant log output

Other variants of the items are available with polymorph, but this could cause issues with Create.

Other Mods

No response

commented

if using almost unified you need to switch its unify.json
"ignoredTags": [
"c:iron_ingots",
"balm:iron_ingots"
],
"ignoredItems": [
"betterend:thallasium_ingot",
"betternether:cincinnasite_ingot"
],