You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: