2014-04-01 22:11:52 +02:00
package com.pahimar.ee3.reference ;
2014-07-18 21:55:10 +02:00
public final class Messages
2014-04-01 22:11:52 +02:00
{
public static final String UPGRADES_CHESTS = " tooltip.ee3:upgradesPrefix " ;
2014-07-15 18:24:18 +02:00
public static final String NO_OWNER = " tooltip.ee3:none " ;
2014-06-22 20:12:47 +02:00
/* Fingerprint check related constants */
public static final String NO_FINGERPRINT_MESSAGE = " The copy of Equivalent Exchange 3 that you are running is a development version of the mod, and as such may be unstable and/or incomplete. " ;
public static final String INVALID_FINGERPRINT_MESSAGE = " The copy of Equivalent Exchange 3 that you are running has been modified from the original, and unpredictable things may happen. Please consider re-downloading the original version of the mod. " ;
2014-07-18 21:55:10 +02:00
public static final class Configuration
{
public static final String CATEGORY_TRANSMUTATION = " general.transmutation " ;
2014-07-20 00:15:40 +02:00
2014-07-18 21:55:10 +02:00
public static final String TRANSMUTATION_KNOWLEDGE_MODE = " knowledgeMode " ;
2014-07-20 00:15:40 +02:00
public static final String TRANSMUTATION_KNOWLEDGE_MODE_LABEL = " general.transmutation.knowledge.mode.label " ;
public static final String TRANSMUTATION_KNOWLEDGE_MODE_COMMENT = " general.transmutation.knowledge.mode.comment " ;
2014-07-18 21:55:10 +02:00
2014-07-20 00:15:40 +02:00
public static final String TRANSMUTATION_KNOWLEDGE_TEMPLATE = " useTemplateFile " ;
public static final String TRANSMUTATION_KNOWLEDGE_TEMPLATE_LABEL = " general.transmutation.knowledge.template.label " ;
public static final String TRANSMUTATION_KNOWLEDGE_TEMPLATE_COMMENT = " general.transmutation.knowledge.template.comment " ;
2014-07-18 21:55:10 +02:00
}
2014-04-01 22:11:52 +02:00
}