[Suggestion]: Blacklist the Force Furnace from being sort-able using InvTweaks
Mrbysco opened this issue ยท 0 comments
General Info
- I would like to propose new content
- I would like to propose changes
- I would like to propose another thing
Suggestion Description
I'd like to propose adding the Force Furnace's Container to the containerOverrides
section of the invtweaks-client.toml
Currently using the sort keybind you're able to get the upgrade out of the upgrade slot.
Adding the following should fix the issue:
[[sorting.containerOverrides]]
containerClass = "com.mrbysco.forcecraft.container.furnace.ForceFurnaceContainer"
sortRange = ""
I've already made a PR to Inventory Tweaks Renewed which would add it to their default list but that won't update existing configs as far as I know.