Tweak
This commit is contained in:
parent
d7e9217695
commit
f818cc8f71
2 changed files with 4 additions and 1 deletions
|
@ -35,4 +35,8 @@ public class Logging
|
||||||
public static final Marker SPLASH = MarkerManager.getMarker("SPLASH");
|
public static final Marker SPLASH = MarkerManager.getMarker("SPLASH");
|
||||||
public static final Marker CAPABILITIES = MarkerManager.getMarker("CAPABILITIES");
|
public static final Marker CAPABILITIES = MarkerManager.getMarker("CAPABILITIES");
|
||||||
public static final Marker MODELLOADING = MarkerManager.getMarker("MODELLOADING");
|
public static final Marker MODELLOADING = MarkerManager.getMarker("MODELLOADING");
|
||||||
|
|
||||||
|
// --log CORE:+DEBUG,SCAN:-OFF
|
||||||
|
// forge log debug 5
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -138,7 +138,6 @@ public class FMLNetworking
|
||||||
{
|
{
|
||||||
private List<String> modList;
|
private List<String> modList;
|
||||||
|
|
||||||
private int index;
|
|
||||||
S2CModList() {
|
S2CModList() {
|
||||||
this.modList = ModList.get().getMods().stream().map(ModInfo::getModId).collect(Collectors.toList());
|
this.modList = ModList.get().getMods().stream().map(ModInfo::getModId).collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue