lilgallon / Bettercolors

⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Apache License 2.0
39 stars 2 forks source link

Forge 1.16.4 Not Working #86

Closed genericgithubaccount1 closed 3 years ago

genericgithubaccount1 commented 3 years ago

I'm using forge 1.16.4. I've pressed INSERT, yet the menu won't open and my character continually shifts up and down. I don't know what I'm doing wrong, I would be grateful if you told me how to fix this. Thanks!

lilgallon commented 3 years ago

my character continually shifts up and down

On fresh installations, it sounds like speed bridging is enabled by default. I'll fix that asap.

I've pressed INSERT, yet the menu won't open

It works well for me. If it's not the first time that you use Bettercolors, check the config file at your_minecraft_dir/config/bc_default.properties, and check the value of "toggle_key" it should be set at 260 (which is the INSERT key). If you want to change the key manually, here is a link with all the keys available: https://www.glfw.org/docs/3.3/group__keys.html

Otherwise, if you want Bettercolors to open the GUI by default, change debug=false to debug=true in bc_default.properties. You will be able to change the toggle key in the GUI (in keybinds -> GUI toggle key). Once that you set a key, you can set debug to false.

genericgithubaccount1 commented 3 years ago

yup, worked fine. just didnt expect the mod to be 'external' if that makes sense. would be cool to see the triggerbot work a bit better with 1.9 pvp and maybe the ability to bind modules to mouse buttons. other than that, rlly solid mod

lilgallon commented 3 years ago

it's nice to hear

would be cool to see the triggerbot work a bit better with 1.9 pvp

I don't think that I'll port the mod to 1.9 because a lot of things changed. But who knows, I may port it at some point :p

maybe the ability to bind modules to mouse buttons

that's a nice idea!