Skip to content

Commit 5a134ee

Browse files
committed
kotlin fun kotlin fun kotlin fun kotlin fun kotlin fun kotlin fun kotlin fun kotlin fun
1 parent e7a3596 commit 5a134ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ tasks.processResources {
166166
"fabric_loader_version" to "fabric_loader_version"(),
167167
"fabric_api_version" to "fabric_api_version"(),
168168
"minecraft_version" to "minecraft_version"(),
169-
"create_version" to "create_fabric_version"(), // on fabric, use the entire version, unlike forge
169+
"create_version" to "create_fabric_version"().split("\\+")[0], // Trim +mcX.XX.X from version string
170170
"voicechat_api_version" to "voicechat_api_version"()
171171
)
172172

0 commit comments

Comments
 (0)