betterwithaddons.lib.Reference.MOD_NAME

Here are the examples of the java api betterwithaddons.lib.Reference.MOD_NAME taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : TransmutationRecipeCategory.java
with MIT License
from DaedalusGame

@Override
public String getModName() {
    return Reference.MOD_NAME;
}