This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
1.latest/src/main/java/io/github/axolotlclient/util/keybinds
common/src/main/resources/assets/axolotlclient/lang Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3333import net .minecraft .resources .ResourceLocation ;
3434
3535public class KeyBinds {
36- public static KeyMapping .Category CATEGORY_AXOLOTLCLIENT = KeyMapping .Category .register (ResourceLocation .fromNamespaceAndPath (AxolotlClientCommon .MODID , "category.axolotlclient " ));
36+ public static KeyMapping .Category CATEGORY_AXOLOTLCLIENT = KeyMapping .Category .register (ResourceLocation .fromNamespaceAndPath (AxolotlClientCommon .MODID , "title " ));
3737 @ Getter
3838 private final static KeyBinds instance = new KeyBinds ();
3939
Original file line number Diff line number Diff line change 139139 "cardinalcolor" : " Cardinal Direction Color" ,
140140 "cardinalorder" : " Cardinal Order" ,
141141 "category.axolotlclient" : " AxolotlClient" ,
142+ "key.category.axolotlclient.title" : " AxolotlClient" ,
142143 "chathud" : " Chat HUD" ,
143144 "chromaSpeed" : " Chroma Speed" ,
144145 "clear" : " Clear" ,
Original file line number Diff line number Diff line change 139139 "cardinalcolor" : " Couleur Cardinale" ,
140140 "cardinalorder" : " Ordre Cardinal" ,
141141 "category.axolotlclient" : " AxolotlClient" ,
142+ "key.category.axolotlclient.title" : " AxolotlClient" ,
142143 "chathud" : " Tchat HUD" ,
143144 "chromaSpeed" : " Vitesse du Chroma" ,
144145 "clear" : " Effacer" ,
Original file line number Diff line number Diff line change 139139 "cardinalcolor" : " Cardinal Direction Color" ,
140140 "cardinalorder" : " Cardinal Order" ,
141141 "category.axolotlclient" : " AxolotlClient" ,
142+ "key.category.axolotlclient.title" : " AxolotlClient" ,
142143 "chathud" : " Chat HUD" ,
143144 "chromaSpeed" : " Chroma Speed" ,
144145 "clear" : " Limpar" ,
You can’t perform that action at this time.
0 commit comments