* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German transaltion
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add German translation
Add German translation
* Add support for i18n
Add support for i18n, make loading translateable
* Add template for translation
* Add German translation
Add German translation
just use `biome_lib`'s random-choice table feature
(it was only there to let the mod replace junglegrass, but that's pointless
when junglegrass doesn't tend to spawn in the same areas)
idea taken from homedecor_modpack and its homedecor_i18n
all translated mods have a new dependency : plantlife_i18n
translations are stored in po/pot file : one file for all mods
added french translation (almost complete)
transfered de/es/tr/pt translations to corresponding .po file
(only for some mods, unfortunately translations are incomplete)
At the previous rate, it would take almost 27 days for half of the
short grass to convert to regular dirt with grass. And therefore
54 days in total to reach 75% conversion, 81 days for 87.5%, etc.
At the new rate, it should take about 4.5 hours for half of the
short grass to convert back to dirt wit grass.
At the previous rate, it would take almost 2 days and 15 hours of
playing time for half of the reedmace to grow. (and therefore 5 days
and 6 hours for 75% to grow, etc.)
The new rate should require 2.25 hours of playing time for half of
the reedmace to grow.
Fixes a bunch of issues with the sickle:
-sickle didnt care of protection
-sickle removed filled chests (also locked ones)
-when applying to a dirt node thats not "under" a player, the grass got added to the wrong position
-everything that was above a dirt_with_grass node got removed
Now I am proud to announce, that all these issues got resolved.