diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-12-20 19:59:49 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-12-20 19:59:49 +0800 |
| commit | 67171a5ff24ed77e6c4cc889543e8dfb543e8fe5 (patch) | |
| tree | 02909ac26d2b74ebf08f5c463f1b9a60483468df /api/src/main/resources | |
| parent | 9784e9f7228fc0aa3ca814e3830dbd81996a3693 (diff) | |
| download | RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.tar.gz RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.tar.bz2 RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.zip | |
wip more
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'api/src/main/resources')
| -rw-r--r-- | api/src/main/resources/fabric.mod.json | 20 | ||||
| -rw-r--r-- | api/src/main/resources/icon.png | bin | 0 -> 27270 bytes |
2 files changed, 20 insertions, 0 deletions
diff --git a/api/src/main/resources/fabric.mod.json b/api/src/main/resources/fabric.mod.json new file mode 100644 index 000000000..29784abf1 --- /dev/null +++ b/api/src/main/resources/fabric.mod.json @@ -0,0 +1,20 @@ +{ + "schemaVersion": 1, + "id": "roughlyenoughitems-api", + "name": "REI (API)", + "description": "The api facing part of Roughly Enough Items.", + "version": "${version}", + "authors": [ + "shedaniel" + ], + "contact": { + "homepage": "https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items", + "sources": "https://github.com/shedaniel/RoughlyEnoughItems", + "issues": "https://github.com/shedaniel/RoughlyEnoughItems/issues" + }, + "license": "MIT", + "icon": "icon.png", + "custom": { + "modmenu:parent": "roughlyenoughitems" + } +} diff --git a/api/src/main/resources/icon.png b/api/src/main/resources/icon.png Binary files differnew file mode 100644 index 000000000..b7a48aef0 --- /dev/null +++ b/api/src/main/resources/icon.png |
