Commit b379f02 1 parent 4bfd197 commit b379f02 Copy full SHA for b379f02
File tree 4 files changed +5
-8
lines changed
forge/src/main/resources/META-INF
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ configurations {
17
17
18
18
dependencies {
19
19
modImplementation " net.fabricmc:fabric-loader:${ rootProject.fabric_loader_version} "
20
- modApi " net.fabricmc.fabric-api:fabric-api:${ rootProject.fabric_api_version} "
21
20
22
21
common(project(path : " :common" , configuration : " namedElements" )) { transitive false }
23
22
shadowCommon(project(path : " :common" , configuration : " transformProductionFabric" )) { transitive false }
Original file line number Diff line number Diff line change 27
27
" takeitslow-common.mixins.json"
28
28
],
29
29
"depends" : {
30
- "fabric" : " *" ,
31
- "minecraft" : " >=1.18.2" ,
30
+ "minecraft" : " >=1.18" ,
32
31
"java" : " >=17" ,
33
32
"cloth-config2" : " >=6.0.0"
34
33
},
Original file line number Diff line number Diff line change 1
1
modLoader = " javafml"
2
- loaderVersion = " [40 ,)"
2
+ loaderVersion = " [39 ,)"
3
3
# issueTrackerURL = ""
4
4
license = " MIT"
5
5
@@ -16,14 +16,14 @@ Who needs sprinting anyways?
16
16
[[dependencies .takeitslow ]]
17
17
modId = " forge"
18
18
mandatory = true
19
- versionRange = " [40 ,)"
19
+ versionRange = " [39 ,)"
20
20
ordering = " NONE"
21
21
side = " BOTH"
22
22
23
23
[[dependencies .takeitslow ]]
24
24
modId = " minecraft"
25
25
mandatory = true
26
- versionRange = " [1.18.2 ,)"
26
+ versionRange = " [1.18,)"
27
27
ordering = " NONE"
28
28
side = " BOTH"
29
29
Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ minecraft_version=1.18.2
4
4
enabled_platforms =fabric,forge
5
5
6
6
archives_base_name =take-it-slow
7
- mod_version =1.0.0
7
+ mod_version =1.0.1
8
8
maven_group =dev.igalaxy.takeitslow
9
9
10
10
architectury_version =4.2.50
11
11
12
12
fabric_loader_version =0.14.0
13
- fabric_api_version =0.51.1+1.18.2
14
13
15
14
forge_version =1.18.2-40.1.0
16
15
You can’t perform that action at this time.
0 commit comments