aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-02-28 02:07:47 +0800
committershedaniel <daniel@shedaniel.me>2021-02-28 02:07:47 +0800
commit69d386214f5d3471a3ef1e5533037cdc32648c57 (patch)
treea78d97ca416909ce68c3e5c11e1a1412e6fc174e /src
parent542eb5154ebce387312ca3691f743b89e4aef99e (diff)
downloadRoughlyEnoughItems-69d386214f5d3471a3ef1e5533037cdc32648c57.tar.gz
RoughlyEnoughItems-69d386214f5d3471a3ef1e5533037cdc32648c57.tar.bz2
RoughlyEnoughItems-69d386214f5d3471a3ef1e5533037cdc32648c57.zip
Port to Architectury Multiloader
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main/resources/fabric.mod.json21
-rw-r--r--src/main/resources/icon.pngbin27270 -> 0 bytes
2 files changed, 0 insertions, 21 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
deleted file mode 100755
index 7bd1b8b04..000000000
--- a/src/main/resources/fabric.mod.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "schemaVersion": 1,
- "id": "roughlyenoughitems",
- "name": "Roughly Enough Items",
- "description": "To allow players to view items and recipes.",
- "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"
- },
- "depends": {
- "fabricloader": "*",
- "minecraft": "~1.16.2-rc.1"
- },
- "license": "MIT",
- "icon": "icon.png"
-}
diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png
deleted file mode 100644
index b7a48aef0..000000000
--- a/src/main/resources/icon.png
+++ /dev/null
Binary files differ