Awesome
mInetiface config editor
mInetiface config editor is a Tauri application designed to help you configure and download the mInetiface mod. This repository contains the code for the configuration tool.
Features
- User-friendly interface to download and configure the mInetiface mod.
- Shortcut to show the config editor in-game (for fullscreen it only works in borderless).
Installation
Windows
- Go to the latest release page.
- Download the file
minetiface_{version}_x64-setup.nsis.zip
. - Extract the downloaded ZIP file.
- Run the
minetiface_{version}_x64-setup.exe
file to start the installation process. - Follow the on-screen instructions to complete the installation.
Linux
- Go to the latest release page.
- Download the file `minetiface_{version}_amd64.AppImage.tar.gz.
- Extract the downloaded TAR.GZ file:
tar -xvzf minetiface_{version}_amd64.AppImage.tar.gz
- Make the AppImage file executable:
chmod +x minetiface_{version}.AppImage
- Run the AppImage file to start the application:
./minetiface_{version}.AppImage
Contributing
If you have suggestions for improvements, feel free to open an issue or submit a pull request.