mInetiface config editor

January 25, 2026 ยท View on GitHub

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.

GUI screenshot

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

  1. Go to the latest release page.
  2. Download the file minetiface_{version}_x64-setup.nsis.zip.
  3. Extract the downloaded ZIP file.
  4. Run the minetiface_{version}_x64-setup.exe file to start the installation process.
  5. Follow the on-screen instructions to complete the installation.

Linux

  1. Go to the latest release page.
  2. Download the file `minetiface_{version}_amd64.AppImage.tar.gz.
  3. Extract the downloaded TAR.GZ file:
    tar -xvzf minetiface_{version}_amd64.AppImage.tar.gz
    
  4. Make the AppImage file executable:
    chmod +x minetiface_{version}.AppImage
    
  5. 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.