Commit eddde94 1 parent b3fd417 commit eddde94 Copy full SHA for eddde94
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ tasks.processResources {
161
161
}
162
162
163
163
// set up properties for filling into metadata
164
- val properties = mapOf< String , String > (
165
- " version" to version as String ,
164
+ val properties = mapOf (
165
+ " version" to version,
166
166
" fabric_loader_version" to " fabric_loader_version" (),
167
167
" fabric_api_version" to " fabric_api_version" (),
168
168
" minecraft_version" to " minecraft_version" (),
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ tasks.processResources {
171
171
}
172
172
173
173
// set up properties for filling into metadata
174
- val properties = mapOf< String , String > (
175
- " version" to version as String ,
174
+ val properties = mapOf (
175
+ " version" to version,
176
176
" forge_version" to " forge_version" ().split(" \\ ." )[0 ], // only specify major version of forge
177
177
" minecraft_version" to " minecraft_version" (),
178
178
" create_version" to " create_forge_version" ().split(" -" )[0 ], // cut off build number
You can’t perform that action at this time.
0 commit comments