Initial commit

This commit is contained in:
dfsek
2021-10-17 15:36:22 -07:00
commit 9b3e64a595
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
dependencies {
}

View File

@@ -0,0 +1,4 @@
package com.dfsek.terra.addons.manifest;
public class ManifestLoaderEntry {
}

View File

@@ -0,0 +1 @@
Entry-Point: com.dfsek.terra.addons.manifest.ManifestLoaderEntry