VoltzEngine-Project / Engine

Minecraft modding core lib
Other
13 stars 11 forks source link

Add: lowcase string map #83

Open DarkGuardsman opened 7 years ago

DarkGuardsman commented 7 years ago

Would be useful for registries and caches to automatically lowercase all strings. As well do all checks, hashes, etc with a lower case value. This way its hard to mess up the cache or supporting logic with a mis-cased value.