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

Commit ca04152

Browse files
committed
Final reformats
1 parent 7f8141b commit ca04152

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ dependencies {
243243
String version = "0.1.0";
244244
int split = baseName.lastIndexOf('-');
245245

246-
if(split != -1) {
246+
if (split != -1) {
247247
version = baseName.substring(split + 1);
248248
baseName = baseName.substring(0, split);
249249
}

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,22 @@
22
"schemaVersion": 1,
33
"id": "patchwork-dispatcher",
44
"version": "${version}",
5-
65
"name": "Patchwork Dispatcher",
76
"description": "Starts Patchwork mods",
87
"authors": [
9-
"coderbot"
8+
"coderbot"
109
],
11-
1210
"license": "LGPL-2.1-only",
1311
"icon": "assets/patchwork-dispatcher/icon.png",
14-
1512
"environment": "*",
1613
"entrypoints": {
17-
"main": [
18-
"com.patchworkmc.impl.Patchwork"
19-
]
14+
"main": [
15+
"com.patchworkmc.impl.Patchwork"
16+
]
2017
},
2118
"depends": {
22-
"fabricloader": ">=0.4.0",
23-
"fabric": "*",
19+
"fabricloader": ">=0.4.0",
20+
"fabric": "*",
2421
"patchwork-fml": "*",
2522
"patchwork-registries": "*",
2623
"patchwork-events-lifecycle": "*"

0 commit comments

Comments
 (0)