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

Commit 553068e

Browse files
committed
Remove patchwork-fml dependency
1 parent 7e68459 commit 553068e

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
archivesBaseName = "patchwork-extensions-item"
22
version = getSubprojectVersion(project, "0.1.0")
3-
4-
dependencies {
5-
compile project(path: ':patchwork-fml', configuration: 'dev')
6-
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
],
1717
"depends": {
1818
"fabricloader": ">=0.6.2",
19-
"fabric": "*",
20-
"patchwork-fml": "*"
19+
"fabric": "*"
2120
},
2221
"mixins": [
2322
"patchwork-extensions-item.mixins.json"

0 commit comments

Comments
 (0)