aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/main/resources')
-rw-r--r--api/src/main/resources/fabric.mod.json20
-rw-r--r--api/src/main/resources/icon.pngbin0 -> 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
new file mode 100644
index 000000000..b7a48aef0
--- /dev/null
+++ b/api/src/main/resources/icon.png
Binary files differ