diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-03-13 08:15:33 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-03-13 08:15:33 -0500 |
| commit | afb474545246da88084a43cae31259c33e63a8d1 (patch) | |
| tree | df0e220a3568546b7c64bf56e00c8d6af24fed64 /src/main/java/gmail/Lance5057/Reference.java | |
| parent | 495fc1d710df9f5b98fec0d0f61f105811742d89 (diff) | |
Updated to TiCo 1.8.3 and fixed the rendering issues that followed.
Also refactored some codes.
Diffstat (limited to 'src/main/java/gmail/Lance5057/Reference.java')
| -rw-r--r-- | src/main/java/gmail/Lance5057/Reference.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/gmail/Lance5057/Reference.java b/src/main/java/gmail/Lance5057/Reference.java new file mode 100644 index 0000000..f1a44f7 --- /dev/null +++ b/src/main/java/gmail/Lance5057/Reference.java @@ -0,0 +1,10 @@ +package gmail.Lance5057; + +public class Reference +{ + + public static final String MOD_ID = "tinkersdefense"; + public static final String VERSION = "1.1"; + public static final String MOD_NAME = "Tinkers' Defense"; + +} |
