diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-13 22:19:12 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-13 22:19:12 +0200 |
| commit | 41cd51eb9f73edc4ca894770d5fd7bc366a2479a (patch) | |
| tree | 72a0161efbd2cb5228154a1357871f42a9485efa | |
| parent | eaa974b20f4a9a19055c51f3d4979bb3f1eee8de (diff) | |
Yaaay
| -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 |
