summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/lib/Reference.java
blob: 4514e5cfe73023b0ee0dc5390851df14215106f0 (plain)
1
2
3
4
5
6
7
8
9
package darkknight.jewelrycraft.lib;

public class Reference
{
    public static final String MODID          = "Jewelrycraft";
    public static final String MODNAME        = "Jewelrycraft";
    public static final String VERSION        = "1.0.0";
    public static final String PACKET_CHANNEL = "Jewelrycraft";
}