Jump to content

Encountered a error during the load_registries event phase


Daynerat

Recommended Posts

Downloaded immersive protals mod but its not working. Im not that good at code stuff.



 

[02Apr2020 21:51:30.161] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Daynerat, --version, 1.15.2-forge-31.1.35, --gameDir, C:\Users\Dane\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Dane\AppData\Roaming\.minecraft\assets, --assetIndex, 1.15, --uuid, 32196bf5cb5e49dc8a9d26b72f06ddeb, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.1.35, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200307.202953]
[02Apr2020 21:51:30.167] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_51 by Oracle Corporation
[02Apr2020 21:51:30.737] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[02Apr2020 21:51:32.313] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.15.2-forge-31.1.35, --gameDir, C:\Users\Dane\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Dane\AppData\Roaming\.minecraft\assets, --uuid, 32196bf5cb5e49dc8a9d26b72f06ddeb, --username, Daynerat, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release]
[02Apr2020 21:51:34.825] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Daynerat
[02Apr2020 21:51:46.575] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[02Apr2020 21:51:49.965] [modloading-worker-11/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.1.35, for MC 1.15.2 with MCP 20200307.202953
[02Apr2020 21:51:49.965] [modloading-worker-11/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.1.35 Initialized
[02Apr2020 21:51:51.031] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:portal
[02Apr2020 21:51:51.071] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:nether_portal_new
[02Apr2020 21:51:51.076] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:end_portal
[02Apr2020 21:51:51.080] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:mirror
[02Apr2020 21:51:51.084] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:breakable_mirror
[02Apr2020 21:51:51.087] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:global_tracked_portal
[02Apr2020 21:51:51.091] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:border_portal
[02Apr2020 21:51:51.096] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:end_floor_portal
[02Apr2020 21:51:51.100] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:loading_indicator
[02Apr2020 21:51:51.109] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
    Index: 5
    Listeners:
        0: NORMAL
        1: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onDimensionRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
        2: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onBlocksRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
        3: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onItemRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
        4: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onEntityRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
        5: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onEffectRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
        6: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onPotionRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
java.lang.NullPointerException
    at com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents.onEffectRegistry(ModMainForge.java:490)
    at net.minecraftforge.eventbus.ASMEventHandler_12_RegistryEvents_onEffectRegistry_Register.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2214/1165311010.accept(Unknown Source)
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
    at java.util.function.Consumer$$Lambda$2207/177368500.accept(Unknown Source)
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
    at java.util.function.Consumer$$Lambda$2207/177368500.accept(Unknown Source)
    at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
    at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125)
    at net.minecraftforge.fml.ModList$$Lambda$2355/839348439.accept(Unknown Source)
    at java.util.ArrayList.forEach(ArrayList.java:1249)
    at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125)
    at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96)
    at net.minecraftforge.fml.ModList$$Lambda$2177/475871084.dispatchEvent(Unknown Source)
    at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71)
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197)
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189)
    at net.minecraftforge.fml.ModLoader$$Lambda$2382/1688710402.accept(Unknown Source)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967)
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2091/1439235168.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2092/1355829607.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:393)
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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$387/190628410.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

[02Apr2020 21:51:51.116] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Register<minecraft:mob_effect> dispatch for modid immersive_portals
java.lang.NullPointerException: null
    at com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents.onEffectRegistry(ModMainForge.java:490) ~[?:0.10]
    at net.minecraftforge.eventbus.ASMEventHandler_12_RegistryEvents_onEffectRegistry_Register.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) [?:31.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2214/1165311010.accept(Unknown Source) [?:31.1]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2207/177368500.accept(Unknown Source) [?:1.8.0_51]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2207/177368500.accept(Unknown Source) [?:1.8.0_51]
    at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
    at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2355/839348439.accept(Unknown Source) [?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_51]
    at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125) [?:?]
    at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2177/475871084.dispatchEvent(Unknown Source) [?:?]
    at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) [?:?]
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) [?:?]
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189) [?:?]
    at net.minecraftforge.fml.ModLoader$$Lambda$2382/1688710402.accept(Unknown Source) [?:?]
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967) [?:?]
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2091/1439235168.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2092/1355829607.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:393) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    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.15.2-31.1.35.jar:31.1]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$387/190628410.call(Unknown Source) [forge-1.15.2-31.1.35.jar:31.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
[02Apr2020 21:51:51.125] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event LOAD_REGISTRIES, 1 errors found
[02Apr2020 21:51:51.125] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-2.0.0-milestone.1-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2092/1355829607.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:393) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    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.15.2-31.1.35.jar:31.1]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$387/190628410.call(Unknown Source) [forge-1.15.2-31.1.35.jar:31.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
[02Apr2020 21:51:53.225] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[02Apr2020 21:51:53.297] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
[02Apr2020 21:51:57.043] [Server-Worker-1/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found.
[02Apr2020 21:51:57.043] [Server-Worker-1/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
[02Apr2020 21:51:57.044] [Server-Worker-1/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-2.0.0-milestone.1-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2092/1355829607.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2710/1461257215.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2092/1355829607.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[02Apr2020 21:51:59.298] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: immersive_portals:blockstates/portal_placeholder.json: java.io.FileNotFoundException: immersive_portals:blockstates/portal_placeholder.json
[02Apr2020 21:51:59.299] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'immersive_portals:blockstates/portal_placeholder.json' missing model for variant: 'immersive_portals:portal_placeholder#axis=x'
[02Apr2020 21:51:59.299] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'immersive_portals:blockstates/portal_placeholder.json' missing model for variant: 'immersive_portals:portal_placeholder#axis=y'
[02Apr2020 21:51:59.299] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'immersive_portals:blockstates/portal_placeholder.json' missing model for variant: 'immersive_portals:portal_placeholder#axis=z'
[02Apr2020 21:52:00.066] [Server-Worker-1/WARN] [net.minecraft.client.renderer.texture.AtlasTexture/]: Texture immersive_portals:block/portal_helper with size 319x318 limits mip level from 4 to 0
[02Apr2020 21:52:00.326] [Server-Worker-1/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
[02Apr2020 21:52:00.326] [Server-Worker-1/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found
[02Apr2020 21:52:00.326] [Server-Worker-1/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-2.0.0-milestone.1-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2092/1355829607.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:137) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:107) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2712/1920853072.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[02Apr2020 21:52:00.513] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[02Apr2020 21:52:00.514] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[02Apr2020 21:52:00.755] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[02Apr2020 21:52:00.942] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x4 minecraft:textures/atlas/signs.png-atlas
[02Apr2020 21:52:00.943] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[02Apr2020 21:52:00.944] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[02Apr2020 21:52:00.947] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[02Apr2020 21:52:00.948] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[02Apr2020 21:52:00.949] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[02Apr2020 21:52:01.679] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[02Apr2020 21:52:01.682] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[02Apr2020 21:52:01.683] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
 

Edited by Daynerat
Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

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