Skip to content

Commit

Permalink
Add delogger config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Aug 14, 2022
1 parent 0d7f219 commit 9f5f881
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions config/delogger2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"dontChangeMe": "RandomString",
"printWarningMessage": true,
"enableDebugLog": false,
"whitelistLoggersTypes": [
"DebugFile"
],
"loggers": [
"projecte",
"configured",
"ObservableNet",
"mods.waterstrainer.WaterStrainer",
"mezz.jei.load.PluginCaller",
"mezz.jei.ingredients.IngredientManager",
"dev.architectury.networking.forge.NetworkManagerImpl",
"net.minecraft.Util",
"net.minecraft.commands.Commands",
"net.minecraftforge.registries.GameData",
"net.minecraftforge.common.ForgeConfigSpec",
"net.minecraftforge.fml.VersionChecker",
"net.minecraft.world.entity.EntityType",
"net.minecraft.client.ClientRecipeBook",
"net.minecraft.client.resources.model.ModelBakery",
"com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService",
"net.minecraft.world.level.chunk.storage.ChunkSerializer",
"net.minecraft.client.renderer.block.model.BlockModel",
"net.minecraft.client.renderer.texture.TextureAtlas",
"net.minecraft.world.level.storage.loot.LootTable"
],
"ignoredExceptions": [
"com.mojang.authlib.exceptions.AuthenticationUnavailableException"
]
}

0 comments on commit 9f5f881

Please sign in to comment.