File tree Expand file tree Collapse file tree
core/src/main/java/pl/skidam/automodpack_core/config
src/main/java/pl/skidam/automodpack/client/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ public static class ModpackContentFields {
109109 public String loader = "" ;
110110 public String loaderVersion = "" ;
111111 public String mcVersion = "" ;
112+ public boolean enableFullServerPack = false ;
112113 public Set <ModpackContentItem > list ;
113114
114115 public ModpackContentFields (Set <ModpackContentItem > list ) {
Original file line number Diff line number Diff line change 1313import pl .skidam .automodpack .client .ui .versioned .VersionedText ;
1414import pl .skidam .automodpack_loader_core .utils .SelectionManager ;
1515
16+ import static pl .skidam .automodpack_core .GlobalVariables .serverConfig ;
17+
1618public class DownloadSelectionScreen extends VersionedScreen {
1719 private final Screen parent ;
1820 private final ModpackUpdater modpackUpdaterInstance ;
You can’t perform that action at this time.
0 commit comments