summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/lib/Reference.java
blob: 38d22f66cd33b7b5d951f6e0006a3efbf0662412 (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.2.0";
    public static final String PACKET_CHANNEL = "Jewelrycraft";
}