#Mod Update "Controllable" to 1.20.4
1 messages · Page 1 of 1 (latest)
which customization options are missing from Controlify for example?
but ok, you're probably not gonna be convinced by me.
Did the original author of controllable ever mention why they won't update to 1.20.4. Did you ask them first?
yes, that's why I said I wasn't gonna be able to convince you
because I can't overcome subjective opinions
fair enough
Mixed input option exists in controlify
And again, about the feel
You can change everything in the config
Yes you can
It's not a completely different mod
You're giving an argument that is invalid because literally every option is configurable
Has the exact same features
There are sensibility options
Which is that thing you call "feel"
That's not true
I use it on my rog ally and i have zero input tag
Yes i have and it's literally the same thing
But controlify has a better radial menu imo
Wait for the owner to update it tbh
That's something you'll have to figure out
Yeah, there are mixins that maybe won't work because the vanilla class has changed and maybe the method or whatever you're trying to modify doesn't exists anymore or has changed so doesn't match
It doesn't work like that most of the time
That's why porting to newer versions can be hell to modders
.
For example
Maybe a class you're mixin was a
main(String string, int input)
But then in a newer version it changed to
main(int input)
Since it isn't the same, the mixin will crash with an unknown exception error
Yeah
This is possible but such a request requires expending time but also knowledge to accomplish
You don't seem to understand
For anyone else but the owner
.
Since you don't know the code as it's not yours etc
Is not about difficulty
I mean, anyone could, but not for free for sure
You're welcome
That's why we are telling you the alternative
See you
You could always diff decompiled versions of 1.20.1 and 1.20.4 using GitCraft: https://github.com/WinPlay02/GitCraft
Generate a repo of decompiled MC. Do not share the generated repo. - WinPlay02/GitCraft
But I would really not recommend a port of Controllable as a first modding project - 1.20.1-1.20.4 changed both keybind and rendering logic, and if you are not comfortable with mixin, would be a difficult task