AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
64 stars 12 forks source link

[Bug] BetterNether's iron equivalent "cincinnasite" has incorrect crafting recipies #90

Closed eccodev closed 2 months ago

eccodev commented 2 months ago

Minecraft Version

1.21.1

Mod Version

1.21.1-1.0.0

Describe the bug!

When crafting iron armor such as leggings or boots with iron, the crafting recipe will output the cincinnasite counterpart.

Crash Report

No response

Log

No response

Additions and Modifications

Yes

Additions and Modifications Description

Did the issue happen in singleplayer or on a server?

Singleplayer

rlnt commented 2 months ago

This is not a mod issue or a bug. It's normal behavior because Better Nether and Better End have items they tagged with the iron tag. This is just a configuration problem. To solve that, you can put their items onto the ignore list with something like this: "ignored_items": [".*thallasium.*", ".*cincinnasite.*"]

eccodev commented 2 months ago

Ah, my bad then. Thanks for the help!