-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdelogger2.json
33 lines (33 loc) · 1.13 KB
/
delogger2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"
]
}