Phoenix616 / IDConverter

Converts numeric item IDs to Bukkit Material names (1.13 and legacy) in files (e.g. configs)
https://www.spigotmc.org/resources/id-converter.52099/
GNU General Public License v3.0
12 stars 9 forks source link

Should be toUpperCase #2

Closed Trophonix closed 5 years ago

Trophonix commented 5 years ago

The flatteningType is put into Mapping as uppercase but the getByFlatteningType sets to lower case, resulting in the method not working.

Phoenix616 commented 5 years ago

Yeah you are right, thanks for fixing this!

Trophonix commented 5 years ago

Will the artifact be updated on the maven repo soon? Thanks for being so diligent in seeing and accepting the PR, by the way! 😄 This library is very helpful.