/ItemNames

Translated items names

Primary LanguageJava

ItemNames

Build status

Translated items names

Reason

Do you need translated item names? Just use this library, I'll update item list when Minecraft gets update. Actually, PL is the only supported language. If you have some time, you can create PR to my github site with your lang 😉

Usage

I don't have maven repo, so you have to clone this project and execute mvn install pom.xml:

<dependency>
    <groupId>pl.kamcio96</groupId>
    <artifactId>ItemNames</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
private static ItemNames names = new ItemNames(ItemNames.PL);

Use just a single instance of the library - creating an object takes some time 😄