diff options
| -rw-r--r-- | common/darkknight/jewelrycraft/Jewelrycraft.java | 9 | ||||
| -rw-r--r-- | common/mod_Test.txt | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/common/darkknight/jewelrycraft/Jewelrycraft.java b/common/darkknight/jewelrycraft/Jewelrycraft.java new file mode 100644 index 0000000..9bdaa74 --- /dev/null +++ b/common/darkknight/jewelrycraft/Jewelrycraft.java @@ -0,0 +1,9 @@ +package darkknight.jewelrycraft; + +import cpw.mods.fml.common.Mod; + +@Mod(modid = "", name = "", version="") +public class Jewelrycraft +{ + +} diff --git a/common/mod_Test.txt b/common/mod_Test.txt index b34383c..f130596 100644 --- a/common/mod_Test.txt +++ b/common/mod_Test.txt @@ -1 +1 @@ -Hello bspkrs :)
\ No newline at end of file +Hello bspkrs :) iiii
\ No newline at end of file |
