Applied-Energistics-2-tiler.../src
thatsIch 322b296639 Fixes #1786: Locale critical code now uses the english local for transmission. Fixes Turkish Problem.
Applied English Locale where localization is not expected as in internal recipe handling and IMC handling, basically which interacts with public API where we either require to enforce the incoming text with regex ([a-z0-9]) or just expect proper usage of the API, but with just using upper cases in recipe files it would break in Turkish Locale like

ALIAS

another option would have been to use `equalsIgnoreCase` in some cases, but not all applicable
2015-08-10 13:34:31 +02:00
..
api/java/appeng/api Fixes #1786: Locale critical code now uses the english local for transmission. Fixes Turkish Problem. 2015-08-10 13:34:31 +02:00
main Fixes #1786: Locale critical code now uses the english local for transmission. Fixes Turkish Problem. 2015-08-10 13:34:31 +02:00
test Improves the message generated when generating the folder for the compass data. 2015-06-13 16:05:59 +02:00