Sword compatibility with Inventorio's Toolbelt
SamHammie opened this issue ยท 2 comments
Feature description
I want to have the Tetra swords be able to go into Inventorio's Toolbelt Sword slot. Normally weapons and tools that extend the vanilla classes are able to go in automatically, and thus the other tools, like the hoes, pickaxes, axes, and shovels, all go in just fine.
How it improves the player experience
It'd improve the experience of modpacks that include both mods, though I don't know exactly how common it is for modpacks to include both mods.
Tetra synergies
I feel that this is something that should just work by default, and I can't exactly explain why or how this could synergize. (If this should be a bug report instead, please let me know.)
Additional details
Modpack: Ars Creo-te version 1.2
Mods: Tetra version 5.4.0, Inventorio version 1.9.1
Game: Minecraft version 1.19.2
Loader: Forge version 43.2.21
Hi! Inventorio maintainer here. By default Inventorio's tool belt slots accept items that extend the vanilla items classes (such as SwordItem
), items that can perform a matching action (such as ToolActions.SWORD_SWEEP
), and items that are explicitly added to the corresponding tag (such as #inventorio:swords
). Tetra's pickaxes, axes, shovels, and hoes are already accepted by the matching tool belt slot, only the sword is rejected. So it seems like tetra fails to set the swords to support the SWORD_SWEEP
action.
https://modrinth.com/datapack/tetraxinventorio
There is a 1.19.2 and 1.20.1 datapack so you can use Tetra Swords in the Sword Slot of Inventorio