Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
NewAlterlite/config/sasit.cfg

33 lines
1.0 KiB

# Configuration file
filters {
# Should messages from the forge logger be filtered? [default: true]
B:FilterForge=true
# Should messages from java loggers be filtered? [default: true]
B:FilterJava=true
# Should messages from log4j loggers be filtered? [default: true]
B:FilterLog4J=true
# Should messages from misc loggers be filtered? [default: true]
B:FilterOthers=true
# Should messages from system out be filtered? [default: true]
B:FilterSystem=true
}
general {
# A list of strings. If a console message contains any of these, it will be filtered out of the log. [default: [Ljava.lang.String;@6a74b387]
S:BasicFilter <
This is not recommended, @Mods should be in a separate jar from the coremod.
does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Fetching addPacket for removed entity
Potentially Dangerous alternative prefix
Tried to add entity primitivemobs:mother_spider but it was marked as removed already
>
}