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

Commit 7f41577

Browse files
committed
Hotfix: Remove trailing commas
1 parent fc655ee commit 7f41577

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"PatchworkMC"
1414
],
1515
"depends": {
16-
"patchwork-api-base": "*",
16+
"patchwork-api-base": "*"
1717
},
1818
"mixins": [
1919
"patchwork-capabilities.mixins.json"

patchwork-events-world/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"PatchworkMC"
1414
],
1515
"depends": {
16-
"patchwork-api-base": "*",
16+
"patchwork-api-base": "*"
1717
},
1818
"mixins": [
1919
"patchwork-events-world.mixins.json"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"PatchworkMC"
1414
],
1515
"depends": {
16-
"patchwork-api-base": "*",
16+
"patchwork-api-base": "*"
1717
},
1818
"mixins": [
1919
"patchwork-extensions-shearing.mixins.json"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"PatchworkMC"
1414
],
1515
"depends": {
16-
"patchwork-api-base": "*",
16+
"patchwork-api-base": "*"
1717
},
1818
"mixins": [
1919
"patchwork-gui.mixins.json"

0 commit comments

Comments
 (0)