Minor tweaks
This commit is contained in:
parent
475e6c2437
commit
b84144d3aa
18 changed files with 50 additions and 37 deletions
|
@ -7,14 +7,12 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
public class Constants {
|
||||
|
||||
public static final String MOD_ID;
|
||||
public static final String MOD_NAME;
|
||||
public static final String MOD_ID = "tardim_ic";
|
||||
public static final String MOD_NAME = "TARDIM: In Control";
|
||||
public static final Logger LOG;
|
||||
public static final Gson GSON;
|
||||
|
||||
static {
|
||||
MOD_ID = "tardim_ic";
|
||||
MOD_NAME = "TARDIM: In Control";
|
||||
LOG = LoggerFactory.getLogger(MOD_NAME);
|
||||
GSON = (new GsonBuilder()).setPrettyPrinting().create();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue