Jump to content

Recommended Posts

Posted

Hey there! Need some help!

My game crashes on connecting to server. As I see it happens on the stage of loading the world. The game says "Encrypting...", then there is just the dirt screen for a few seconds, and then it says "saving chunks" and crashes.

Can you say the reason of the crush?

 

Here's the crush report:

Spoiler

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 26.08.19 0:32
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at atomicstryker.infernalmobs.common.InfernalMobsCore.getIsHealthBarDisabled(InfernalMobsCore.java:688) ~[?:1.14.4.1] {}
    at atomicstryker.infernalmobs.client.InfernalMobsClient.onPreRenderGameOverlay(InfernalMobsClient.java:85) ~[?:1.14.4.1] {}
    at net.minecraftforge.eventbus.ASMEventHandler_56_InfernalMobsClient_onPreRenderGameOverlay_Pre.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-0.10.6-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.6-service.jar:?] {}
    at net.minecraftforge.client.ForgeIngameGui.pre(ForgeIngameGui.java:827) ~[?:?] {}
    at net.minecraftforge.client.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:120) ~[?:?] {}
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:827) ~[?:?] {pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:886) [?:?] {pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.0.55.jar:28.0] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source) [forge-1.14.4-28.0.55.jar:28.0] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at atomicstryker.infernalmobs.common.InfernalMobsCore.getIsHealthBarDisabled(InfernalMobsCore.java:688)
    at atomicstryker.infernalmobs.client.InfernalMobsClient.onPreRenderGameOverlay(InfernalMobsClient.java:85)
    at net.minecraftforge.eventbus.ASMEventHandler_56_InfernalMobsClient_onPreRenderGameOverlay_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.ForgeIngameGui.pre(ForgeIngameGui.java:827)
    at net.minecraftforge.client.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:120)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['General_Radek'/131, l='MpServer', x=-67.50, y=64.00, z=231.50]]
    Chunk stats: Client Chunk Cache: 3025, 478
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: 0
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (-64,64,224), Chunk: (at 0,4,0 in -4,14; contains blocks -64,0,224 to -49,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 2873 game time, 2873 day time
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:574)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1745)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:405)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 8481299992 bytes (8088 MB) / 10670309376 bytes (10176 MB) up to 10737418240 bytes (10240 MB)
    CPUs: 8
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 3.2.0+60+b86c1d4
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-0.10.6-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-0.16.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar runtimedistcleaner PLUGINSERVICE 
        /%5BClient%20only%5D%20OptiFine%20HD%20Ultra%20F4%20(Pre-release%202).jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.0.55.jar fml TRANSFORMATIONSERVICE 
    FML: 28.0
    Forge: net.minecraftforge:28.0.55
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        [API] AttributeFix (3.0.2).jar AttributeFix {[email protected] DONE}
        [API] FastFurnace (2.1.1).jar FastFurnace {[email protected] DONE}
        [API] InstantLava (1.0.1).jar InstantLava {[email protected] DONE}
        [API] NonEvaporation (1.0.0).jar NonEvaporation {[email protected] DONE}
        [API] Placebo (2.1.11).jar Placebo {[email protected] DONE}
        [API] RandomPatches (1.18.1.1).jar RandomPatches {[email protected] DONE}
        [API] U Team Core (2.7.0.129).jar U Team Core {[email protected] DONE}
        [Both] Advanced Mining Dimension (Beta 1.0.4).jar Mining World {[email protected] DONE}
        [Both] Advanced Rotten Flesh to Leather (Red).jar Advanced Rotten Flesh to Leather {[email protected] DONE}
        [Both] AtomicStryker's Infernal Mobs (1.14.4.1).jar Infernal Mobs {[email protected] DONE}
        [Both] Biomes O' Plenty (Alpha 9.0.0.246).jar Biomes O' Plenty {[email protected] DONE}
        [Both] Corail Pillar (4.5.3).jar Corail Pillar {[email protected] DONE}
        [Both] Corail Pillar — Extension BO'P (4.2.0) {Corail Pillar, Biomes O' Plenty}.jar Corail Pillar - Biomes O'Plenty Extension {[email protected] DONE}
        [Both] Doggy Talents (1.15.1.3).jar Doggy Talents {[email protected] DONE}
        [Both] Dungeon Crawl (Beta 1.3.0).jar Dungeon Crawl {[email protected] DONE}
        [Both] Elementary Ores (Beta 0.0.1).jar Elementary Ores {[email protected] DONE}
        [Both] EmbellishCraft (Beta 0.0.4.0).jar EmbellishCraft {[email protected] DONE}
        [Both] Enchantments Exchanger (4.0.10).jar Enchantments Exchanger {[email protected] DONE}
        [Both] EnchantSlash (1.0.0).jar EnchantSlash {[email protected] DONE}
        [Both] Enemyz (0.2.1).jar Enemyz {[email protected] DONE}
        [Both] Enhanced Mob Spawners (1.4.2).jar Enhanced Mob Spawners {[email protected] DONE}
        [Both] Essentials (2.4.1).jar Essentials {[email protected] DONE}
        [Both] EXP Bottling (1.14.4-3).jar EXP Bottling {[email protected] DONE}
        [Both] Extended Slabs (Beta 0.1.0).jar Extended Slabs {[email protected] DONE}
        [Both] Extra Anvils (2.1a).jar Extra Anvils {[email protected] DONE}
        [Both] Extra Bows (b2).jar Extra Bows {[email protected] b2 DONE}
        [Both] Fish Traps (Beta 0.0.4).jar Fish Traps {[email protected] DONE}
        [Both] HoppersPlus (Beta 1.1).jar Hoppers Plus {[email protected] DONE}
        [Both] HunterIllager (0.1.4).jar HunterIllager {[email protected] DONE}
        [Both] MCFurnace (1.2.1).jar MCFurnace {[email protected] DONE}
        [Both] Metal Barrels (1.3c).jar Metal Barrels {[email protected] DONE}
        [Both] More Ores In ONE (1.4) {Super Tools}.jar More Ores in ONE {[email protected] DONE}
        [Both] MrCrayfish's Furniture Mod (Alpha 7.0.0 pre-5).jar MrCrayfish's Furniture Mod {[email protected] DONE}
        [Both] OpenBlocks Elevator (Beta 1.5.1).jar Elevator Mod {[email protected] DONE}
        [Both] Quick Leaf Decay (1.2.5).jar Quick Leaf Decay {[email protected] DONE}
        [Both] Redstone Gates (1.2.0).jar Gates {[email protected] DONE}
        [Both] Ring of Attraction (1.0.7).jar Ring of Attraction {[email protected] DONE}
        [Both] Ring of Blink (1.0.11).jar Ring of Blink {[email protected] DONE}
        [Both] Ring of Growth (1.0.9).jar Ring of Growth {[email protected] DONE}
        [Both] Ring of Miner (1.0.6).jar Ring of Miner {[email protected] DONE}
        [Both] Ring of Repair (1.0.9).jar Ring of Repair {[email protected] DONE}
        [Both] Simple Diving Gear (3.0.2).jar Simple Diving Gear {[email protected] mc 1.14.4 DONE}
        [Both] Simply Light (Beta 0.8.6).jar Simply Light {[email protected] DONE}
        [Both] Sulfur and Potassium (2.2.2).jar Sulfur And Potassium - make gunpowder {[email protected] DONE}
        [Both] SuperTools (1.5b).jar Super Tools {[email protected] DONE}
        [Both] The Flying things (1.8.4).jar The Flying Things {[email protected] DONE}
        [Both] Useful Backpacks (1.7.0.34) {U Team Core}.jar Useful Backpacks {[email protected] DONE}
        [Both] Waddles (0.8.3).jar Waddles {[email protected] DONE}
        [Both] Wither Skeleton Tweaks (3.0.2) {Placebo}.jar Wither Skeleton Tweaks {[email protected] DONE}
        [Client only] Enchantment Descriptions (1.3.6).jar EnchantmentDescriptions {[email protected] DONE}
        [Client only] Neat (1.5-19).jar Neat {[email protected] DONE}
        [Client only] Smooth Scrolling Everywhere (1.0).jar Smooth Scrolling Everywhere {[email protected] DONE}
        [Client only] Xaero's Minimap (1.17.7).jar Xaero's Minimap {[email protected] DONE}
        [Client only] Xaero's WorldMap (1.4.7.1).jar Xaero's World Map {[email protected] DONE}
        forge-1.14.4-28.0.55-universal.jar Forge {[email protected] DONE}
        forge-1.14.4-28.0.55-client.jar Minecraft {[email protected] DONE}
    Launched Version: 1.14.4-forge-28.0.55
    LWJGL: 3.2.2 build 10
    OpenGL: GeForce GTX 880M/PCIe/SSE2 GL version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, file/Faithful HD + Mods (x64), file/HD Font, file/MC Mods Rus Translations
    Current Language: Русский (Россия)
    CPU: 8x Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz

 

The log will be below in the comments

Posted

The log:

Spoiler

[26авг2019 00:30:34.009] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, General_Radek, --version, 1.14.4-forge-28.0.55, --gameDir, C:\Users\Gener\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Gener\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, 39867247ddcb4554ad342e199d6a8a7d, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.0.55, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190719.225934]
[26авг2019 00:30:34.013] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_51 by Oracle Corporation
[26авг2019 00:30:34.133] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[26авг2019 00:30:34.135] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: C:\Users\Gener\AppData\Roaming\.minecraft\mods\[Client only] OptiFine HD Ultra F4 (Pre-release 2).jar
[26авг2019 00:30:34.137] [main/INFO] [optifine.OptiFineTransformer/]: Loading access transformer: srg/forge_at.cfg
[26авг2019 00:30:34.143] [main/INFO] [optifine.OptiFineTransformer/]: Access transformer rules: 133
[26авг2019 00:30:34.242] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[26авг2019 00:30:34.254] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[26авг2019 00:30:35.272] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[26авг2019 00:30:35.307] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 238
[26авг2019 00:30:35.950] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[26авг2019 00:30:35.963] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.0.55, --gameDir, C:\Users\Gener\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Gener\AppData\Roaming\.minecraft\assets, --username, General_Radek, --assetIndex, 1.14, --uuid, 39867247ddcb4554ad342e199d6a8a7d, --accessToken, ????????, --userType, mojang, --versionType, release]
[26авг2019 00:30:38.007] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reflector Forge ***
[26авг2019 00:30:38.016] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[26авг2019 00:30:40.511] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Method not present: net.minecraftforge.client.model.IModel.getTextures
[26авг2019 00:30:40.737] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[26авг2019 00:30:40.758] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[26авг2019 00:30:40.970] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[26авг2019 00:30:40.979] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reflector Vanilla ***
[26авг2019 00:30:41.337] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: General_Radek
[26авг2019 00:30:48.524] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[26авг2019 00:30:48.770] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10
[26авг2019 00:30:51.726] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] 
[26авг2019 00:30:51.726] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OptiFine_1.14.4_HD_U_F4_pre2
[26авг2019 00:30:51.729] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Build: 20190807-012554
[26авг2019 00:30:51.729] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[26авг2019 00:30:51.729] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[26авг2019 00:30:51.729] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[26авг2019 00:30:51.730] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[26авг2019 00:30:51.733] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL: GeForce GTX 880M/PCIe/SSE2, version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
[26авг2019 00:30:51.735] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Version: 4.6.0
[26авг2019 00:30:51.796] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Maximum texture size: 16384x16384
[26авг2019 00:30:51.853] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 425.31
[26авг2019 00:30:51.853] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Vendor:  NVIDIA Corporation
[26авг2019 00:30:51.853] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Renderer: GeForce GTX 880M/PCIe/SSE2
[26авг2019 00:30:51.854] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0 
[26авг2019 00:30:51.854] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[26авг2019 00:30:51.854] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Checking for new version
[26авг2019 00:30:51.854] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[26авг2019 00:30:51.854] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[26авг2019 00:30:51.854] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Load shaders configuration.
[26авг2019 00:30:51.857] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Save shaders configuration.
[26авг2019 00:30:51.859] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Shaders can not be loaded, Anisotropic Filtering is enabled: 16x
[26авг2019 00:30:51.859] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
[26авг2019 00:30:51.863] [Client thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] No shaderpack loaded.
[26авг2019 00:30:52.389] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Version found: F2
[26авг2019 00:30:52.802] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity enchantslash.slashbeam
[26авг2019 00:30:52.900] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `illuminant_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:52.900] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `illuminant_block_on`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:52.905] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `illuminant_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:52.906] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `illuminant_panel`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:52.908] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `wall_lamp`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:52.911] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `lightbulb`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:52.915] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `simplylight` for name `rodlamp`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:53.377] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.0.55, for MC 1.14.4 with MCP 20190719.225934
[26авг2019 00:30:53.377] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.0.55 Initialized
[26авг2019 00:30:53.572] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flying_things:magic_carpet
[26авг2019 00:30:53.576] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flying_things:enchanted_broom
[26авг2019 00:30:53.595] [modloading-worker-7/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity waddles:adelie_penguin
[26авг2019 00:30:53.625] [modloading-worker-3/INFO] [Dungeon Crawl/]: Here we go!
[26авг2019 00:30:53.630] [modloading-worker-3/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `dcdungeon`, expected `dungeoncrawl`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:53.679] [modloading-worker-3/INFO] [Dungeon Crawl/]: Calculating WeightedRandomBlocks
[26авг2019 00:30:53.682] [modloading-worker-3/INFO] [Dungeon Crawl/]: Finished calculations (3 ms)
[26авг2019 00:30:56.105] [modloading-worker-5/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cfm:seat
[26авг2019 00:30:56.268] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.278] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.281] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.282] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.285] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.285] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.806] [Client thread/INFO] [com.tfar.extraanvils.ExtraAnvils/]: registering diamond anvil
[26авг2019 00:30:56.814] [Client thread/INFO] [com.tfar.extraanvils.ExtraAnvils/]: registering gold anvil
[26авг2019 00:30:56.814] [Client thread/INFO] [com.tfar.extraanvils.ExtraAnvils/]: registering stone anvil
[26авг2019 00:30:56.849] [Client thread/INFO] [ring_of_attraction/]: Blocks registered
[26авг2019 00:30:56.849] [Client thread/INFO] [ring_of_blink/]: Blocks registered
[26авг2019 00:30:56.849] [Client thread/INFO] [ring_of_growth/]: Blocks registered
[26авг2019 00:30:56.849] [Client thread/INFO] [ring_of_miner/]: Blocks registered
[26авг2019 00:30:56.849] [Client thread/INFO] [ring_of_repair/]: Blocks registered
[26авг2019 00:30:56.858] [Client thread/INFO] [sonyikaarftl/]: Items registered.
[26авг2019 00:30:56.935] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `spawnermod`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.950] [Client thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bow`, expected `extrabows`. This could be a intended override, but in most cases indicates a broken mod.
[26авг2019 00:30:56.961] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity hunterillager.hunterillager
[26авг2019 00:30:56.975] [Client thread/INFO] [ring_of_attraction/]: Items registered.
[26авг2019 00:30:56.978] [Client thread/INFO] [ring_of_blink/]: Items registered.
[26авг2019 00:30:56.981] [Client thread/INFO] [ring_of_growth/]: Items registered.
[26авг2019 00:30:56.985] [Client thread/INFO] [ring_of_miner/]: Items registered.
[26авг2019 00:30:56.987] [Client thread/INFO] [ring_of_repair/]: Items registered.
[26авг2019 00:30:57.201] [Client thread/INFO] [Dungeon Crawl/]: Adding features and structures
[26авг2019 00:30:57.268] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity biomesoplenty:boat_bop
[26авг2019 00:30:57.289] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity doggytalents:dog
[26авг2019 00:30:57.290] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity doggytalents:dog_beam
[26авг2019 00:30:57.292] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity embellishcraft:entity_chair
[26авг2019 00:30:57.293] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cannon_skull
[26авг2019 00:30:57.294] [Client thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity extraanvils:falling_anvil_entity
[26авг2019 00:30:57.309] [Client thread/INFO] [Dungeon Crawl/]: Registering features
[26авг2019 00:30:57.448] [Client thread/ERROR] [net.minecraft.resources.ResourcePack/]: Couldn't load pack metadata
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 5 column 10 path $.pack.pack_format
    at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:495) ~[?:?]
    at net.minecraft.util.JSONUtils.func_212744_a(SourceFile:546) ~[?:?]
    at net.minecraft.util.JSONUtils.func_212743_a(SourceFile:554) ~[?:?]
    at net.minecraft.resources.ResourcePack.func_195770_a(ResourcePack.java:90) [?:?]
    at net.minecraft.resources.ResourcePack.func_195760_a(ResourcePack.java:77) [?:?]
    at net.minecraft.resources.ResourcePackInfo.func_195793_a(ResourcePackInfo.java:38) [?:?]
    at net.minecraftforge.fml.packs.ResourcePackLoader$ModPackFinder.func_195730_a(ResourcePackLoader.java:76) [?:?]
    at net.minecraft.resources.ResourcePackList.func_198983_a(SourceFile:33) [?:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) [?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.0.55.jar:28.0]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source) [forge-1.14.4-28.0.55.jar:28.0]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 5 column 10 path $.pack.pack_format
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[gson-2.8.0.jar:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[gson-2.8.0.jar:?]
    at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[gson-2.8.0.jar:?]
    at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:493) ~[?:?]
    ... 21 more
[26авг2019 00:30:57.455] [Client thread/ERROR] [net.minecraft.resources.ResourcePackInfo/]: Broken/missing pack.mcmeta detected, fudging it into existance. Please check that your launcher has downloaded all assets for the game correctly!
[26авг2019 00:30:57.494] [Client thread/ERROR] [net.minecraft.resources.ResourcePack/]: Couldn't load language metadata
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 5 column 10 path $.pack.pack_format
    at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:495) ~[?:?]
    at net.minecraft.util.JSONUtils.func_212744_a(SourceFile:546) ~[?:?]
    at net.minecraft.util.JSONUtils.func_212743_a(SourceFile:554) ~[?:?]
    at net.minecraft.resources.ResourcePack.func_195770_a(ResourcePack.java:90) [?:?]
    at net.minecraft.resources.ResourcePack.func_195760_a(ResourcePack.java:77) [?:?]
    at net.minecraft.client.resources.LanguageManager.func_135043_a(LanguageManager.java:37) [?:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:463) [?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.0.55.jar:28.0]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source) [forge-1.14.4-28.0.55.jar:28.0]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 5 column 10 path $.pack.pack_format
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[gson-2.8.0.jar:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[gson-2.8.0.jar:?]
    at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[gson-2.8.0.jar:?]
    at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[gson-2.8.0.jar:?]
    at net.minecraft.util.JSONUtils.func_188173_a(SourceFile:493) ~[?:?]
    ... 19 more
[26авг2019 00:30:58.354] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[26авг2019 00:30:58.425] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures ***
[26авг2019 00:30:58.426] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: [API] AttributeFix (3.0.2).jar, [Both] Biomes O' Plenty (Alpha 9.0.0.246).jar, [Both] MrCrayfish's Furniture Mod (Alpha 7.0.0 pre-5).jar, [Both] Corail Pillar (4.5.3).jar, [Both] Corail Pillar — Extension BO'P (4.2.0) {Corail Pillar, Biomes O' Plenty}.jar, [Both] Doggy Talents (1.15.1.3).jar, [Both] Dungeon Crawl (Beta 1.3.0).jar, [Both] Elementary Ores (Beta 0.0.1).jar, [Both] OpenBlocks Elevator (Beta 1.5.1).jar, [Both] EmbellishCraft (Beta 0.0.4.0).jar, [Both] EnchantSlash (1.0.0).jar, [Client only] Enchantment Descriptions (1.3.6).jar, [Both] Enchantments Exchanger (4.0.10).jar, [Both] Enemyz (0.2.1).jar, [Both] Essentials (2.4.1).jar, [Both] EXP Bottling (1.14.4-3).jar, [Both] Extended Slabs (Beta 0.1.0).jar, [Both] Extra Anvils (2.1a).jar, [Both] Extra Bows (b2).jar, [API] FastFurnace (2.1.1).jar, [Both] Fish Traps (Beta 0.0.4).jar, [Both] The Flying things (1.8.4).jar, forge-1.14.4-28.0.55-universal.jar, [Both] Redstone Gates (1.2.0).jar, [Both] HoppersPlus (Beta 1.1).jar, [Both] HunterIllager (0.1.4).jar, [Both] AtomicStryker's Infernal Mobs (1.14.4.1).jar, [API] InstantLava (1.0.1).jar, [Both] MCFurnace (1.2.1).jar, [Both] Metal Barrels (1.3c).jar, [Both] Advanced Mining Dimension (Beta 1.0.4).jar, [Both] More Ores In ONE (1.4) {Super Tools}.jar, [Client only] Neat (1.5-19).jar, [API] NonEvaporation (1.0.0).jar, [API] Placebo (2.1.11).jar, [Both] Quick Leaf Decay (1.2.5).jar, [API] RandomPatches (1.18.1.1).jar, [Both] Ring of Attraction (1.0.7).jar, [Both] Ring of Blink (1.0.11).jar, [Both] Ring of Growth (1.0.9).jar, [Both] Ring of Miner (1.0.6).jar, [Both] Ring of Repair (1.0.9).jar, [Both] Simple Diving Gear (3.0.2).jar, [Both] Simply Light (Beta 0.8.6).jar, [Client only] Smooth Scrolling Everywhere (1.0).jar, [Both] Advanced Rotten Flesh to Leather (Red).jar, [Both] Enhanced Mob Spawners (1.4.2).jar, [Both] Sulfur and Potassium (2.2.2).jar, [Both] SuperTools (1.5b).jar, [Both] Useful Backpacks (1.7.0.34) {U Team Core}.jar, [API] U Team Core (2.7.0.129).jar, [Both] Waddles (0.8.3).jar, [Both] Wither Skeleton Tweaks (3.0.2) {Placebo}.jar, [Client only] Xaero's Minimap (1.17.7).jar, [Client only] Xaero's WorldMap (1.4.7.1).jar, Faithful HD + Mods (x64), HD Font, MC Mods Rus Translations
[26авг2019 00:30:58.637] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
[26авг2019 00:30:58.907] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\Gener\AppData\Roaming\.minecraft\config\extrabows-common.toml is not correct. Correcting
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key STONE_BOW.velocityMultiplier was corrected from 3.0 to 3.0
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key STONE_BOW.inaccuracy was corrected from 1.0 to 1.0
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key STONE_BOW.time was corrected from 18.0 to 18.0
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key STONE_BOW.damage was corrected from 1.0 to 1.0
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key IRON_BOW.velocityMultiplier was corrected from 3.5 to 3.5
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key IRON_BOW.inaccuracy was corrected from 1.0 to 1.0
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key IRON_BOW.time was corrected from 16.0 to 16.0
[26авг2019 00:30:58.908] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key IRON_BOW.damage was corrected from 2.0 to 2.0
[26авг2019 00:30:58.909] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key GOLD_BOW.velocityMultiplier was corrected from 4.25 to 4.25
[26авг2019 00:30:58.909] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key GOLD_BOW.inaccuracy was corrected from 0.5 to 0.5
[26авг2019 00:30:58.909] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key GOLD_BOW.time was corrected from 10.0 to 10.0
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key GOLD_BOW.damage was corrected from 0.0 to 0.0
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key DIAMOND_BOW.velocityMultiplier was corrected from 3.75 to 3.75
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key DIAMOND_BOW.inaccuracy was corrected from 1.0 to 1.0
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key DIAMOND_BOW.time was corrected from 15.0 to 15.0
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key DIAMOND_BOW.damage was corrected from 5.0 to 5.0
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key EMERALD_BOW.velocityMultiplier was corrected from 4.0 to 4.0
[26авг2019 00:30:58.910] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key EMERALD_BOW.inaccuracy was corrected from 1.0 to 1.0
[26авг2019 00:30:58.911] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key EMERALD_BOW.time was corrected from 15.0 to 15.0
[26авг2019 00:30:58.911] [Server-Worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key EMERALD_BOW.damage was corrected from 8.0 to 8.0
[26авг2019 00:30:58.918] [modloading-worker-3/INFO] [Dungeon Crawl/]: Common Setup
[26авг2019 00:30:58.918] [modloading-worker-5/INFO] [ring_of_attraction/]: Mod setup
[26авг2019 00:30:58.918] [modloading-worker-4/INFO] [sonyikaarftl/]: Setup method registered.
[26авг2019 00:30:58.919] [modloading-worker-5/INFO] [ring_of_blink/]: Mod setup
[26авг2019 00:30:58.919] [modloading-worker-5/INFO] [ring_of_repair/]: Mod setup
[26авг2019 00:30:58.921] [modloading-worker-0/INFO] [tv.mapper.embellishcraft.EmbellishCraft/]: EmbellishCraft setup
[26авг2019 00:30:58.947] [modloading-worker-4/INFO] [atomicstryker.infernalmobs.common.InfernalMobsCore/]: InfernalMobsCore commonSetup completed! Modifiers ready: 27
[26авг2019 00:30:58.957] [modloading-worker-7/INFO] [ring_of_growth/]: Mod setup
[26авг2019 00:30:58.957] [modloading-worker-7/INFO] [ring_of_miner/]: Mod preinit
[26авг2019 00:30:58.970] [modloading-worker-5/INFO] [com.gmail.rohzek.dive.util.LogHelper/]: Hello Minecraft, how are you? Did you know that Tony loves Amy? 2 years and 10 months together. ❤️
[26авг2019 00:30:59.021] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [instantlava] Starting version check at https://craft.mystia.org/InstantLava/1.13.2.json
[26авг2019 00:30:59.237] [modloading-worker-4/INFO] [UTeamCore/]: Discord client was not found.
[26авг2019 00:30:59.238] [Server-Worker-6/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after COMMON_SETUP: 1 jobs
[26авг2019 00:30:59.280] [Server-Worker-6/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.038
[26авг2019 00:30:59.282] [modloading-worker-5/INFO] [ring_of_attraction/]: Got game settings net.minecraft.client.GameSettings@49817634
[26авг2019 00:30:59.282] [modloading-worker-6/INFO] [sonyikaarftl/]: clientRegistries method registered.
[26авг2019 00:30:59.283] [modloading-worker-5/INFO] [ring_of_blink/]: Got game settings net.minecraft.client.GameSettings@49817634
[26авг2019 00:30:59.283] [modloading-worker-0/INFO] [xaero.minimap.XaeroMinimap/]: Loading Xaero's Minimap.
[26авг2019 00:30:59.284] [modloading-worker-5/INFO] [ring_of_repair/]: Got game settings net.minecraft.client.GameSettings@49817634
[26авг2019 00:30:59.285] [modloading-worker-5/INFO] [ring_of_growth/]: Got game settings net.minecraft.client.GameSettings@49817634
[26авг2019 00:30:59.285] [modloading-worker-5/INFO] [ring_of_miner/]: Got game settings net.minecraft.client.GameSettings@49817634
[26авг2019 00:30:59.291] [modloading-worker-2/INFO] [tv.mapper.embellishcraft.EmbellishCraft/]: EmbellishCraft client setup
[26авг2019 00:30:59.291] [modloading-worker-2/INFO] [Dungeon Crawl/]: Client Setup
[26авг2019 00:30:59.467] [Server-Worker-4/INFO] [net.optifine.Config/]: [OptiFine] Loading textures/font/ascii_sga.properties
[26авг2019 00:30:59.661] [modloading-worker-0/INFO] [xaero.map.WorldMap/]: Loading Xaero's World Map.
[26авг2019 00:31:00.239] [Server-Worker-4/INFO] [net.optifine.Config/]: [OptiFine] Loading textures/font/ascii.properties
[26авг2019 00:31:00.250] [Server-Worker-4/INFO] [net.minecraft.client.gui.fonts.providers.TrueTypeGlyphProviderFactory/]: Loading font
[26авг2019 00:31:00.251] [Server-Worker-4/INFO] [net.minecraft.client.gui.fonts.providers.TrueTypeGlyphProviderFactory/]: Reading font
[26авг2019 00:31:02.686] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [instantlava] Found status: BETA Current: 1.0.1 Target: null
[26авг2019 00:31:02.687] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [nonevaporation] Starting version check at https://craft.mystia.org/NonEvaporation/1.13.2.json
[26авг2019 00:31:04.178] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [nonevaporation] Found status: BETA Current: 1.0.0 Target: null
[26авг2019 00:31:04.178] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [uteamcore] Starting version check at https://api.u-team.info/update/uteamcore.json
[26авг2019 00:31:04.451] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [uteamcore] Found status: UP_TO_DATE Current: 2.7.0.129 Target: null
[26авг2019 00:31:04.453] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mining_dimension] Starting version check at http://maxhenkel.de/update/mining_dimension.json
[26авг2019 00:31:04.751] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mining_dimension] Found status: UP_TO_DATE Current: 1.14.4-1.0.4 Target: null
[26авг2019 00:31:04.752] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corail_pillar] Starting version check at https://raw.githubusercontent.com/Corail31/trash/master/update_pillar.json
[26авг2019 00:31:04.898] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corail_pillar] Found status: UP_TO_DATE Current: 4.5.3 Target: null
[26авг2019 00:31:04.898] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corail_pillar_extension_biomesoplenty] Starting version check at https://raw.githubusercontent.com/Corail31/trash/master/update_pillar_extension_biomesoplenty.json
[26авг2019 00:31:04.924] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [corail_pillar_extension_biomesoplenty] Found status: UP_TO_DATE Current: 4.2.0 Target: null
[26авг2019 00:31:04.925] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [doggytalents] Starting version check at https://raw.githubusercontent.com/percivalalb/DoggyTalents/master/version.json
[26авг2019 00:31:04.958] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [doggytalents] Found status: UP_TO_DATE Current: 1.15.1.3 Target: null
[26авг2019 00:31:04.958] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [elementaryores] Starting version check at https://raw.githubusercontent.com/Lothrazar/elementary-ores/master/update.json
[26авг2019 00:31:05.144] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.FileNotFoundException: https://raw.githubusercontent.com/Lothrazar/elementary-ores/master/update.json
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$3316/2069787545.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/Lothrazar/elementary-ores/master/update.json
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
    ... 4 more
[26авг2019 00:31:05.145] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [enchxchg] Starting version check at http://snowstep115.pr-ac.jp/enchxchg.json
[26авг2019 00:31:05.978] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [enchxchg] Found status: AHEAD Current: 1.14.4-4.0.10 Target: null
[26авг2019 00:31:05.978] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [exp_bottling] Starting version check at https://raw.githubusercontent.com/eideehi/ExpBottling/master/update.json
[26авг2019 00:31:06.051] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [exp_bottling] Found status: AHEAD Current: 1.14.4-3 Target: null
[26авг2019 00:31:06.051] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [extendedslabs] Starting version check at https://thinkverse.dev/extended-slabs/update
[26авг2019 00:31:06.237] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [extendedslabs] Found status: UP_TO_DATE Current: 0.1.0-beta Target: null
[26авг2019 00:31:06.237] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [fishtraps] Starting version check at https://www.curseforge.com/minecraft/mc-mods/fish-traps
[26авг2019 00:31:06.301] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.curseforge.com/minecraft/mc-mods/fish-traps
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$3316/2069787545.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.curseforge.com/minecraft/mc-mods/fish-traps
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
    ... 4 more
[26авг2019 00:31:06.302] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [mcfurnace] Starting version check at http://myurl.me/
[26авг2019 00:31:06.402] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$3316/2069787545.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1839) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
    ... 4 more
[26авг2019 00:31:06.402] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moreoresinone] Starting version check at https://raw.githubusercontent.com/TheKiritoPlayer20/MoreOresInONE/update/update.json
[26авг2019 00:31:06.428] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [moreoresinone] Found status: UP_TO_DATE Current: 1.4 Target: null
[26авг2019 00:31:06.428] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [cfm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
[26авг2019 00:31:06.562] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information
java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884) ~[?:1.8.0_51]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?]
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) [?:?]
    at net.minecraftforge.fml.VersionChecker$1$$Lambda$3316/2069787545.accept(Unknown Source) [?:?]
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?]
Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[?:1.8.0_51]
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_51]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[?:1.8.0_51]
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?]
    ... 4 more
[26авг2019 00:31:06.564] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [supertools] Starting version check at https://raw.githubusercontent.com/TheKiritoPlayer20/SuperTools/updates/update.json
[26авг2019 00:31:06.747] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [supertools] Found status: UP_TO_DATE Current: 1.5b Target: null
[26авг2019 00:31:06.747] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [flying_things] Starting version check at https://raw.githubusercontent.com/Corail31/trash/master/update_flying_things.json
[26авг2019 00:31:06.772] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [flying_things] Found status: UP_TO_DATE Current: 1.8.4 Target: null
[26авг2019 00:31:06.772] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [usefulbackpacks] Starting version check at https://api.u-team.info/update/usefulbackpacks.json
[26авг2019 00:31:06.977] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [usefulbackpacks] Found status: UP_TO_DATE Current: 1.7.0.34 Target: null
[26авг2019 00:31:06.977] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[26авг2019 00:31:07.362] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.363] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.364] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.364] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.364] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.364] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.364] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.364] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.365] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.366] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.367] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.368] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.369] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.370] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.371] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.372] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.372] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.372] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.372] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.372] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.372] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.373] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.373] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.373] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.373] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.374] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.374] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.374] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.374] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.374] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.374] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.375] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.375] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.375] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.375] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.375] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.375] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.376] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.376] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.376] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.376] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.376] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.376] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.377] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.378] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.379] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.380] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.381] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.382] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.383] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.384] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.385] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.386] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.387] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.388] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.389] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.389] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.389] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.389] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.389] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.389] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.390] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.391] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.392] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:07.711] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA Current: 28.0.55 Target: 28.0.55
[26авг2019 00:31:08.097] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:08.566] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:08.705] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in minecraft:block/jungle_trapdoor_top
[26авг2019 00:31:08.705] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in minecraft:block/jungle_trapdoor_open
[26авг2019 00:31:08.705] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in minecraft:block/jungle_trapdoor_bottom
[26авг2019 00:31:08.705] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in minecraft:item/jungle_trapdoor
[26авг2019 00:31:08.705] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #legs in cfm:block/table_corner
[26авг2019 00:31:08.705] [Server-Worker-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #top in cfm:block/table_corner
[26авг2019 00:31:08.710] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: true
[26авг2019 00:31:08.735] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:08.739] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:08.943] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass/glass.properties
[26авг2019 00:31:08.958] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass/glass_pane.properties
[26авг2019 00:31:08.963] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_black/glass_black.properties
[26авг2019 00:31:08.970] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_black/glass_pane_black.properties
[26авг2019 00:31:08.976] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_blue/glass_blue.properties
[26авг2019 00:31:08.983] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_blue/glass_pane_blue.properties
[26авг2019 00:31:08.988] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_brown/glass_brown.properties
[26авг2019 00:31:08.995] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_brown/glass_pane_brown.properties
[26авг2019 00:31:09.000] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_cyan/glass_cyan.properties
[26авг2019 00:31:09.007] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_cyan/glass_pane_cyan.properties
[26авг2019 00:31:09.012] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_gray/glass_gray.properties
[26авг2019 00:31:09.019] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_gray/glass_pane_gray.properties
[26авг2019 00:31:09.024] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_green/glass_green.properties
[26авг2019 00:31:09.032] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_green/glass_pane_green.properties
[26авг2019 00:31:09.036] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_light_blue/glass_light_blue.properties
[26авг2019 00:31:09.044] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_light_blue/glass_pane_light_blue.properties
[26авг2019 00:31:09.048] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_light_gray/glass_light_gray.properties
[26авг2019 00:31:09.055] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_light_gray/glass_pane_light_gray.properties
[26авг2019 00:31:09.060] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_lime/glass_lime.properties
[26авг2019 00:31:09.067] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_lime/glass_pane_lime.properties
[26авг2019 00:31:09.071] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_magenta/glass_magenta.properties
[26авг2019 00:31:09.078] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_magenta/glass_pane_magenta.properties
[26авг2019 00:31:09.082] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_orange/glass_orange.properties
[26авг2019 00:31:09.090] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_orange/glass_pane_orange.properties
[26авг2019 00:31:09.095] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_pink/glass_pane_pink.properties
[26авг2019 00:31:09.102] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_pink/glass_pink.properties
[26авг2019 00:31:09.107] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_purple/glass_pane_purple.properties
[26авг2019 00:31:09.115] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_purple/glass_purple.properties
[26авг2019 00:31:09.119] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_red/glass_pane_red.properties
[26авг2019 00:31:09.126] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_red/glass_red.properties
[26авг2019 00:31:09.130] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_white/glass_pane_white.properties
[26авг2019 00:31:09.137] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_white/glass_white.properties
[26авг2019 00:31:09.142] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_yellow/glass_pane_yellow.properties
[26авг2019 00:31:09.149] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/glass_yellow/glass_yellow.properties
[26авг2019 00:31:09.153] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.159] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.159] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.162] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.163] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.166] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.166] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.169] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.170] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.173] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.174] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.177] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.177] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.181] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.181] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.185] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.186] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.189] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.190] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.193] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.193] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.197] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.197] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.203] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.203] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.207] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.208] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.212] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.212] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.215] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.216] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.220] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.220] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.224] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.224] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.228] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.229] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.232] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.232] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.235] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.235] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.239] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.239] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.243] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.243] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.246] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.246] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.249] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.250] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.253] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.253] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.257] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.257] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.261] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.261] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.264] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.264] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.267] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.267] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.270] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.270] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.274] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.274] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.278] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.278] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.281] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.281] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.284] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.284] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.288] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.288] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.292] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.292] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.295] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.295] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.298] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.298] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.301] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.302] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.305] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.305] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.309] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.309] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.312] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.312] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.316] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.316] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.319] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.319] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.323] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.323] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.327] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.328] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.331] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.331] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.334] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.335] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.339] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.339] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.343] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.343] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.346] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.346] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.350] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.350] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.353] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.353] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.357] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.357] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.360] [Server-Worker-5/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:09.361] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.364] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[26авг2019 00:31:09.366] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[26авг2019 00:31:18.310] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4
[26авг2019 00:31:18.678] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Scaled non power of 2: extraanvils:blocks/damaged_diamond_anvil, 129 -> 144
[26авг2019 00:31:18.678] [Server-Worker-5/WARN] [net.minecraft.client.renderer.texture.AtlasTexture/]: Texture extraanvils:blocks/damaged_diamond_anvil with size 144x142 limits mip level from 4 to 1
[26авг2019 00:31:18.679] [Server-Worker-5/INFO] [net.optifine.Config/]: [OptiFine] Scaled non power of 2: extraanvils:blocks/chipped_diamond_anvil, 129 -> 144
[26авг2019 00:31:18.680] [Server-Worker-5/WARN] [net.minecraft.client.renderer.texture.AtlasTexture/]: textures: dropping miplevel from 4 to 1, because of minimum power of two: 2
[26авг2019 00:31:19.231] [modloading-worker-1/INFO] [xaero.minimap.XaeroMinimap/]: Processing Xaero's Minimap.
[26авг2019 00:31:19.235] [modloading-worker-2/INFO] [ring_of_attraction/]: Hello world from RingOfAttraction
[26авг2019 00:31:19.235] [modloading-worker-6/INFO] [ring_of_repair/]: Hello world from RingOfRepair
[26авг2019 00:31:19.236] [modloading-worker-6/INFO] [ring_of_repair/]: Got IMC [Hello world]
[26авг2019 00:31:19.236] [modloading-worker-2/INFO] [ring_of_attraction/]: Got IMC [Hello world]
[26авг2019 00:31:19.236] [modloading-worker-3/INFO] [ring_of_growth/]: Hello world from RingOfGrowth
[26авг2019 00:31:19.236] [modloading-worker-3/INFO] [ring_of_growth/]: Got IMC [Hello world]
[26авг2019 00:31:19.237] [modloading-worker-3/INFO] [ring_of_miner/]: Hello world from RingOfMiner
[26авг2019 00:31:19.237] [modloading-worker-3/INFO] [ring_of_miner/]: Got IMC [Hello world]
[26авг2019 00:31:19.237] [modloading-worker-2/INFO] [ring_of_blink/]: Hello world from RingOfBlink
[26авг2019 00:31:19.237] [modloading-worker-2/INFO] [ring_of_blink/]: Got IMC [Hello world]
[26авг2019 00:31:19.840] [modloading-worker-1/INFO] [STDOUT/]: [xaero.common.mods.SupportMods:<init>:22]: Xaero's Minimap: World Map found!
[26авг2019 00:31:19.848] [modloading-worker-1/INFO] [xaero.map.WorldMap/]: Processing Xaero's World Map.
[26авг2019 00:31:19.854] [modloading-worker-1/INFO] [xaero.map.WorldMap/]: Xaero's WorldMap Mod: Xaero's minimap found!
[26авг2019 00:31:19.863] [modloading-worker-6/INFO] [corail_pillar/]: Total pillars count : 106 (X2)
[26авг2019 00:31:20.733] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[26авг2019 00:31:21.304] [Client thread/WARN] [net.minecraft.client.resources.Locale/]: Skipped language file: enchdesc:lang/ru_ru.json (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 48 column 3 path $.enchantment.minecraft.piercing.desc)
[26авг2019 00:31:21.375] [Client thread/WARN] [net.minecraft.client.resources.Locale/]: Skipped language file: simplylight:lang/ru_ru.json (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 37 column 4 path $.block.simplylight.lightbulb.info2)
[26авг2019 00:31:21.510] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[26авг2019 00:31:21.511] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[26авг2019 00:31:21.648] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 4096x4096 textures-atlas
[26авг2019 00:31:21.736] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 38
[26авг2019 00:31:28.796] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:28.796] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:28.796] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:28.796] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:32.168] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] ItemOverrideCache: minecraft:time=193 -> minecraft:item/clock ...
[26авг2019 00:31:33.342] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:33.342] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:33.342] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:33.342] [Client thread/WARN] [net.minecraft.client.renderer.model.BlockModel/]: Unable to resolve texture due to upward reference: #top in cfm:block/table_corner
[26авг2019 00:31:35.881] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512 textures/particle-atlas
[26авг2019 00:31:35.884] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x1024 textures/painting-atlas
[26авг2019 00:31:35.886] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas
[26авг2019 00:31:35.886] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures ***
[26авг2019 00:31:35.892] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.893] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.893] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.893] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.893] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.893] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.893] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.894] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.895] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.896] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.897] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.897] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.897] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.897] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.897] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:35.897] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.135] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.136] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.137] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.138] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.139] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] CustomColors: Invalid dimension ID: 0_rain, path: optifine/lightmap/world0_rain.png
[26авг2019 00:31:36.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] CustomColors: Invalid dimension ID: 0_thunder, path: optifine/lightmap/world0_thunder.png
[26авг2019 00:31:36.338] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] CustomColors: Colormap optifine/lightmap/world-1.png
[26авг2019 00:31:36.511] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] CustomColors: Colormap optifine/lightmap/world0.png
[26авг2019 00:31:36.517] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] CustomColors: Colormap optifine/lightmap/world1.png
[26авг2019 00:31:36.526] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] CustomColors: Colormap optifine/lightmap/world0_rain.png
[26авг2019 00:31:36.533] [Client thread/INFO] [net.optifine.Config/]: [OptiFine] CustomColors: Colormap optifine/lightmap/world0_thunder.png
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.544] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.545] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.546] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.547] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.548] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.549] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.549] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.549] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.549] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.549] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.762] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.763] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.764] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.765] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:36.766] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.335] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.335] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.335] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.335] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.336] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.337] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.338] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.339] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.339] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.339] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.339] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.339] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.339] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.342] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.343] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.344] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:37.345] [Client thread/WARN] [net.optifine.Config/]: [OptiFine] Unknown resource pack file: dummy
[26авг2019 00:31:39.888] [Client thread/INFO] [xaero.map.WorldMap/]: World Map is outdated!
[26авг2019 00:31:39.889] [Client thread/INFO] [STDOUT/]: [xaero.common.events.ForgeEventHandler:onOutdatedOverridable:168]: Minimap is outdated!
[26авг2019 00:31:55.926] [Client thread/INFO] [net.minecraft.client.gui.screen.ConnectingScreen/]: Connecting to 192.168.0.101, 25565
[26авг2019 00:31:58.105] [Netty Client IO #1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
[26авг2019 00:31:58.230] [Netty Client IO #1/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server.
[26авг2019 00:31:59.411] [Netty Client IO #1/ERROR] [net.minecraft.command.arguments.ArgumentTypes/]: Could not deserialize minecraft:
[26авг2019 00:32:00.168] [Client thread/ERROR] [net.minecraft.client.MainWindow/]: ########## GL ERROR ##########
[26авг2019 00:32:00.168] [Client thread/ERROR] [net.minecraft.client.MainWindow/]: @ Post render
[26авг2019 00:32:00.168] [Client thread/ERROR] [net.minecraft.client.MainWindow/]: 65539: Invalid key 0
[26авг2019 00:32:00.873] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 2 advancements
[26авг2019 00:32:01.635] [Client thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
    Index: 2
    Listeners:
        0: NORMAL
        1: ASM: atomicstryker.infernalmobs.client.InfernalMobsClient@36769263 onTick(Lnet/minecraftforge/client/event/RenderGameOverlayEvent$Pre;)V
        2: ASM: atomicstryker.infernalmobs.client.InfernalMobsClient@36769263 onPreRenderGameOverlay(Lnet/minecraftforge/client/event/RenderGameOverlayEvent$Pre;)V
        3: ASM: xaero.common.events.ForgeEventHandler@1b270c2e handleRenderGameOverlayEventPre(Lnet/minecraftforge/client/event/RenderGameOverlayEvent$Pre;)V
java.lang.NullPointerException
    at atomicstryker.infernalmobs.common.InfernalMobsCore.getIsHealthBarDisabled(InfernalMobsCore.java:688)
    at atomicstryker.infernalmobs.client.InfernalMobsClient.onPreRenderGameOverlay(InfernalMobsClient.java:85)
    at net.minecraftforge.eventbus.ASMEventHandler_56_InfernalMobsClient_onPreRenderGameOverlay_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.ForgeIngameGui.pre(ForgeIngameGui.java:827)
    at net.minecraftforge.client.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:120)
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:827)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:886)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

[26авг2019 00:32:01.644] [Client thread/FATAL] [net.minecraft.client.Minecraft/]: Unreported exception thrown!
java.lang.NullPointerException: null
    at atomicstryker.infernalmobs.common.InfernalMobsCore.getIsHealthBarDisabled(InfernalMobsCore.java:688) ~[?:1.14.4.1]
    at atomicstryker.infernalmobs.client.InfernalMobsClient.onPreRenderGameOverlay(InfernalMobsClient.java:85) ~[?:1.14.4.1]
    at net.minecraftforge.eventbus.ASMEventHandler_56_InfernalMobsClient_onPreRenderGameOverlay_Pre.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-0.10.6-service.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.6-service.jar:?]
    at net.minecraftforge.client.ForgeIngameGui.pre(ForgeIngameGui.java:827) ~[?:?]
    at net.minecraftforge.client.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:120) ~[?:?]
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:827) ~[?:?]
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:886) ~[?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.0.55.jar:28.0]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source) [forge-1.14.4-28.0.55.jar:28.0]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?]
[26авг2019 00:32:05.989] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:100]: ---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 26.08.19 0:32
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at atomicstryker.infernalmobs.common.InfernalMobsCore.getIsHealthBarDisabled(InfernalMobsCore.java:688) ~[?:1.14.4.1] {}
    at atomicstryker.infernalmobs.client.InfernalMobsClient.onPreRenderGameOverlay(InfernalMobsClient.java:85) ~[?:1.14.4.1] {}
    at net.minecraftforge.eventbus.ASMEventHandler_56_InfernalMobsClient_onPreRenderGameOverlay_Pre.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-0.10.6-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.6-service.jar:?] {}
    at net.minecraftforge.client.ForgeIngameGui.pre(ForgeIngameGui.java:827) ~[?:?] {}
    at net.minecraftforge.client.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:120) ~[?:?] {}
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:827) ~[?:?] {pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:886) [?:?] {pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.0.55.jar:28.0] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source) [forge-1.14.4-28.0.55.jar:28.0] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at atomicstryker.infernalmobs.common.InfernalMobsCore.getIsHealthBarDisabled(InfernalMobsCore.java:688)
    at atomicstryker.infernalmobs.client.InfernalMobsClient.onPreRenderGameOverlay(InfernalMobsClient.java:85)
    at net.minecraftforge.eventbus.ASMEventHandler_56_InfernalMobsClient_onPreRenderGameOverlay_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.ForgeIngameGui.pre(ForgeIngameGui.java:827)
    at net.minecraftforge.client.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:120)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['General_Radek'/131, l='MpServer', x=-67.50, y=64.00, z=231.50]]
    Chunk stats: Client Chunk Cache: 3025, 478
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: 0
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (-64,64,224), Chunk: (at 0,4,0 in -4,14; contains blocks -64,0,224 to -49,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 2873 game time, 2873 day time
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:574)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1745)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:405)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$349/1105958076.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 8481299992 bytes (8088 MB) / 10670309376 bytes (10176 MB) up to 10737418240 bytes (10240 MB)
    CPUs: 8
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 3.2.0+60+b86c1d4
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-0.10.6-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-0.16.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.0.55.jar runtimedistcleaner PLUGINSERVICE 
        /%5BClient%20only%5D%20OptiFine%20HD%20Ultra%20F4%20(Pre-release%202).jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.0.55.jar fml TRANSFORMATIONSERVICE 
    FML: 28.0
    Forge: net.minecraftforge:28.0.55
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        [API] AttributeFix (3.0.2).jar AttributeFix {[email protected] DONE}
        [API] FastFurnace (2.1.1).jar FastFurnace {[email protected] DONE}
        [API] InstantLava (1.0.1).jar InstantLava {[email protected] DONE}
        [API] NonEvaporation (1.0.0).jar NonEvaporation {[email protected] DONE}
        [API] Placebo (2.1.11).jar Placebo {[email protected] DONE}
        [API] RandomPatches (1.18.1.1).jar RandomPatches {[email protected] DONE}
        [API] U Team Core (2.7.0.129).jar U Team Core {[email protected] DONE}
        [Both] Advanced Mining Dimension (Beta 1.0.4).jar Mining World {[email protected] DONE}
        [Both] Advanced Rotten Flesh to Leather (Red).jar Advanced Rotten Flesh to Leather {[email protected] DONE}
        [Both] AtomicStryker's Infernal Mobs (1.14.4.1).jar Infernal Mobs {[email protected] DONE}
        [Both] Biomes O' Plenty (Alpha 9.0.0.246).jar Biomes O' Plenty {[email protected] DONE}
        [Both] Corail Pillar (4.5.3).jar Corail Pillar {[email protected] DONE}
        [Both] Corail Pillar — Extension BO'P (4.2.0) {Corail Pillar, Biomes O' Plenty}.jar Corail Pillar - Biomes O'Plenty Extension {[email protected] DONE}
        [Both] Doggy Talents (1.15.1.3).jar Doggy Talents {[email protected] DONE}
        [Both] Dungeon Crawl (Beta 1.3.0).jar Dungeon Crawl {[email protected] DONE}
        [Both] Elementary Ores (Beta 0.0.1).jar Elementary Ores {[email protected] DONE}
        [Both] EmbellishCraft (Beta 0.0.4.0).jar EmbellishCraft {[email protected] DONE}
        [Both] Enchantments Exchanger (4.0.10).jar Enchantments Exchanger {[email protected] DONE}
        [Both] EnchantSlash (1.0.0).jar EnchantSlash {[email protected] DONE}
        [Both] Enemyz (0.2.1).jar Enemyz {[email protected] DONE}
        [Both] Enhanced Mob Spawners (1.4.2).jar Enhanced Mob Spawners {[email protected] DONE}
        [Both] Essentials (2.4.1).jar Essentials {[email protected] DONE}
        [Both] EXP Bottling (1.14.4-3).jar EXP Bottling {[email protected] DONE}
        [Both] Extended Slabs (Beta 0.1.0).jar Extended Slabs {[email protected] DONE}
        [Both] Extra Anvils (2.1a).jar Extra Anvils {[email protected] DONE}
        [Both] Extra Bows (b2).jar Extra Bows {[email protected] b2 DONE}
        [Both] Fish Traps (Beta 0.0.4).jar Fish Traps {[email protected] DONE}
        [Both] HoppersPlus (Beta 1.1).jar Hoppers Plus {[email protected] DONE}
        [Both] HunterIllager (0.1.4).jar HunterIllager {[email protected] DONE}
        [Both] MCFurnace (1.2.1).jar MCFurnace {[email protected] DONE}
        [Both] Metal Barrels (1.3c).jar Metal Barrels {[email protected] DONE}
        [Both] More Ores In ONE (1.4) {Super Tools}.jar More Ores in ONE {[email protected] DONE}
        [Both] MrCrayfish's Furniture Mod (Alpha 7.0.0 pre-5).jar MrCrayfish's Furniture Mod {[email protected] DONE}
        [Both] OpenBlocks Elevator (Beta 1.5.1).jar Elevator Mod {[email protected] DONE}
        [Both] Quick Leaf Decay (1.2.5).jar Quick Leaf Decay {[email protected] DONE}
        [Both] Redstone Gates (1.2.0).jar Gates {[email protected] DONE}
        [Both] Ring of Attraction (1.0.7).jar Ring of Attraction {[email protected] DONE}
        [Both] Ring of Blink (1.0.11).jar Ring of Blink {[email protected] DONE}
        [Both] Ring of Growth (1.0.9).jar Ring of Growth {[email protected] DONE}
        [Both] Ring of Miner (1.0.6).jar Ring of Miner {[email protected] DONE}
        [Both] Ring of Repair (1.0.9).jar Ring of Repair {[email protected] DONE}
        [Both] Simple Diving Gear (3.0.2).jar Simple Diving Gear {[email protected] mc 1.14.4 DONE}
        [Both] Simply Light (Beta 0.8.6).jar Simply Light {[email protected] DONE}
        [Both] Sulfur and Potassium (2.2.2).jar Sulfur And Potassium - make gunpowder {[email protected] DONE}
        [Both] SuperTools (1.5b).jar Super Tools {[email protected] DONE}
        [Both] The Flying things (1.8.4).jar The Flying Things {[email protected] DONE}
        [Both] Useful Backpacks (1.7.0.34) {U Team Core}.jar Useful Backpacks {[email protected] DONE}
        [Both] Waddles (0.8.3).jar Waddles {[email protected] DONE}
        [Both] Wither Skeleton Tweaks (3.0.2) {Placebo}.jar Wither Skeleton Tweaks {[email protected] DONE}
        [Client only] Enchantment Descriptions (1.3.6).jar EnchantmentDescriptions {[email protected] DONE}
        [Client only] Neat (1.5-19).jar Neat {[email protected] DONE}
        [Client only] Smooth Scrolling Everywhere (1.0).jar Smooth Scrolling Everywhere {[email protected] DONE}
        [Client only] Xaero's Minimap (1.17.7).jar Xaero's Minimap {[email protected] DONE}
        [Client only] Xaero's WorldMap (1.4.7.1).jar Xaero's World Map {[email protected] DONE}
        forge-1.14.4-28.0.55-universal.jar Forge {[email protected] DONE}
        forge-1.14.4-28.0.55-client.jar Minecraft {[email protected] DONE}
    Launched Version: 1.14.4-forge-28.0.55
    LWJGL: 3.2.2 build 10
    OpenGL: GeForce GTX 880M/PCIe/SSE2 GL version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, file/Faithful HD + Mods (x64), file/HD Font, file/MC Mods Rus Translations
    Current Language: Русский (Россия)
    CPU: 8x Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz
[26авг2019 00:32:06.014] [Client thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:100]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Gener\AppData\Roaming\.minecraft\crash-reports\crash-2019-08-26_00.32.05-client.txt
[26авг2019 00:32:06.015] [Discord Rich Presence Stop Thread/INFO] [UTeamCore/]: Discord client closed.

 

Posted

"Encrypting..."? That worries me...

As for the crash, try removing Optifine

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Posted

Ah, I see it now. That's new during the process isn't it?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • ⊤emu has revolutionized online shopping with its unbeatable prices, free shipping to 67 countries, and exclusive discounts like the ⊤emu $100 Off Coupon Code [acu639380]. Whether you’re a first-time user or a loyal customer, this code unlocks incredible savings on trending items—from fashion and electronics to home essentials. Let’s dive into how to maximize your ⊤emu experience with this game-changing offer. Why ⊤emu Stands Out ⊤emu isn’t just another online marketplace—it’s a treasure trove of affordable, high-quality products. With a vast inventory spanning fashion, electronics, home décor, beauty, and more, you’ll find everything you need (and want!) at prices that feel like a steal. But what truly sets ⊤emu apart? Fast Delivery: Orders arrive quickly, no matter where you are. Free Shipping: Enjoy zero delivery fees in 67+ countries. Up to 90% Off: Regular discounts and seasonal sales make shopping guilt-free. Verified Coupon Codes: Codes like [acu639380] add an extra layer of savings. ⊤emu Coupon Codes: Unlocking Savings ⊤emu offers multiple coupon codes to help you save big. Here’s a breakdown of the most popular ones: - acu639380: ⊤emu $100 Off Coupon Code [acu639380] for new and existing users. - acu639380 : Additional discounts on select items. - acu639380 : Special offers on trending products. - acu639380 : Exclusive seasonal promotions. - acu639380 : Bonus savings for frequent shoppers. Each code targets different needs, ensuring you never miss out on a deal. How to Use the ⊤emu $100 Off Coupon Code [acu639380] Applying the ⊤emu $100 Off Coupon Code [acu639380] is simple: Visit ⊤emu: Head to the app or website. Add Items: Browse and add products to your cart. Checkout: Enter [acu639380] in the coupon field. Save: Watch your total drop by $100 instantly. This code works for first-time users, offering a flat $100 discount on your inaugural order. Existing users can also use it to stack savings with ongoing promotions. Benefits of the ⊤emu $100 Off Coupon Code [acu639380] So, why should you use this code? Here’s what you gain: Massive Savings: $100 off on your first order or existing purchases. Free Shipping: No extra delivery fees in 67+ countries. Wide Selection: Apply the code to electronics, fashion, home goods, and more. Legitimacy: Verified by thousands of users—⊤emu $100 Off Coupon Code [acu639380] is legit. No Minimum Spend: Save big without meeting purchase thresholds. Latest ⊤emu Coupon Code $100 Off [acu639380] + Get 30% Discount ⊤emu often pairs its $100 Off Coupon Code [acu639380] with other perks. For example, first-time users might snag 30% off on select items or receive free gifts. These bundles amplify savings, letting you enjoy up to 70% off on trending products. Is the ⊤emu $100 Off Coupon Code [acu639380] Legit? Absolutely! ⊤emu $100 Off Coupon Code [acu639380] is legit, with thousands of users successfully redeeming it. The code works seamlessly, and ⊤emu’s reputation for fast shipping and quality products ensures a smooth experience. What Is the ⊤emu $100 Off Coupon Code [acu639380]? The ⊤emu $100 Off Coupon Code [acu639380] is a promotional code designed to reward users with $100 off on purchases. It’s available for new and existing users, making it a versatile tool for anyone shopping on ⊤emu. How Does the $100 Off Coupon Code [acu639380] Work on ⊤emu? The code applies automatically at checkout. Simply enter [acu639380], and ⊤emu deducts $100 from your total. It’s a straightforward way to save big without hassle. ⊤emu $100 Off Coupon Code [acu639380] Free Shipping Pair the ⊤emu $100 Off Coupon Code [acu639380] with ⊤emu’s free shipping policy for maximum savings. Orders ship globally without extra fees, ensuring your discounted items arrive quickly and affordably. Summary ⊤emu Coupon Code $100 Off [acu639380] ⊤emu $100 Off Coupon Code [acu639380] legit What is the ⊤emu $100 Off Coupon Code [acu639380]? Latest ⊤emu Coupon Code $100 Off [acu639380] + Get 30% Discount $100 Off Coupon Code [acu639380] on ⊤emu What is a $100 Off Coupon Code [acu639380] on ⊤emu? How does the $100 Off Coupon Code [acu639380] work on ⊤emu? $100 Off dollar Coupon Code [acu639380] ⊤emu ⊤emu $100 Off Coupon Code [acu639380] free shipping What's the $100 Off Coupon Code [acu639380] on ⊤emu? Final Note: Use The Latest ⊤emu Coupon Code $100 Off ⊤emu coupon code |(ACU639380)| $100 off is a golden opportunity to save big on your first order. Whether you’re shopping for essentials or splurging on a trend, this code ensures you get the best value. ⊤emu coupon $100 off isn’t just a discount—it’s a gateway to discovering ⊤emu’s unbeatable prices and fast delivery. With codes like [acu639380], you’ll never miss out on a deal. FAQs: Of ⊤emu $100 Off Coupon What is the ⊤emu $100 Off Coupon Code [acu639380]? A promotional code offering $100 off for new and existing users. Is the ⊤emu $100 Off Coupon Code [acu639380] legit? Yes! Verified by users and ⊤emu’s trusted platform. How does the ⊤emu $100 Off Coupon Code [acu639380] work? Enter [acu639380] at checkout to apply the discount instantly. Can I combine the ⊤emu $100 Off Coupon Code [acu639380] with other offers? Yes, stack it with seasonal sales or free shipping for bigger savings. Does the ⊤emu $100 Off Coupon Code [acu639380] expire? Codes are updated regularly—use them as soon as possible. ⊤emu $100 Off Coupon Code [acu639380] is your ticket to unlocking incredible deals. Start shopping today and enjoy the thrill of saving big!
    • How To Get ⊤emu Coupon Code 90% + $100 Off {[ACU639380]} First Order ⊤emu has become a game-changer for savvy shoppers worldwide, offering unbeatable prices, trending items, and fast delivery to over 67 countries. If you want to maximize your savings with ⊤emu, you're in the right place. By using the exclusive ⊤emu Coupon code {[ACU639380]}, you can unlock Coupons of up to 90% on your first order, and that’s just the beginning! Here's a detailed guide to help you claim the best deals, including codes like ⊤emu Coupon code {[ACU639380]} $100 off, ⊤emu Coupon code {[ACU639380]} 40% off, and more. Let’s dive in! What Makes ⊤emu the Perfect Shopping Destination? ⊤emu’s appeal lies in its massive product catalog, which features everything from electronics and fashion to home essentials and beauty products. With free shipping to 67 countries and prices slashed by up to 90%, it’s no wonder that shoppers worldwide are flocking to ⊤emu. Here are some standout benefits: Unbeatable Prices: ⊤emu’s Coupons often rival holiday sales, making it easy to save big year-round. Exclusive Coupon Codes: With offers like ⊤emu Coupon code {[ACU639380]} $100 off and ⊤emu Coupon code {[ACU639380]} 90% off, you can get even better deals. Fast Delivery: Despite its affordability, ⊤emu delivers quickly and reliably. Wide Availability: Whether you’re in North America, South America, or Europe, ⊤emu ships to 67 countries for free. Trending Products: ⊤emu regularly updates its inventory with the latest in fashion, gadgets, and home essentials, ensuring you always find something new and exciting. Eco-Friendly Options: ⊤emu has begun incorporating sustainable products into its catalog, making it a favorite for environmentally conscious shoppers. How to Get ⊤emu Coupon Code 90% Off  {[ACU639380]}  First Order 2025 To unlock ⊤emu’s best deals, including the 90% off Coupon for your first order, follow these simple steps: Sign Up on ⊤emu: Create a new account to qualify for the ⊤emu first-time user Coupon. Apply the ⊤emu Coupon Code {[ACU639380]} During checkout, enter the code{[ACU639380]} to enjoy Coupons like $100 off, 90% off, or a $100 Coupon bundle. Explore New Offers: Stay updated on ⊤emu’s promotions, such as the ⊤emu promo code {[ACU639380]} for July 2025, to maximize your savings. Shop During Sales Events: Take advantage of seasonal sales or special promotions to amplify your savings. Benefits of Using ⊤emu Coupon Codes Using ⊤emu’s exclusive Coupon codes comes with several perks: Flat $100 Coupon: Perfect for first-time shoppers and existing users alike. Extra 40% Off: Stackable on already Couponed items. $100 Coupon Bundle: Ideal for bulk shoppers, available for both new and existing users. Free Gifts: Available for new users upon sign-up and first purchase. Up to 90% Off: Combine these codes with ongoing sales for maximum savings. Exclusive Deals for App Users: Additional Coupons and rewards for shopping via the ⊤emu app. Referral Bonuses: Earn extra Coupons by inviting friends to join ⊤emu. Exclusive Coupon Codes and How to Use Them Here’s a breakdown of the best ⊤emu Coupon codes available: ⊤emu Coupon code {[ACU639380]}Unlock $100 off your order. ⊤emu Coupon code {[ACU639380]} $100 off: Ideal for new users looking to save big. ⊤emu Coupon code {[ACU639380]} 90% off: Great for scoring additional savings on trending items. ⊤emu $100 Coupon bundle: Available for both new and existing users. ⊤emu Coupons for new users: Includes free gifts and exclusive Coupons. ⊤emu Coupons for existing users: Stay loyal and save with ongoing deals. ⊤emu promo code {[ACU639380]}Your go-to code for July 2025. ⊤emu Coupon code: Available throughout the year for unbeatable savings. Limited-Time Offers: Watch out for flash sales where these Coupons can yield even greater Coupons. Country-Specific Coupon Benefits USA: ⊤emu Coupon code {[ACU639380]} $100 off for first-time users. Canada: Save big with ⊤emu Coupon code {[ACU639380]} $100 off for both new and existing users. UK: Enjoy 90% off on your favorite items with ⊤emu Coupon code {[ACU639380]}. Japan: Use ⊤emu Coupon code {[ACU639380]} $100 off and get free shipping. Mexico: Extra 90% savings with ⊤emu Coupon code {[ACU639380]}. Brazil: Unlock amazing deals, including a $100 Coupon bundle, with ⊤emu codes. Germany: Access Coupons of up to 90% with ⊤emu Coupon codes. France: Enjoy 40% off luxury items using ⊤emu Coupon code {[ACU639380]}. Australia: Combine the $100 Coupon bundle with local promotions for unmatched savings. India: Take advantage of the ⊤emu Coupon code {[ACU639380]} for special offers on electronics. Tips for Maximizing ⊤emu Offers in July 2025 Combine Coupons with Sales: Pair ⊤emu promo code {[ACU639380]} with seasonal sales for double the savings. Refer Friends: Earn additional Coupons by inviting your friends to shop on ⊤emu. Download the App: ⊤emu often releases app-exclusive offers, including additional Coupons for first-time users. Stay Updated: Check for new ⊤emu Coupon codes for existing users and new offers in July 2025. Utilize Bundles: Make the most of the $100 Coupon bundle to save on bulk purchases. Set Alerts: Sign up for notifications to be the first to know about flash sales and limited-time deals. Frequently Asked Questions Can I use multiple ⊤emu Coupon codes on a single order? Yes, ⊤emu allows stacking of certain Coupons, such as the 90% off code with a $100 Coupon bundle. Do ⊤emu Coupon codes {[ACU639380]} work internationally? Absolutely! These codes are valid across all 67 countries where ⊤emu ships, including North America, South America, and Europe. How often does ⊤emu release new offers? ⊤emu frequently updates its promotions, especially at the start of each month and during major shopping seasons. What makes ⊤emu unique compared to other platforms? In addition to unbeatable prices, ⊤emu stands out for its free shipping, eco-friendly products, and app-exclusive rewards. By following this guide, you can take full advantage of ⊤emu’s incredible offers. Whether you’re a new user or a loyal shopper, ⊤emu Coupon codes like {[ACU639380]} will ensure you get the most bang for your buck. Happy shopping!
    • Yes, Tēmµ offers $100 off off coupon code “com31844” for first-time users. The Tēmµ $100 off Off coupon code (com31844) will save you $100 off on your order. To get a discount, click on the item to purchase and enter the code. Yes Tēmµ offers $100 off Off Coupon Code “com31844” for Existing Customers. Yes, Tēmµ offers $100 off off coupon code {com31844} for first-time users. You can get a $100 off bonus plus 100% off any purchase at Tēmµ with the $100 off Coupon Bundle if you sign up with the referral code [com31844] and make a first purchase of $100 off or more. If you are who wish to join Tēmµ, then you should use this exclusive Tēmµ coupon code $100 off off (com31844) and get $100 off off on your purchase with Tēmµ. You can get a $100 off discount with Tēmµ coupon code {com31844}. This exclusive offer is for existing customers and can be used for a $100 off reduction on your total purchase. Enter coupon code {com31844} at checkout to avail of the discount. You can use the code {com31844} to get a $100 off off Tēmµ coupon as a new customer. Apply this Tēmµ coupon code $100 off off (com31844) to get a $100 off discount on your shopping with Tēmµ. If you’re a first-time user and looking for a Tēmµ coupon code $100 off first time user(com31844) then using this code will give you a flat $100 off Off and a $100 discount on your Tēmµ shopping. Tēmµ $100 off% Off Coupon Code "com31844 "OR"com31844" will save you $100 off on your order. To get a discount, click on the item to purchase and enter the code. New users at Tēmµ receive a $100 off Off discount on orders over $100 off Off Use the code [com31844] during checkout to get Tēmµ Discount $100 off Off off For New Users. You n save $100 off Off off your first order with the Promo Code available for a limited time only. Extra 30% off for new and existing customers + Up to £40 Off % off & more. Tēmµ Promo Codes for New users- [com31844] Tēmµ discount code for New customers- [com31844] Tēmµ £40 Off Promo Code- [com31844] what are Tēmµ codes- com31844 does Tēmµ give you £40 Off - [com31844] Yes Verified Tēmµ Promo Code November/December 2025- {com31844} Tēmµ New customer offer {com31844} Tēmµ discount code 2024 {com31844} 100 off Promo Code Tēmµ {com31844} Tēmµ 100% off any order {com31844} 100 dollar off Tēmµ code {com31844} Tēmµ coupon £40 Off off for New customers There are a number of discounts and deals shoppers n take advantage of with the Teemu Coupon Bundle [com31844]. Tēmµ coupon £40 Off off for New customers [com31844] will save you £40 Off on your order. To get a discount, click on the item to purchase and enter the code. You n think of it as a supercharged savings pack for all your shopping needs Tēmµ Promo Code 80% off – [com31844] Free Tēmµ codes $100 off – [com31844] Tēmµ coupon £40 Off off – [com31844] Tēmµ buy to get ₱39 – [com31844] Tēmµ 129 coupon bundle – [com31844] Tēmµ buy 3 to get €99 – [com31844] Exclusive £40 Off Off Tēmµ Discount Code Tēmµ £40 Off Off Promo Code : (com31844) Tēmµ Discount Code £40 Off Bundle (com31844) com31844 Tēmµ £40 Off off Promo Code for Exsting users : (com31844) Tēmµ Promo Code £40 Off off Tēmµ $100 off Off OFF promo code (com31844) will save you $100 off Off on your order. To get a discount, click on the item to purchase and enter the code. Yes, Tēmµ offers $100 off Off Coupon Code “com31844” for Existing Customers. You can get a $100 off Off bonus plus 30% off any purchase at Tēmµ with the $100 off Off Coupon Bundle at Tēmµ if you sign up with the referral code [com31844] and make a first purchase of £40 Off or more. Tēmµ Promo Code 100 off-{com31844} Tēmµ Promo Code -{com31844} Tēmµ Promo Code £40 Off off-{com31844} kubonus code -{com31844} Get ready to unlock a world of savings with our free Tēmµ UK coupons! We’ve got you covered with a wide range of Tēmµ UK coupon code options that will help you maximize your shopping experience.30% Off Tēmµ UK Coupons, Promo Codes + 25% Cash Back [ com31844] Yes, Tēmµ offers $100 off off coupon code {com31844} for first-time users. You can get a $100 off bonus plus $100 off any purchase at Tēmµ with the $100 off Coupon Bundle if you sign up with the referral code [com31844] and make a first purchase of $100 off or more. If you are who wish to join Tēmµ, then you should use this exclusive Tēmµ coupon code $100 off off (com31844) and get $100 off off on your purchase with Tēmµ. You can get a $100 off discount with Tēmµ coupon code {com31844}. This exclusive offer is for existing customers and can be used for a $100 off reduction on your total purchase. Enter coupon code {com31844} at checkout to avail of the discount. You can use the code {com31844} to get a $100 off off Tēmµ coupon as a new customer. Apply this Tēmµ coupon code $100 off off (com31844) to get a $100 off discount on your shopping with Tēmµ. If you’re a first-time user and looking for a Tēmµ coupon code $100 off first time user(com31844) then using this code will give you a flat $100 off Off and a $100 discount on your Tēmµ shopping. • com31844: Enjoy flat $100 off on your first Tēmµ order. • com31844: Download the Tēmµ app and get an additional $100 off. • com31844: Celebrate spring with up to $100 discount on selected items. • com31844: Score up to $100 off on clearance items. • com31844: Beat the heat with hot summer savings of up to $100 off. • com31844: Tēmµ UK Coupon Code to $100 off on Appliances at Tēmµ. How to Apply Tēmµ Coupon Code? Using the Tēmµ coupon code $100 off off is a breeze. All you need to do is follow these simple steps: 1 Visit the Tēmµ website or app and browse through the vast collection of products. 2 Once you’ve added the items you wish to purchase to your cart, proceed to the checkout page. 3 During the checkout process, you’ll be prompted to enter a coupon code or promo code. 4 Type in the coupon code: [com31844] and click “Apply.” 5 Voila! You’ll instantly see the $100 off discount reflected in your total purchase amount. Tēmµ New User Coupon: Up To $100 OFF For Existing Customers Tēmµ Existing customer’s coupon codes are designed just for new customers, offering the biggest discounts $100 and the best deals currently available on Tēmµ. To maximize your savings, download the Tēmµ app and apply our Tēmµ new user coupon during checkout. • com31844: New users can get up to 80% extra off. • com31844: Get a massive $100 off your first order! • com31844: Get 20% off on your first order; no minimum spending required. • com31844: Take an extra 15% off your first order on top of existing discounts. • com31844: Tēmµ UK Enjoy a $100 discount on your entire first purchase. Yes, Tēmµ offers $100 off off coupon code {com31844} for first-time users. You can get a $100 off bonus plus $100 off any purchase at Tēmµ with the $100 off Coupon Bundle if you sign up with the referral code [com31844] and make a first purchase of $100 off or more. You can get a $100 off discount with Tēmµ coupon code {com31844}. This exclusive offer is for existing customers and can be used for a $100 off reduction on your total purchase. Enter coupon code {com31844} at checkout to avail of the discount. You can use the code {com31844} to get a $100 off off Tēmµ coupon as a new customer. Apply this Tēmµ coupon code $100 off off (com31844) to get a $100 off discount on your shopping with Tēmµ. In this article, we'll dive into how you can get $100 off off + $100 Discount with a Tēmµ coupon code. Get ready to unlock amazing savings and make the most out of your shopping experience in Tēmµ. Tēmµ Coupon Code $100 off Off: Flat $100 Off With Code If you're a first-time user and looking for a Tēmµ coupon code $100 off first time user (com31844) then using this code will give you a flat $100 off Off and a $100 discount on your Tēmµ shopping. Our Tēmµ coupon code is completely safe and incredibly easy to use so that you can shop confidently. Check out these five fantastic Tēmµ coupon codes for August and September 2024: com31844: Enjoy flat $100 off on your first Tēmµ order. com31844: Download the Tēmµ app and get an additional $100 off. com31844: Celebrate spring with up to $100 discount on selected items. com31844: Score up to $100 off on clearance items. com31844: Beat the heat with hot summer savings of up to $100 off. com31844: Tēmµ UK Coupon Code to $100 off on Appliances at Tēmµ. These Tēmµ coupons are valid for both new and existing customers so that everyone can take advantage of these incredible deals. What is Tēmµ and How Tēmµ Coupon Codes Work? Tēmµ is a popular online marketplace where you can find great deals using coupon codes and special promotions. Save big on purchases and earn money through their affiliate program. With various discount offers like the Pop-Up Sale and Coupon Wheels, Tēmµ makes shopping affordable. How to Apply Tēmµ Coupon Code? Using the Tēmµ coupon code $100 off off is a breeze. All you need to do is follow these simple steps: Visit the Tēmµ website or app and browse through the vast collection of products. Once you've added the items you wish to purchase to your cart, proceed to the checkout page. During the checkout process, you'll be prompted to enter a coupon code or promo code. Type in the coupon code: [com31844] and click "Apply." Voila! You'll instantly see the $100 off discount reflected in your total purchase amount. Tēmµ New User Coupon: Up To 80% OFF For Existing Customers Tēmµ Existing customer's coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Tēmµ. To maximize your savings, download the Tēmµ app and apply our Tēmµ new user coupon during checkout. com31844: New users can get up to 80% extra off. com31844: Get a massive $100 off your first order! com31844: Get 20% off on your first order; no minimum spending required.: Verified user can get a $100 off off Tēmµ Coupon code using the code ((“{com31844}”)). This Tēmµ $100 off Off code is specifically for new and existing customers both and can be redeemed to receive a $100 off discount on your purchase. Our exclusive Tēmµ Coupon code offers a flat $100 off off your purchase, plus an additional 100% discount on top of that. You can slash prices by up to $100 off as a new Tēmµ customer using code ((“{com31844}”)). Existing users can enjoy $100 off off their next haul with this code. But that’s not all! With our Tēmµ Coupon codes for 2025, you can get up to $100 discount on select items and clearance sales. Whether you’re a new customer or an existing shopper, our Tēmµ codes provide extra discounts tailored just for you. Save up to 100% with these current Tēmµ Coupons ["^"{com31844} "^"] for April 2025. The latest Tēmµ coupon codes at here. New users at Tēmµ receive a $100 off discount on orders over $100 off Use the code ((“{com31844}”)) during checkout to get Tēmµ Coupon $100 off Off For New Users. You can save $100 off Off your first order with the coupon code available for a limited time only. Tēmµ $100 Off promo code ((“{com31844}”)) will save you $100 off on your order. To get a discount, click on the item to purchase and enter the code. Yes, Tēmµ offers $100 off Off coupon code “{com31844}” for first time users. You can get a $100 off bonus plus $100 off Off any purchase at Tēmµ with the $100 off Coupon Bundle at Tēmµ if you sign up with the referral code ((“{com31844}”)) and make a first purchase of $100 off or more. Free Tēmµ codes $100 off off — ((“{com31844}”)) Tēmµ Coupon $100 off off — ((“{com31844}”)) Tēmµ Coupon 100% off — ((“{com31844}”)) Tēmµ Memorial Day Sale $100 off off — ((“{com31844}”)) Tēmµ Coupon code today — ((“{com31844}”)) Tēmµ free gift code — ["^"{com31844}"^"](Without inviting friends or family member) Tēmµ Coupon code for USA - $100 off Off— ((“{com31844}”)) Tēmµ Coupon code USA - $100 off Off— ((“{com31844}”)) Tēmµ Coupon code USA - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code Japan - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code Mexico - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code Chile - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code USA - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code Colombia - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code Malaysia - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code Philippines - $100 off Off — ((“{com31844}”)) Tēmµ Coupon code South Korea - $100 off Off — ((“{com31844}”)) Redeem Free Tēmµ Coupon Code ["^"{com31844}"^"] for first-time users Get a $100 off discount on your Tēmµ order with the promo code "{com31844}". You can get a discount by clicking on the item to purchase and entering this Tēmµ Coupon code $100 off off ((“{com31844}”)). Tēmµ New User Coupon ((“{com31844})): Up To $100 off OFF For First-Time Users Our Tēmµ first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Tēmµ. To maximize your savings, download the Tēmµ app and apply our Tēmµ new user coupon during checkout. Tēmµ Coupon Codes For Existing Users ((“{com31844}”)): $100 off Price Slash Have you been shopping on Tēmµ for a while? Our Tēmµ Coupon for existing customers is here to reward you for your continued support, offering incredible discounts on your favorite products. Tēmµ Coupon For $100 off Off ((“{com31844}”)): Get A Flat $100 off Discount On Order Value Get ready to save big with our incredible Tēmµ Coupon for $100 off off! Our amazing Tēmµ $100 off off coupon code will give you a flat $100 off discount on your order value, making your shopping experience even more rewarding. Tēmµ Coupon Code For $100 off Off ((“{com31844}”)): For Both New And Existing Customers Our incredible Tēmµ Coupon code for $100 off off is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our $100 off off code for Tēmµ will give you an additional discount! Tēmµ Coupon Bundle ((“{com31844}”)): Flat $100 off Off + Up To $100 off Discount Get ready for an unbelievable deal with our Tēmµ Coupon bundle for 2025! Our Tēmµ Coupon bundles will give you a flat $100 off discount and an additional $100 off off on top of it. Free Tēmµ Coupons ((“{com31844}”)): Unlock Unlimited Savings! Get ready to unlock a world of savings with our free Tēmµ Coupons! We’ve got you covered with a wide range of Tēmµ Coupon code options that will help you maximize your shopping experience. 100% Off Tēmµ Coupons, Promo Codes + 25% Cash Back ((“{com31844}”)) Redeem Tēmµ Coupon Code ((“{com31844}”)) Tēmµ Coupon $100 off OFF ((“{com31844}”)) Tēmµ Coupon $100 off OFF FOR EXISTING CUSTOMERS ((“{com31844}”)) Tēmµ Coupon $100 off OFF FIRST ORDER ((“{com31844}”)) Tēmµ Coupon $100 off OFF REDDIT ((“{com31844}”)) Tēmµ Coupon $100 off OFF FOR EXISTING CUSTOMERS REDDIT ((“{com31844}”)) Tēmµ $100 off OFF CODE ((“{com31844}”)) Tēmµ 70 OFF COUPON 2025 ((“{com31844}”)) DOMINOS 70 RS OFF COUPON CODE ((“{com31844}”)) WHAT IS A COUPON RATE ((“{com31844}”)) Tēmµ $100 off OFF FOR EXISTING CUSTOMERS ((“{com31844}”)) Tēmµ $100 off OFF FIRST ORDER ((“{com31844}”)) Tēmµ $100 off OFF FREE SHIPPING ((“{com31844}”)) You can get an exclusive $100 off off discount on your Tēmµ purchase with the code [{com31844}] Or [{com31844}].This code is specially designed for new customers and offers a significant price cut on your shopping. Make your first purchase on Tēmµ more rewarding by using this code to get $100 off off instantly. Tēmµ Coupon Code For $100 off Off [{com31844}] Or [{com31844}]: Get A Flat $100 off Discount On Order Value Get ready to save big with our incredible Tēmµ coupon for $100 off off! Our coupon code will give you a flat $100 off discount on your order value, making your shopping experience even more rewarding. Exclusive Tēmµ Discount Code [{com31844}] Or [{com31844}]: Flat £ $100 OFF for New and Existing Customers Using our Tēmµ promo code you can get A£ $100 off your order and 100% off using our Tēmµ promo code [{com31844}] Or [{com31844}]. As a new Tēmµ customer, you can save up to $100 off using this promo code. For returning users, our Tēmµ promo code offers a $100 off price slash on your next shopping spree. This is our way of saying thank you for shopping with us! Best Tēmµ Deals and Coupons [{com31844}] Or [{com31844}]: During 2025, Tēmµ coupon codes offer discounts of up to $100 on select items, making it possible for both new and existing users to get incredible deals. From $100 off off deals to 100% discounts, our Tēmµ promo codes make shopping more affordable than ever. Tēmµ Coupon Code For $100 off% Off [{com31844}] Or [{com31844}]: For Both New And Existing Customers Free Tēmµ $100 off Off Code — [{com31844}] Or [{com31844}] Tēmµ Coupon 100% Off — [{com31844}] Or [{com31844}] Tēmµ Memorial Day Sale - $100 off Off — [{com31844}] Or [{com31844}] Tēmµ Free Gift Code — [{com31844}] Or [{com31844}] Tēmµ £700 Off Code — [{com31844} ] Or [{com31844}] Best Tēmµ £ $100 Off Code — [{com31844} ] Or [{com31844}] Tēmµ Coupon Code first order — [{com31844}] Or [{com31844}] Tēmµ Coupon Code for New user — [{com31844}] Or [{com31844}] Tēmµ Coupon Code A£100 off — [{com31844}] Or [{com31844}] Tēmµ Coupon Code £70 off — [{com31844}] Or [{com31844}] Tēmµ Coupon Code $100 off off — [{com31844}] Or [{com31844}] Tēmµ Promo Code 2025 — [{com31844}] Or [{com31844}] Tēmµ Coupon Code £ $100 off — [{com31844}] Or [{com31844}] Tēmµ Coupon Code £90 off — [{com31844}] Or [{com31844}] Tēmµ Sign up Bonus Code — [{com31844}] Or [{com31844}] Tēmµ Coupon Code A£120 off — [{com31844}] Or [{com31844}] Our exclusive Tēmµ coupon code allows you to take a flat £ $100 off your purchase with an added 100% discount on top. As a new Tēmµ shopper, you can save up to $100 off using code [{com31844}] Or [{com31844}]. Returning customers can also enjoy a $100 off discount on their next purchases with this code. Tēmµ Coupon Code for Your Country Sign-up Bonus Tēmµ $100 off Off Code USA [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code USA [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code USA [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Japan [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Mexico [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Chile [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code USA [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Colombia [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Malaysia [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Philippines [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code South Korea [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code USA [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Pakistan [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Finland [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Saudi Arabia [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Qatar [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code France [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Germany [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code USA [{com31844}] Or [{com31844}] - 100% off Tēmµ $100 off Off Code Israel [{com31844}] Or [{com31844}] - 100% off Get a $100 off discount on your Tēmµ order with the promo code [{com31844}] Or [{com31844}]. You can get a discount by clicking on the item to purchase and entering this Tēmµ coupon code $100 off off [{com31844}] Or [{com31844}]. Tēmµ Coupon Code [{com31844}] Or [{com31844}]: Get Up To $100 OFF In NOV 2025 Are you looking for the best Tēmµ coupon codes to get amazing discounts? Our Tēmµ coupons are perfect for getting those extra savings you crave. We regularly test our coupon codes for Tēmµ to ensure they work flawlessly, giving you a guaranteed discount every time. Tēmµ New User Coupon [{com31844}] Or [{com31844}]: Up To $100 off OFF For First-Time Users Our Tēmµ first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Tēmµ. To maximize your savings, download the Tēmµ app and apply our Tēmµ new user coupon during checkout. New users at Tēmµ receive a $100 off Off discount on orders over $100 off Off Use the code [com31844] during checkout to get Tēmµ Discount $100 off Off off For New Users. You can save $100 off off your first order with the Promo Code available for a limited time only.Verified user can get a $100 Tēmµ Coupon code using the code ((“com31844”)). This Tēmµ $100 code is specifically for new and existing customers both and can be redeemed to receive a $100 discount on your purchase. Our exclusive Tēmµ Coupon code offers a flat $100 your purchase, plus an additional 100% discount on top of that. You can slash prices by up to $100 as a new Tēmµ customer using code ((“com31844”)). Existing users can enjoy $100 their next haul with this code. But that’s not all! With our Tēmµ Coupon codes for 2025, you can get up to $100 discount on select items and clearance sales. Whether you’re a new customer or an existing shopper, our Tēmµ codes provide extra discounts tailored just for you. Save up to 100% with these current Tēmµ Coupons ["^"com31844 "^"] for April 2025. The latest Tēmµ coupon codes at here. New users at Tēmµ receive a $100 discount on orders over $100 Use the code ((“com31844”)) during checkout to get Tēmµ Coupon $100 For New Users. You can save $100 your first order with the coupon code available for a limited time only. Tēmµ $100 Off promo code ((“com31844”)) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Tēmµ offers $100 coupon code “com31844” for first time users. You can get a $100 bonus plus $100 any purchase at Tēmµ with the $100 Coupon Bundle at Tēmµ if you sign up with the referral code ((“com31844”)) and make a first purchase of $100 or more. Free Tēmµ codes $100 — ((“com31844”)) Tēmµ Coupon $100 — ((“com31844”)) Tēmµ Coupon 100% off — ((“com31844”)) Tēmµ Memorial Day Sale $100 — ((“com31844”)) Tēmµ Coupon code today — ((“com31844”)) Tēmµ free gift code — ["^"com31844"^"](Without inviting friends or family member) Tēmµ Coupon code for USA - $100 — ((“com31844”)) Tēmµ Coupon code USA - $100 — ((“com31844”)) Tēmµ Coupon code USA - $100 — ((“com31844”)) Tēmµ Coupon code Japan - $100 — ((“com31844”)) Tēmµ Coupon code Mexico - $100 — ((“com31844”)) Tēmµ Coupon code Chile - $100 — ((“com31844”)) Tēmµ Coupon code USA - $100 — ((“com31844”)) Tēmµ Coupon code Colombia - $100 — ((“com31844”)) Tēmµ Coupon code Malaysia - $100 — ((“com31844”)) Tēmµ Coupon code Philippines - $100 — ((“com31844”)) Tēmµ Coupon code South Korea - $100 — ((“com31844”)) Redeem Free Tēmµ Coupon Code ["^"com31844"^"] for first-time users Get a $100 discount on your Tēmµ order with the promo code "com31844". You can get a discount by clicking on the item to purchase and entering this Tēmµ Coupon code $100 ((“com31844”)). Tēmµ New User Coupon ((“com31844)): Up To $100 For First-Time Users Our Tēmµ first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Tēmµ . To maximize your savings, download the Tēmµ app and apply our Tēmµ new user coupon during checkout. Tēmµ Coupon Codes For Existing Users ((“com31844”)): $100 Price Slash Have you been shopping on Tēmµ for a while? Our Tēmµ Coupon for existing customers is here to reward you for your continued support, offering incredible discounts on your favorite products. Tēmµ Coupon For $100 ((“com31844”)): Get A Flat $100 Discount On Order Value Get ready to save big with our incredible Tēmµ Coupon for $100 ! Our amazing Tēmµ $100 coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding. Tēmµ Coupon Code For $100 ((“com31844”)): For Both New And Existing Customers Our incredible Tēmµ Coupon code for $100 is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our $100 code for Tēmµ will give you an additional discount! Tēmµ Coupon Bundle ((“com31844”)): Flat $100 + Up To $100 Discount Get ready for an unbelievable deal with our Tēmµ Coupon bundle for 2025! Our Tēmµ Coupon bundles will give you a flat $100 discount and an additional $100 on top of it. Free Tēmµ Coupons ((“com31844”)): Unlock Unlimited Savings! Get ready to unlock a world of savings with our free Tēmµ Coupons! We’ve got you covered with a wide range of Tēmµ Coupon code options that will help you maximize your shopping experience. 100% Off Tēmµ Coupons, Promo Codes + 25% Cash Back ((“com31844”)) Redeem Tēmµ Coupon Code ((“com31844”)) Tēmµ Coupon $100 ((“com31844”)) Tēmµ Coupon $100 FOR EXISTING CUSTOMERS ((“com31844”)) Tēmµ Coupon $100 FIRST ORDER ((“com31844”)) Tēmµ Coupon $100 REDDIT ((“com31844”)) Tēmµ Coupon $100 FOR EXISTING CUSTOMERS REDDIT ((“com31844”)) Tēmµ $100 CODE ((“com31844”)) Tēmµ 70 OFF COUPON 2025 ((“com31844”)) DOMINOS 70 RS OFF COUPON CODE ((“com31844”)) WHAT IS A COUPON RATE ((“com31844”)) Tēmµ $100 FOR EXISTING CUSTOMERS ((“com31844”)) Tēmµ $100 FIRST ORDER ((“com31844”)) Tēmµ $100 FREE SHIPPING ((“com31844”)) You can get an exclusive $100 discount on your Tēmµ purchase with the code [com31844] Or [com31844].This code is specially designed for new customers and offers a significant price cut on your shopping. Make your first purchase on Tēmµ more rewarding by using this code to get $100 instantly.   Tēmµ Coupon Code For $100 [com31844] Or [com31844]: Get A Flat $100 Discount On Order Value Get ready to save big with our incredible Tēmµ coupon for $100 ! Our coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding.   Exclusive Tēmµ Discount Code [com31844] Or [com31844]: Flat $100 for New and Existing Customers Using our Tēmµ promo code you can get A$ $100 off your order and 100% off using our Tēmµ promo code [com31844] Or [com31844]. As a new Tēmµ customer, you can save up to $100 using this promo code. For returning users, our Tēmµ promo code offers a $100 price slash on your next shopping spree. This is our way of saying thank you for shopping with us!   Best Tēmµ Deals and Coupons [com31844] Or [com31844]: During 2025, Tēmµ coupon codes offer discounts of up to $100 on select items, making it possible for both new and existing users to get incredible deals. From $100 deals to 100% discounts, our Tēmµ promo codes make shopping more affordable than ever.   Tēmµ Coupon Code For $100% Off [com31844] Or [com31844]: For Both New And Existing Customers Free Tēmµ $100 Code — [com31844] Or [com31844] Tēmµ Coupon 100% Off — [com31844] Or [com31844] Tēmµ Memorial Day Sale - $100 — [com31844] Or [com31844] Tēmµ Free Gift Code — [com31844] Or [com31844] Tēmµ $500 Off Code — [com31844 ] Or [com31844] Best Tēmµ $100 Code — [com31844 ] Or [com31844] Tēmµ Coupon Code first order — [com31844] Or [com31844] Tēmµ Coupon Code for New user — [com31844] Or [com31844] Tēmµ Coupon Code A $100 — [com31844] Or [com31844] Tēmµ Coupon Code $50 off — [com31844] Or [com31844] Tēmµ Coupon Code $100 — [com31844] Or [com31844] Tēmµ Promo Code 2025 — [com31844] Or [com31844] Tēmµ Coupon Code $100 — [com31844] Or [com31844] Tēmµ Coupon Code $90 off — [com31844] Or [com31844] Tēmµ Sign up Bonus Code — [com31844] Or [com31844] Tēmµ Coupon Code A$120 off — [com31844] Or [com31844] Our exclusive Tēmµ coupon code allows you to take a flat $100 your purchase with an added 100% discount on top. As a new Tēmµ shopper, you can save up to $100 using code [com31844] Or [com31844]. Returning customers can also enjoy a $100 discount on their next purchases with this code. Tēmµ Coupon Code for Your Country Sign-up Bonus Tēmµ $100 Code USA [com31844] Or [com31844] - 100% off Tēmµ $100 Code USA [com31844] Or [com31844] - 100% off Tēmµ $100 Code USA [com31844] Or [com31844] - 100% off Tēmµ $100 Code Japan [com31844] Or [com31844] - 100% off Tēmµ $100 Code Mexico [com31844] Or [com31844] - 100% off Tēmµ $100 Code Chile [com31844] Or [com31844] - 100% off Tēmµ $100 Code USA [com31844] Or [com31844] - 100% off Tēmµ $100 Code Colombia [com31844] Or [com31844] - 100% off Tēmµ $100 Code Malaysia [com31844] Or [com31844] - 100% off Tēmµ $100 Code Philippines [com31844] Or [com31844] - 100% off Tēmµ $100 Code South Korea [com31844] Or [com31844] - 100% off Tēmµ $100 Code USA [com31844] Or [com31844] - 100% off Tēmµ $100 Code Pakistan [com31844] Or [com31844] - 100% off Tēmµ $100 Code Finland [com31844] Or [com31844] - 100% off Tēmµ $100 Code Saudi Arabia [com31844] Or [com31844] - 100% off Tēmµ $100 Code Qatar [com31844] Or [com31844] - 100% off Tēmµ $100 Code France [com31844] Or [com31844] - 100% off Tēmµ $100 Code Germany [com31844] Or [com31844] - 100% off Tēmµ $100 Code USA [com31844] Or [com31844] - 100% off Tēmµ $100 Code Israel [com31844] Or [com31844] - 100% off   Get a $100 discount on your Tēmµ order with the promo code [com31844] Or [com31844]. You can get a discount by clicking on the item to purchase and entering this Tēmµ coupon code $100 [com31844] Or [com31844].   Tēmµ Coupon Code [com31844] Or [com31844]: Get Up To $100 OFF In NOV 2025 Are you looking for the best Tēmµ coupon codes to get amazing discounts? Our Tēmµ coupons are perfect for getting those extra savings you crave. We regularly test our coupon codes for Tēmµ to ensure they work flawlessly, giving you a guaranteed discount every time.   Tēmµ New User Coupon [com31844] Or [com31844]: Up To $100 For First-Time Users Our Tēmµ first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Tēmµ . To maximize your savings, download the Tēmµ app and apply our Tēmµ new user coupon during checkout.2025 Tēmµ Coupon Code " $100 " (com31844) for Existing Customers First Order New users at Tēmµ receive a $ $100 discount on orders over $ $100 Use the code [com31844] during checkout to get Tēmµ Coupon $100 For New Users. You can save $100 your first order with the coupon code available for a limited time only. Extra 30% off for new and existing customers + Up to $100 & more. Tēmµ coupon codes for New users- [com31844] Tēmµ discount code for New customers- [com31844] Tēmµ $ $100 coupon code- [com31844] what are Tēmµ codes- com31844 does Tēmµ give you $ $100 - [com31844] Yes Verified Tēmµ coupon code November/December 2025- {com31844} Tēmµ New customer offer {com31844} Tēmµ discount code 2025 {com31844} 100 off coupon code Tēmµ {com31844} Tēmµ 100% off any order {com31844} 100 dollar off Tēmµ code {com31844} Tēmµ coupon $100 for New customers There are a number of discounts and deals shoppers can take advantage of with the Teemu Coupon Bundle [com31844]. Tēmµ coupon $100 for New customers "com31844" will save you $ $100 on your order. To get a discount, click on the item to purchase and enter the code. You can think of it as a supercharged savings pack for all your shopping needs Tēmµ coupon code 80% off – [com31844] Free Tēmµ codes $100 – [com31844] Tēmµ coupon $100 – [com31844] Tēmµ buy to get £39 – [com31844] Tēmµ 129 coupon bundle – [com31844] Tēmµ buy 3 to get $99 – [com31844] Exclusive $100 Tēmµ Coupon Code Tēmµ $100 Coupon Code : (com31844) Tēmµ Coupon Code $ $100 Bundle :(com31844) Free Gift On Tēmµ : (com31844) Tēmµ $100 coupon code for Exsting users : (com31844) Tēmµ coupon code $100 Tēmµ $100 promo code ""com31844"" will save you $ $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Tēmµ offers $100 coupon code “com31844” for first time users. You can get a $ $100 bonus plus 30% off any purchase at Tēmµ with the $ $100 Coupon Bundle at Tēmµ if you sign up with the referral code [com31844] and make a first purchase of $ $100 or more. Tēmµ coupon code 100 off-{com31844} Tēmµ coupon code -{com31844} Tēmµ coupon code $100 -{com31844} kubonus code -{com31844} Get the Most Out of Tēmµ: For existing users, Tēmµ Coupon code [com31844] can get up to $ $100 discount on products during checkout. Tēmµ Coupon Codes for Existing Customers: [com31844] Stay Updated: Tēmµ values its loyal customers and offers various promo codes, including the Legit Tēmµ Coupon Code [com31844]. This ensures that repeat shoppers can also benefit from significant discounts. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.   . .  
    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • I removed yetanotherchance booster and now it says Invalid player identity
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.