summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-04-17 12:52:09 -0400
committerKyle Gunger <corechg@gmail.com>2020-04-17 12:52:20 -0400
commitf27f142d1a7d37919a591ec3a873c71bab26ae81 (patch)
tree3cfb9989faf7f9823c6941dc63ec2a7dfc683b80 /src/main/resources/fabric.mod.json
[Initial] Verison 0.0.1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..898a95f
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,32 @@
+{
+ "schemaVersion": 1,
+ "id": "sparkt",
+ "version": "0.0.1",
+
+ "name": "Sparkt",
+ "description": "Wires and whatnot!",
+ "authors": [
+ "CCGKyle"
+ ],
+ "contact": {
+ "sources": "https://github.com/CoreChg/Sparkt"
+ },
+
+ "license": "MIT",
+ "icon": "assets/sparkt/icon.png",
+
+ "environment": "*",
+ "entrypoints": {
+ "main": [
+ "net.corechg.sparkt.SparktInit"
+ ]
+ },
+
+ "depends": {
+ "fabricloader": ">=0.7.4",
+ "fabric": "*",
+ "minecraft": "1.15.x",
+
+ "transit-api": ">=0.10.2"
+ }
+}