XL Food Mod is a Minecraft mod that adds a bunch new foods and crops to the game!
It is licensed under a GNU General Public License version 3 (GPLv3).
Downloads can be found on Curseforge.
If you have found a bug, have a question or suggestion create an issue and follow the provided guidelines!
en_us.json
is included in this repository and it should be used as a template as it is the only language file that is always up to date.
Files must be encoded as UTF-8.
The language files are located in /src/main/resources/assets/xlfoodmod/lang/
and use the appropriate locale code as name and .json
as extension when creating new translation files.
To create a new translation, copy the contents of en_us.json
, create a new file with appropriate filename, and translate it to your language.
When finished, fork this repository, commit new file and create a new pull request and wait for authors response.