Minecraft Questing Mod Localizer is a web application that helps you to localize quest files of Minecraft questing mods. You can convert quest files to localizable format, translate quest files to other languages, and apply the translated quest files to the modpack. This application supports FTB Quests and Better Questing.
- Python 3.10 is required
- Clone the repo:
$ git clone https://github.com/peunsu/mc-questing-mod-localizer- Change directory:
$ cd mc-questing-mod-localizer- Create the virtual environment (optional):
$ python -m venv venv
$ source venv/bin/activate- Install requirements:
$ pip install -r requirements.txt- Run the application:
$ streamlit run app.py- streamlit: A tool to build and share the web application with Python.
- googletrans: Google translate API for Python.
- deepl-python: DeepL API client for Python.
- langchain: A framework for developing applications powered by language models.
- ftb-snbt-lib: Python library to parse, edit, and save FTB snbt tag.