File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ import {
80
80
} else {
81
81
addExtraMsg ( "Make sure to use the \"split\" mod template for this Minecraft version!" ) ;
82
82
83
- lines = lines . concat ( await getOrnitheDependenciesForSplit ( minecraftVersion , "client" ) ) ;
84
- lines = lines . concat ( await getOrnitheDependenciesForSplit ( minecraftVersion , "server" ) ) ;
83
+ lines = lines . concat ( await getOrnitheDependenciesForSplit ( gen , minecraftVersion , "client" ) ) ;
84
+ lines = lines . concat ( await getOrnitheDependenciesForSplit ( gen , minecraftVersion , "server" ) ) ;
85
85
}
86
86
87
87
return lines . join ( "\n" ) ;
@@ -114,8 +114,8 @@ import {
114
114
return lines ;
115
115
}
116
116
117
- async function getOrnitheDependenciesForSplit ( minecraftVersion , environment ) {
118
- const featherBuild = await getLatestFeatherBuild ( `${ minecraftVersion } -${ environment } ` ) ;
117
+ async function getOrnitheDependenciesForSplit ( gen , minecraftVersion , environment ) {
118
+ const featherBuild = await getLatestFeatherBuild ( gen , `${ minecraftVersion } -${ environment } ` ) ;
119
119
120
120
if ( featherBuild !== null ) {
121
121
const lines = [
You can’t perform that action at this time.
0 commit comments