diff options
Diffstat (limited to 'java/darkknight/jewelrycraft/CommonProxy.java')
| -rw-r--r-- | java/darkknight/jewelrycraft/CommonProxy.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/darkknight/jewelrycraft/CommonProxy.java b/java/darkknight/jewelrycraft/CommonProxy.java new file mode 100644 index 0000000..8ce261b --- /dev/null +++ b/java/darkknight/jewelrycraft/CommonProxy.java @@ -0,0 +1,9 @@ +package darkknight.jewelrycraft; + +public class CommonProxy +{ + public void registerRenderers() + { + + } +} |
