dexman545 / Fabric-Autoswitch

Automagical switching of tools to the best one for the job, for Minecraft
https://www.curseforge.com/minecraft/mc-mods/fabric-autoswitch
GNU Lesser General Public License v3.0
24 stars 6 forks source link

Editing #54

Closed anthonyk09 closed 1 year ago

anthonyk09 commented 1 year ago

Hello, I'm just curious on how exactly I edit the tool use files. I just want to edit what tool I use for breaking glass and I keep reading through the github, yet I can't find it. Is there a short tutorial you can post so I know what to do? Thanks!

dexman545 commented 1 year ago

https://github.com/dexman545/Fabric-Autoswitch/wiki/Config-Details#configuration

anthonyk09 commented 1 year ago

Am I editing the tool selections through the /autoswitch in game command or the .cfg files, and if so, how do I access those files as they don't show up as .cfg files for me, but rather .class files.

dexman545 commented 1 year ago

The config files are in the config folder in your minecraft folder. The ingame commands are only for the features

anthonyk09 commented 1 year ago

Gotcha, I just couldn't find them. Thank you!

anthonyk09 commented 1 year ago

Actually one last question, if possible could I get an example how to add in something like warped/crimson nylium? I tried copying from the link you posted, but it keeps crashing.

dexman545 commented 1 year ago

minecraft!crimson_nylium = pickaxe

anthonyk09 commented 1 year ago

Awesome, thank you!