File tree Expand file tree Collapse file tree 4 files changed +54
-9
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +54
-9
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,12 @@ tasks {
96
96
" java" to java.targetCompatibility.majorVersion,
97
97
" version" to project.version,
98
98
" project_version" to projectVersion,
99
- " minecraft_required" to libs.versions.minecraft.required.get()
99
+ " minecraft_required" to libs.versions.minecraft.required.get(),
100
+ " modrinthId" to modrinthId,
100
101
)
101
102
inputs.properties(map)
102
103
103
- filesMatching(" fabric.mod.json" ) { expand(map) }
104
+ filesMatching(listOf ( " fabric.mod.json" , " quilt.mod.json " , " META-INF/mods.toml " ) ) { expand(map) }
104
105
}
105
106
javadoc {
106
107
(options as StandardJavadocDocletOptions ).tags(" reason:a:Reason" )
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G
3
3
4
4
# Your project's version
5
5
group =gay.ampflower
6
- projectVersion =0.4.1
6
+ projectVersion =0.4.2
7
7
modrinthId =z23qey0b
8
- minecraftCompatible =1.19.4
8
+ minecraftCompatible =1.20,1.20.1
Original file line number Diff line number Diff line change 2
2
annotations = " 23.0.0"
3
3
4
4
# https://github.com/LambdAurora/SpruceUI
5
- spruceui = " 4.2 .0+1.19.4 "
6
- modmenu = " 6.1.0-rc.4 "
5
+ spruceui = " 5.0 .0+1.20 "
6
+ modmenu = " 7.0.1 "
7
7
8
8
# Minecraft
9
- minecraft_version = " 1.19.4 "
10
- minecraft_required = " ~1.19.4 "
9
+ minecraft_version = " 1.20 "
10
+ minecraft_required = " >=1.20 <=1.20.1 "
11
11
fabric_loader = " 0.15.+"
12
- fabric_api = " 0.87.2 +1.19.4 "
12
+ fabric_api = " 0.83.0 +1.20 "
13
13
14
14
# Plugins
15
15
loom = " 1.+"
Original file line number Diff line number Diff line change
1
+ modLoader = " lowcodefml"
2
+ loaderVersion = " [47,)"
3
+ license = " Mozilla Public License 2.0"
4
+
5
+ issueTrackerURL = " https://github.com/Modflower/music-moods/issues"
6
+
7
+ [properties ]
8
+ "connector:placeholder" =true
9
+
10
+ [[mods ]]
11
+ modId = " music_moods"
12
+ namespace = " music-moods"
13
+ version = " ${version}"
14
+ displayName = " Music Moods"
15
+
16
+ updateJSONURL = " https://api.modrinth.com/updates/${modrinthId}/forge_updates.json"
17
+
18
+ logoFile = " assets/music-moods/pack.png"
19
+ logoBlur = false
20
+
21
+ displayURL = " https://mod.ampflower.gay/petworks"
22
+
23
+ description = '''
24
+ Configure how music & sound are handled.
25
+ '''
26
+
27
+ authors = " Ampflower"
28
+
29
+ [[dependencies .music_moods ]]
30
+ modId = " minecraft"
31
+ mandatory = true
32
+
33
+ versionRange = " [1.20.1]"
34
+ ordering = " NONE"
35
+ side = " CLIENT"
36
+
37
+
38
+ [[dependencies .music_moods ]]
39
+ modId = " connectormod"
40
+ mandatory = true
41
+
42
+ versionRange = " [1.0.0-beta.41,)"
43
+ ordering = " NONE"
44
+ side = " CLIENT"
You can’t perform that action at this time.
0 commit comments