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

[Bug]: Tools missing essential item tags that prevent them from working properly #5098

Closed
2 tasks done
ffuentesm opened this issue Jan 19, 2024 · 1 comment
Closed
2 tasks done

Comments

@ffuentesm
Copy link

ffuentesm commented Jan 19, 2024

What happened?

All the tools are missing the new items tags used in the game, all tools only have the forge:tools tag. But by 1.20.x a lot of new tags were added to the game to the game.

For example, an iron Pick has:
#minecraft:tools
#minecraft:breaks_decorated_pots
#forge:tools/iron
#minecraft:cluster_max_harvestables
#forge:tools
#minecraft:pickaxes
#forge:tools/pickaxes
#forge:pickaxes

Using a Copper pick or other tools in the mod, they are TOO SLOW, slower than a stone tool.
https://github.com/AlexModGuy/Ice_and_Fire/assets/44974827/dee868b6-3173-4a06-932e-66fb9ca319b4

As you can see, they have the amethyst harvest tag missing, as well as the pickaxe tag, the way things are now the pickaxes are treated as non efficient tools to break blocks.

A diamond axe has the tags:
#forge:tools/axes
#minecraft:breaks_decorated_pots
#forge:tools/diamond
#forge:tools/metal/axes
#minecraft:axes
#minecraft:tools
#forge:axes
#forge:tools

Also tridents has tags now too
#forge:tools
#minecraft:tools
#forge:tools/tridents
#minecraft:breaks_decorated_pots

Minecraft Version

1.20.1

Ice and Fire version

2.1.13-1.20.1-beta-2

Citadel version

citadel 2.4.9

Relevant log output

No response

Other Information

  • I am using other mods besides Ice and Fire
  • I have attached a log file from the session that I have experienced this issue
@SiverDX
Copy link
Contributor

SiverDX commented Jan 23, 2024

Confirmed in 1.19.2, issue makes our modpack unplayable atm.

those tags don't even exist in 1.19.2
tools have no issues in that version, see https://github.com/AlexModGuy/Ice_and_Fire/tree/1.19.2/src/generated/resources/data/forge/tags/items/tools

@TheBv TheBv closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2024
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