Once a slot is set, how do I change it?
fuzzyweapon opened this issue ยท 3 comments
It's unclear to me how I can modify pieces of the wheel that have already been set. D:
Go to C:\Users\YOUR USERNAME\AppData\Roaming.minecraft\config
in the minemenu-common.toml (open with a text editor) you can change the option "rightClickToEdit" to true.
or just change the whole file to this:
[general]
toggle = false
rightClickToEdit = true
releaseToSelect = false
menuAnimation = true
menuButtonIcon = "minecraft:stone"
[visual]
[visual.menu]
#Range: 0 ~ 255
alpha = 153
#Range: 0 ~ 255
red = 0
#Range: 0 ~ 255
green = 0
#Range: 0 ~ 255
blue = 0
[visual.select]
#Range: 0 ~ 255
alpha = 153
#Range: 0 ~ 255
red = 255
#Range: 0 ~ 255
green = 0
#Range: 0 ~ 255
blue = 0