#place block keybind keeps resetting on restart
9 messages · Page 1 of 1 (latest)
is this... a mod dev question?
wrong place, this forum is for mod developers. if you're a player use #player-support
an issue like yours is hard to diagnose. i suggest doing a binary search since it sounds like a mod is overriding your keybind
!!binarysearch
A binary search can be used to quickly find a specific mod causing trouble, which can be especially useful when logs don't give a conclusive answer to your issue.
Start by removing or disabling half of your mods, then test if the problem still occurs. If it does, remove half of the remaining mods and test again. If it doesn't, add back half of the mods you just removed.
Keep in mind you don't have to stick strictly to halves each time, and may have to enable some library mods like Fabric API out of order.
By repeating this on an increasingly smaller set of mods, you'll find the problematic mod within a few iterations.
it is probably a mod overriding that one keybind. but wouldn't an easier solution be to have a command run when the game starts to fix that