Skip to content

Commit

Permalink
updated fmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 15, 2024
1 parent 1c427b0 commit 3379bbe
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 27 deletions.
2 changes: 1 addition & 1 deletion felt-armor-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"modmenu": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"modmenu": {
Expand Down
5 changes: 1 addition & 4 deletions felt-enchanting-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
},
"recommends": {
"feltfabric": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"loom:injected_interfaces": {
Expand Down
5 changes: 1 addition & 4 deletions felt-entity-item-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
},
"recommends": {
"feltfabric": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"loom:injected_interfaces": {
Expand Down
3 changes: 3 additions & 0 deletions felt-extra-transfer-api/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
include "net.fabricmc.fabric-api:fabric-transfer-api-v1:1.6.4"
}
8 changes: 2 additions & 6 deletions felt-extra-transfer-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@
"icon": "assets/feltapi/icon.png",
"environment": "*",
"depends": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": "1.18.x",
"fabricloader": "*",
"minecraft": ">=1.18.2",
"java": ">=17"
},
"recommends": {
"feltfabric": "*"
},
"custom": {
"modmenu": {
"badges": [
Expand Down
5 changes: 1 addition & 4 deletions felt-mob-item-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
},
"recommends": {
"feltfabric": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"loom:injected_interfaces": {
Expand Down
3 changes: 3 additions & 0 deletions felt-ore-feature-api-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
include "net.fabricmc.fabric-api:fabric-biome-api-v1:8.0.7"
}
3 changes: 1 addition & 2 deletions felt-ore-feature-api-v1/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"icon": "assets/felt-ore-feature-api/icon.png",
"environment": "*",
"depends": {
"fabricloader": ">=0.13.3",
"fabric-biome-api-v1": "*",
"fabricloader": "*",
"minecraft": "1.18.2",
"java": ">=17"
},
Expand Down
2 changes: 1 addition & 1 deletion felt-player-item-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"modmenu": {
Expand Down
2 changes: 1 addition & 1 deletion felt-screen-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"loom:injected_interfaces": {
Expand Down
1 change: 1 addition & 0 deletions felt-shared-lifecycle-events/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
archivesBaseName = "felt-shared-lifecycle-events"

dependencies {
include "net.fabricmc.fabric-api:fabric-lifecycle-events-v1:2.1.1"
testmodImplementation project(path: ':felt-shared-lifecycle-events', configuration: 'namedElements')
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
]
},
"depends": {
"fabricloader": ">=0.4.0",
"fabric-lifecycle-events-v1": "*"
"fabricloader": ">=0.4.0"
},
"custom": {
"modmenu": {
Expand Down
2 changes: 1 addition & 1 deletion felt-tool-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"depends": {
"fabricloader": "*",
"minecraft": "*"
"minecraft": ">=1.18.2"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit 3379bbe

Please sign in to comment.