https://github.com/localizedmc/ftbqlocalizationkeys-arch
FTBQLocalizationKeys multi-modloader fork.
https://github.com/localizedmc/ftbqlocalizationkeys-arch
Last synced: 11 months ago
JSON representation
FTBQLocalizationKeys multi-modloader fork.
- Host: GitHub
- URL: https://github.com/localizedmc/ftbqlocalizationkeys-arch
- Owner: LocalizedMC
- License: cc-by-4.0
- Created: 2023-02-16T11:15:55.000Z (almost 3 years ago)
- Default Branch: 1.18.x/dev
- Last Pushed: 2023-11-26T06:04:01.000Z (about 2 years ago)
- Last Synced: 2025-01-20T07:16:02.394Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 316 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# FTBQLocalizationKeys-Arch
[FTBQLocalizationKeys](https://github.com/LocalizedMC/FTBQLocalizationkeys) multi-modloader fork.
Support Forge/Fabric/Quilt.
[ZH-CN](README-ZHCN.md) / EN-US
### How to use ?
- Install FTB Quests and KubeJS
- Run your modpack with **fully written quests**
- Write in chat: `/ftbqkey ` (/ftbqkey zh_cn). Language code affects only file name.
- All files will be in the folder `/ftbqkeys/`
- Move the generated files to the appropriate folders (`kubejs/assets/kubejs/lang` and `config/ftbquests/quests`).
- After generating the language you can delete this mod.
### Precautions
- If you want to add new quests to the already generated keys, don't do it. All subsequent quests and their localization keys will have to be written manually. This mod should only be used when you have finished writing all the text for your quests.
- It is better to add images after generating localization.
- Images do not perform well in the center of the text.
- If a "Format error" error appears at the top of the text, rewrite the text and try not to use any symbols.
- Task backups are generated in the `ftbqkeys` folder.
### This mod code reference/use:
- [LocalizedMC/FTBQLocalizationkeys](https://github.com/LocalizedMC/FTBQLocalizationkeys) (1.16.5~1.19.x) (CC-BY-4.0)
- [Horeak/ftb-quest-lang-generator (FTB Quests: Localization keys)](https://github.com/Horeak/ftb-quest-lang-generator) (Forge 1.18+) (CC-BY-4.0)
- [criscky/ftb-quest-lang-generator](https://github.com/criscky/ftb-quest-lang-generator) (Forge 1.16.5) (CC-BY-4.0)
- [DM-Fabric-Ports/ftb-quest-lang-generator (FTB Quests: Localization Keys Refabricated)](https://github.com/DM-Fabric-Ports/ftb-quest-lang-generator) (Fabric 1.18+) (CC-BY-4.0)