summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2019-11-18 23:19:56 -0500
committerKyle Gunger <kgunger12@gmail.com>2019-11-18 23:19:56 -0500
commitcd5fc531b48770883d411783cc2f626b11d16b6f (patch)
treef7d639bfd6d072963e687dee558eadc6e992cc38 /src/main/resources/fabric.mod.json
[Initial] Update lib to 0.0.2
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json26
1 files changed, 26 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..e978042
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,26 @@
+{
+ "schemaVersion": 1,
+ "id": "corecg-transfer",
+ "version": "${version}",
+
+ "name": "CoreCG Transfer",
+ "description": "General purpose API for transfering fluid, items, energy, anything.",
+ "authors": [
+ "CCG Kyle"
+ ],
+ "contact": {
+ },
+
+ "license": "CC0-1.0",
+ "icon": "assets/corecg-transfer/transit.png",
+
+ "environment": "*",
+
+ "depends": {
+ "fabricloader": ">=0.4.0",
+ "fabric": "*"
+ },
+ "suggests": {
+ "flamingo": "*"
+ }
+}