EasyChatLib

EasyChatLib

4 Downloads

What does this mod do?

Adds easy ways for modders to send chat messages without having to worry about ITextComonents.

This mod does nothing on its own.

How do i use it?

All you have to do is deobfuscate the jar file, then add it into the libs folder in your mod's root directory and add:

compile fileTree(dir: 'libs', include: ['*.jar'])

inside the dependencies part of your build.gradle file and add

dependencies = "required-after:easychatlib@[v#.#.#,)"

into your @Mod interface in your main mod class, replacing the hashes with the version number.

Make sure to add a link to the mod's GitHub wherever you post your mod.