![Easy Shulker Boxes [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/852/497/256/256/638255409112395092.png)
[Crash]: mod crashes the game when i try to start it up
Closed this issue ยท 6 comments
Mod Loader (Required)
Fabric
Minecraft Version(s) (Required)
1.21.8
Mod Version(s) (Required)
v21.8.2
Notes (Required)
From what I remember, I was ingame, in the mod menu config screen for easy shulker boxes, I edited one of the options (I'm not sure what it was called again, but I changed it to shift, I think it was itemtooltip) because it was showing the inventory of the shulker box while it was inside the enderchest, and I didn't want it to show all the time.
Then it crashed my game, the same happens when I try to launch the game (ditto for your metal bundles mod)
Crash Report (Required)
https://gist.github.com/wikkoperry-sudo/2aaa126e98fb4b03a178375b99491b2c
latest.log (Optional)
https://gist.github.com/wikkoperry-sudo/c74dccd1e0e658f769ff39ab2ccc79e9
Any updates on this? I've had the same problem and I can't seem to get it working
Im sorry, where do I find the file? im looking through the Iteminteractions 'mod' file, but I can't find much that matches
as requested (.toml is not supported so i had to improvise)
file:///C:/Users/Gebruiker/AppData/Roaming/.minecraft/config/iteminteractions-client.toml
#Show a tooltip for the item currently selected in a container item's tooltip next to the main tooltip.
#Select a modifier key required to be held, otherwise selecting "KEY" serves as a toggle. The key is defined in vanilla's controls menu.
#Default Value: ALWAYS
#Allowed Values: KEY, ALWAYS, SHIFT, CONTROL, ALT
selected_item_tooltips = "ALWAYS"
#Invert scroll wheel direction for extracting / inserting items from a container item in precision mode.
#Default Value: false
invert_precision_mode_scrolling = false
#Color item inventories on tooltips according to the container item's color.
#Default Value: true
colorful_tooltips = true
#Select a modifier key required to be held to use precision mode.
#In precision mode left-clicking inserts an item, and right-clicking extracts a single item, overriding vanilla mouse interactions. The scroll wheel can also be used for quickly moving items.
#Default Value: CONTROL
#Allowed Values: SHIFT, CONTROL, ALT
precision_mode = "CONTROL"
#Expand container item tooltips to reveal their contents.
#Select a modifier key required to be held, otherwise selecting "KEY" serves as a toggle. The key is defined in vanilla's controls menu.
#Default Value: ALWAYS
#Allowed Values: KEY, ALWAYS, SHIFT, CONTROL, ALT
reveal_contents = "shift"
#Show an indicator on container items when the stack carried by the cursor can be added in your inventory.
#Default Value: true
container_item_indicator = true
#Always show item tooltips while interacting with container items, even when the cursor is currently carrying an item.
#Select a modifier key required to be held, otherwise selecting "KEY" serves as a toggle. The key is defined in vanilla's controls menu.
#Default Value: ALT
#Allowed Values: KEY, ALWAYS, SHIFT, CONTROL, ALT
carried_item_tooltips = "ALT"
#Disable sounds from inserting and extracting items from playing, as they trigger quite often with all the new interactions.
#Default Value: true
disable_interaction_sounds = true
#Render a white overlay or the hotbar selected item frame over the slot the next item will be taken out of when right-clicking the container item.
#Default Value: HOVER
#Allowed Values: HOTBAR, HOVER
slot_overlay = "HOVER"
I want to say i have solved this, my original suspicion was that i used non capital letters to write 'SHIFT' but i didn't know where to change it. I changed it to use capital letters and it launched properly. I'm going to close this issue now i guess thanks for the file lol