TeamMetallurgy / Metallurgy4

GNU Lesser General Public License v3.0
29 stars 16 forks source link

Add support for in-game config/Localize config #27

Open Adaptivity opened 10 years ago

Adaptivity commented 10 years ago

In 1.7.10 it is possible to move config in game and make it translatable. Forge already supports it: 1)How .lang file looks: https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/resources/assets/forge/lang/en_US.lang 2) How support was added: https://github.com/MinecraftForge/MinecraftForge/commit/04c2ed554d9f9e22a6fd9a37a150cd48c7292d24 Also, all bspkrs's mods already supports config gui. You can check how it works here: https://github.com/bspkrs?tab=repositories

Glassmaker commented 10 years ago

The in game config is on the Todo list, Although it have a lower priority at the moment.