tr7zw / ItemSwapper

Tweaks to the inventory system based on Xisumavoid's video.
Other
98 stars 27 forks source link

[BUG] Enderite Tools not working #194

Closed TheLittleBoat1401 closed 5 months ago

TheLittleBoat1401 commented 5 months ago

Version information

itemswapper-fabric-0.5.5-mc1.20.2

Other relevant installed mods

enderitemod-1.5.1-1.20.2

Expected Behavior

When using the hotkey while holding an Enderite Tool, the other tools should show up letting you swap tools (as it happens with vanilla tools)

Actual Behavior

When using the hotkey while holding the tool, the inventory shows up, meaning it doesn't recognize the tool palette.

Reproduction Steps

  1. Equip an Enderite Tool in your hotbar
  2. Have other tools in your inventory
  3. Try swapping the tool

Render engine

Additional information

I saw in videos that there is supposed to be an "Edit Mode", but I don't see it in the settings of the mod to try and add the tools to the palette myself

tr7zw commented 5 months ago

You need to make a resource pack for modded items to work. The base mod only contains Vanilla stuff. Check the documentation in the repo for info.

TheLittleBoat1401 commented 5 months ago

Sorry for my misinformation, what is repo?

tr7zw commented 5 months ago

This very thing you opened the issue on^^. The documentation is here: https://github.com/tr7zw/ItemSwapper/tree/1.20.4/docs but it assumes you know the basics of making a resource pack. Another option is look at the "experimental features" addon resource pack that adds the 1.20.5 experimental items: https://github.com/tr7zw/ItemSwapper/tree/1.20.4/Shared/src/main/resources/resourcepacks/experimental_addon .

TheLittleBoat1401 commented 5 months ago

Thank you!