@@ -92,6 +92,7 @@ public enum Mods {
9292 Nothirium (Names .NOTHIRIUM ),
9393 NuclearCraft (Names .NUCLEAR_CRAFT , versionExcludes ("2o" )),
9494 NuclearCraftOverhauled (Names .NUCLEAR_CRAFT , versionContains ("2o" )),
95+ NetherUpdateBackport (Names .NETHER_UPDATE_BACKPORT ),
9596 OpenComputers (Names .OPEN_COMPUTERS ),
9697 ProjectRedCore (Names .PROJECT_RED_CORE ),
9798 ProjectRedIllumination (Names .PROJECT_RED_ILLUMINATION ),
@@ -103,6 +104,8 @@ public enum Mods {
103104 ProjectVibrantJourneys (Names .PROJECT_VIBRANT_JOURNEYS ),
104105 Rustic (Names .RUSTIC ),
105106 Thaumcraft (Names .THAUMCRAFT ),
107+ Traverse (Names .TRAVERES ),
108+ TwilightForest (Names .TWILIGHT_FOREST ),
106109 ThaumicEnergistics (Names .THAUMIC_ENERGISTICS ),
107110 Wizardry (Names .WIZARDRY ),
108111 TheOneProbe (Names .THE_ONE_PROBE ),
@@ -199,6 +202,7 @@ public static class Names {
199202 public static final String NEEVES_AE2 = "nae2" ;
200203 public static final String NOTHIRIUM = "nothirium" ;
201204 public static final String NUCLEAR_CRAFT = "nuclearcraft" ;
205+ public static final String NETHER_UPDATE_BACKPORT = "netherbackport" ;
202206 public static final String OPEN_COMPUTERS = "opencomputers" ;
203207 public static final String PROJECT_RED_CORE = "projred-core" ;
204208 public static final String PROJECT_RED_ILLUMINATION = "projectred-illumination" ;
@@ -210,6 +214,8 @@ public static class Names {
210214 public static final String PROJECT_VIBRANT_JOURNEYS = "pvj" ;
211215 public static final String RUSTIC = "rustic" ;
212216 public static final String THAUMCRAFT = "thaumcraft" ;
217+ public static final String TRAVERES = "traverse" ;
218+ public static final String TWILIGHT_FOREST = "twilightforest" ;
213219 public static final String THAUMIC_ENERGISTICS = "haumicenergistics" ;
214220 public static final String WIZARDRY = "wizardry" ;
215221 public static final String THE_ONE_PROBE = "theoneprobe" ;
0 commit comments