tr7zw / ItemSwapper

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

[BUG] Objects are not extracted from the shulker box #182

Closed Bastardxs closed 12 months ago

Bastardxs commented 12 months ago

Version information

itemswapper-fabric-0.5.3-mc1.20.2

Other relevant installed mods

No response

Expected Behavior

The item should be swapped to the hotbar

Actual Behavior

The mod menu opens and the related items are shown, but if these are in a shulker box they do not allow them to be extracted

Reproduction Steps

-Press item to be extracted -Nothing happens

Render engine

Additional information

Im playing in singleplayer, It is the only mod installed along with the fabric api and tried to create different worlds and the same thing happens in all of them.

tr7zw commented 12 months ago

Did you maybe turn them off in the config UI/config file?

Bastardxs commented 12 months ago

"configVersion": 1, "showTooltips": true, "toggleMode": false, "showCursor": true, "serverPreventModUsage": false, "editMode": false, "creativeCheatMode": true, "ignoreHotbar": true, "unlockListMouse": false, "disableShulkers": false, "controllerSpeed": 8.0, "mouseSpeed": 1.0, "fallbackInventory": true, "vivecraftCompat": true, "allowWalkingWithUI": true, "startOnItem": false

This is my current config

tr7zw commented 12 months ago

Ah crap, could be that something went wrong due to 1.20.2's message channel changes.