diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2019-11-18 23:19:56 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2019-11-18 23:19:56 -0500 |
commit | cd5fc531b48770883d411783cc2f626b11d16b6f (patch) | |
tree | f7d639bfd6d072963e687dee558eadc6e992cc38 /src/main/resources |
[Initial] Update lib to 0.0.2
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/corecg-transfer/transit.png | bin | 0 -> 21254 bytes | |||
-rw-r--r-- | src/main/resources/fabric.mod.json | 26 |
2 files changed, 26 insertions, 0 deletions
diff --git a/src/main/resources/assets/corecg-transfer/transit.png b/src/main/resources/assets/corecg-transfer/transit.png Binary files differnew file mode 100644 index 0000000..ab04337 --- /dev/null +++ b/src/main/resources/assets/corecg-transfer/transit.png 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": "*" + } +} |