Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 7032d45

Browse files
committed
Fix patchwork-extensions copying too much frm patchwork-dispatcher
1 parent ca04152 commit 7032d45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

patchwork-extensions/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"id": "patchwork-extensions",
44
"version": "${version}",
55
"name": "Patchwork Extensions",
6-
"description": "Starts Patchwork mods",
6+
"description": "Implements the Minecraft Forge extensions API",
77
"authors": [
88
"coderbot"
99
],
1010
"license": "LGPL-2.1-only",
11-
"icon": "assets/patchwork-dispatcher/icon.png",
11+
"icon": "assets/patchwork-extensions/icon.png",
1212
"environment": "*",
1313
"depends": {
1414
"fabricloader": ">=0.4.0",

0 commit comments

Comments
 (0)