#Mod Update "Controllable" to 1.20.4

1 messages · Page 1 of 1 (latest)

sudden galleon
#

what are the reasons you need controllable specifically?

sudden galleon
#

which customization options are missing from Controlify for example?

CurseForge

Adds controller support to Minecraft!
755.1K Downloads | Mods

sudden galleon
#

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

olive sorrel
#

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

olive sorrel
#

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

olive sorrel
#

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

spice tusk
#

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