Skip to content

Commit 8a153e6

Browse files
committed
change: remove placeholder icon
1 parent 1914fba commit 8a153e6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
-453 Bytes
Binary file not shown.

src/main/resources/fabric.mod.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "${version}",
55
"name": "Speedrun API",
66
"description": "API for MCSR mods, providing a Config API, selected Fabric API modules and MixinExtras.",
7-
87
"authors": [
98
{
109
"name": "contaria",
@@ -17,10 +16,7 @@
1716
"sources": "https://github.com/KingContaria/SpeedrunAPI",
1817
"issues": "https://github.com/KingContaria/SpeedrunAPI/issues"
1918
},
20-
2119
"license": "MIT",
22-
"icon": "assets/speedrunapi/icon.png",
23-
2420
"environment": "*",
2521
"entrypoints": {
2622
"preLaunch": [
@@ -30,11 +26,9 @@
3026
"org.mcsr.speedrunapi.SpeedrunAPI"
3127
]
3228
},
33-
3429
"mixins": [
3530
"speedrunapi.mixins.json"
3631
],
37-
3832
"depends": {
3933
"fabricloader": ">=0.15.0",
4034
"minecraft": "1.16.1"

0 commit comments

Comments
 (0)