File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -509,11 +509,7 @@ import { normalizeMinecraftVersion } from "./minecraft_semver.js";
509509
510510 lines . push ( `{` ) ;
511511 lines . push ( `\t"depends": {` ) ;
512- lines . push ( `\t\t"fabricloader": ">=${ loaderVersion } "` ) ;
513512 lines . push ( `\t\t"minecraft": "${ normalizedVersion } "` ) ;
514- if ( oslVersion != null ) {
515- lines . push ( `\t\t"osl": ">=${ oslVersion } "` ) ;
516- }
517513 lines . push ( `\t}` ) ;
518514 lines . push ( `}` ) ;
519515
@@ -533,19 +529,9 @@ import { normalizeMinecraftVersion } from "./minecraft_semver.js";
533529 lines . push ( `\t"quilt_loader" {` ) ;
534530 lines . push ( `\t\t"depends": [` ) ;
535531 lines . push ( `\t\t\t{` ) ;
536- lines . push ( `\t\t\t\t"id": "quilt_loader"` ) ;
537- lines . push ( `\t\t\t\t"versions": ">=${ loaderVersion } "` ) ;
538- lines . push ( `\t\t\t},` ) ;
539- lines . push ( `\t\t\t{` ) ;
540532 lines . push ( `\t\t\t\t"id": "minecraft"` ) ;
541533 lines . push ( `\t\t\t\t"versions": "${ normalizedVersion } "` ) ;
542- lines . push ( `\t\t\t}${ oslVersion == null ? "" : "," } ` ) ;
543- if ( oslVersion != null ) {
544- lines . push ( `\t\t\t{` ) ;
545- lines . push ( `\t\t\t\t"id": "osl"` ) ;
546- lines . push ( `\t\t\t\t"versions": ">=${ oslVersion } "` ) ;
547- lines . push ( `\t\t\t}` ) ;
548- }
534+ lines . push ( `\t\t\t}` ) ;
549535 lines . push ( `\t\t]` ) ;
550536 lines . push ( `\t}` ) ;
551537 lines . push ( `}` ) ;
You can’t perform that action at this time.
0 commit comments