Started by
Evistix466
on
Topic category: Advanced modding
Hello, sorry to bother. i try to create my own custom keyBind category (completely separate from misc, or other already build keybind categories) but didnt make it. I conclude that it s either :
- i don t change the code at the right place (.jjk instead of .misc)
- I don t lock the code correctly before running the client (which will erase my modification in the process)
- in mc creator 2023.4 it require a lot of code to do what i want
This is my work step to step (and what i want a the end) . https://imgur.com/a/S9CMJ91
Could you help me if you are strong enough ? i appreciate it ;)
Edited by Evistix466 on Fri, 04/05/2024 - 13:38
Its seem custom code is a must for that, i found this which might help me for creating a custom key binds and categories
https://www.youtube.com/watch?v=F5HmNL9fE1E&t=1373s
I just need to implement it in MCreator, i ll let you know if succeed (will take time because i m new to code)
And an other issue is that key binds don t work in multiplayer, so i will need to fix this with with that
https://www.youtube.com/watch?v=KrzsRqxaTug
I ll let you know
If anyone as enough experience with that, i ll gladly take your help :)
After testing, i figured out that its either otpion 1 and 2.
i dont change the name of the key binds category at the good place because the file (.mappings) can not be lock and will always regenerate when runnig the client no matter what / i need to put my custom code in the file (.message)
https://imgur.com/a/k2lopkk
the custom code is in the good file (.mappings) and i definitely can lock this file without bug, i just need to find out how
i ll let you know if there is news
thanks tokeN for the solution ! XD
The related topic :
https://mcreator.net/forum/88700/tutorial-make-keybind-category