Advertisement
tipclaydon

Mod Build Error

May 30th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 KB | None | 0 0
  1. [30May2021 13:07:18.307] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, TamsynnImogen, --version, 1.16.5-forge-36.1.24, --gameDir, C:\Users\apoca\AppData\Roaming\.minecraft, --assetsDir, C:\Users\apoca\AppData\Roaming\.minecraft\assets, --assetIndex, 1.16, --uuid, 831d15b5ef1d45a1b942b098d33009b3, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 36.1.24, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210115.111550]
  2. [30May2021 13:07:18.311] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation
  3. [30May2021 13:07:18.324] [main/WARN] [cpw.mods.modlauncher.SecureJarHandler/]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
  4. [30May2021 13:07:18.668] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
  5. [30May2021 13:07:18.702] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/apoca/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
  6. [30May2021 13:07:21.415] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.5-forge-36.1.24, --gameDir, C:\Users\apoca\AppData\Roaming\.minecraft, --assetsDir, C:\Users\apoca\AppData\Roaming\.minecraft\assets, --uuid, 831d15b5ef1d45a1b942b098d33009b3, --username, TamsynnImogen, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release]
  7. [30May2021 13:08:04.427] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  8. [30May2021 13:08:10.008] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: TamsynnImogen
  9. [30May2021 13:08:11.920] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
  10. [30May2021 13:08:26.410] [modloading-worker-2/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 36.1.24, for MC 1.16.5 with MCP 20210115.111550
  11. [30May2021 13:08:26.412] [modloading-worker-2/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v36.1.24 Initialized
  12. [30May2021 13:08:27.908] [Render thread/INFO] [com.tamsynnclaydon.mccourse.MCCourseMod/]: HELLO from Register Block
  13. [30May2021 13:08:30.159] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
  14. [30May2021 13:08:30.386] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
  15. [30May2021 13:08:30.498] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
  16. [30May2021 13:08:30.791] [Worker-Main-10/ERROR] [net.minecraftforge.fml.common.ObfuscationReflectionHelper/REFLECTION]: Unable to locate field EGGS (EGGS) on type net.minecraft.item.SpawnEggItem
  17. net.minecraftforge.fml.common.ObfuscationReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: EGGS
  18. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:242) ~[?:?]
  19. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:87) [?:?]
  20. at com.tamsynnclaydon.mccourse.item.ModSpawnEggItem.initSpawnEggs(ModSpawnEggItem.java:37) [?:1.0]
  21. at com.tamsynnclaydon.mccourse.setup.ClientProxy.init(ClientProxy.java:32) [?:1.0]
  22. at com.tamsynnclaydon.mccourse.MCCourseMod.setup(MCCourseMod.java:74) [?:1.0]
  23. at com.tamsynnclaydon.mccourse.MCCourseMod$$Lambda$3135/1325127098.accept(Unknown Source) [?:1.0]
  24. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) [eventbus-4.0.0.jar:?]
  25. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) [eventbus-4.0.0.jar:?]
  26. at net.minecraftforge.eventbus.EventBus$$Lambda$2949/1506648430.invoke(Unknown Source) [eventbus-4.0.0.jar:?]
  27. at net.minecraftforge.eventbus.EventBus$$Lambda$2577/39597244.invoke(Unknown Source) [eventbus-4.0.0.jar:?]
  28. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) [eventbus-4.0.0.jar:?]
  29. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) [eventbus-4.0.0.jar:?]
  30. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) [?:36.1]
  31. at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) [?:?]
  32. at net.minecraftforge.fml.ModContainer$$Lambda$3119/1863980798.run(Unknown Source) [?:?]
  33. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
  34. at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
  35. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
  36. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
  37. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
  38. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
  39. Caused by: java.lang.NoSuchFieldException: EGGS
  40. at java.lang.Class.getDeclaredField(Class.java:2070) ~[?:1.8.0_51]
  41. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:236) ~[?:?]
  42. ... 20 more
  43. [30May2021 13:08:30.820] [Worker-Main-10/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: java.lang.NoSuchFieldException: EGGS
  44. Index: 1
  45. Listeners:
  46. 0: NORMAL
  47. 1: net.minecraftforge.eventbus.EventBus$$Lambda$2949/1506648430@fc5db10
  48. 2: ASM: class com.tamsynnclaydon.mccourse.world.gen.ModBiomeGeneration setupBiome(Lnet/minecraftforge/fml/event/lifecycle/FMLCommonSetupEvent;)V
  49. net.minecraftforge.fml.common.ObfuscationReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: EGGS
  50. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:242)
  51. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:87)
  52. at com.tamsynnclaydon.mccourse.item.ModSpawnEggItem.initSpawnEggs(ModSpawnEggItem.java:37)
  53. at com.tamsynnclaydon.mccourse.setup.ClientProxy.init(ClientProxy.java:32)
  54. at com.tamsynnclaydon.mccourse.MCCourseMod.setup(MCCourseMod.java:74)
  55. at com.tamsynnclaydon.mccourse.MCCourseMod$$Lambda$3135/1325127098.accept(Unknown Source)
  56. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
  57. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
  58. at net.minecraftforge.eventbus.EventBus$$Lambda$2949/1506648430.invoke(Unknown Source)
  59. at net.minecraftforge.eventbus.EventBus$$Lambda$2577/39597244.invoke(Unknown Source)
  60. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
  61. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
  62. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
  63. at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
  64. at net.minecraftforge.fml.ModContainer$$Lambda$3119/1863980798.run(Unknown Source)
  65. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618)
  66. at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610)
  67. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
  68. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
  69. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
  70. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  71. Caused by: java.lang.NoSuchFieldException: EGGS
  72. at java.lang.Class.getDeclaredField(Class.java:2070)
  73. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:236)
  74. ... 20 more
  75.  
  76. [30May2021 13:08:30.827] [Worker-Main-10/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event FMLCommonSetupEvent dispatch for modid mccourse
  77. net.minecraftforge.fml.common.ObfuscationReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: EGGS
  78. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:242) ~[?:?]
  79. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:87) ~[?:?]
  80. at com.tamsynnclaydon.mccourse.item.ModSpawnEggItem.initSpawnEggs(ModSpawnEggItem.java:37) ~[?:1.0]
  81. at com.tamsynnclaydon.mccourse.setup.ClientProxy.init(ClientProxy.java:32) ~[?:1.0]
  82. at com.tamsynnclaydon.mccourse.MCCourseMod.setup(MCCourseMod.java:74) ~[?:1.0]
  83. at com.tamsynnclaydon.mccourse.MCCourseMod$$Lambda$3135/1325127098.accept(Unknown Source) ~[?:?]
  84. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
  85. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
  86. at net.minecraftforge.eventbus.EventBus$$Lambda$2949/1506648430.invoke(Unknown Source) ~[?:?]
  87. at net.minecraftforge.eventbus.EventBus$$Lambda$2577/39597244.invoke(Unknown Source) ~[?:?]
  88. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
  89. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
  90. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) [?:36.1]
  91. at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) [?:?]
  92. at net.minecraftforge.fml.ModContainer$$Lambda$3119/1863980798.run(Unknown Source) [?:?]
  93. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
  94. at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
  95. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
  96. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
  97. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
  98. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
  99. Caused by: java.lang.NoSuchFieldException: EGGS
  100. at java.lang.Class.getDeclaredField(Class.java:2070) ~[?:1.8.0_51]
  101. at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findField(ObfuscationReflectionHelper.java:236) ~[?:?]
  102. ... 20 more
  103. [30May2021 13:08:31.025] [modloading-worker-2/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event COMMON_SETUP, 1 errors found
  104. [30May2021 13:08:31.098] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: AHEAD Current: 36.1.24 Target: null
  105. [30May2021 13:08:34.033] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  106. [30May2021 13:08:34.069] [Worker-Main-9/ERROR] [net.minecraft.client.renderer.texture.AtlasTexture/]: Using missing texture, unable to load mccourse:textures/block/oil.png : java.io.FileNotFoundException: mccourse:textures/block/oil.png
  107. [30May2021 13:08:34.392] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  108. [30May2021 13:08:34.395] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  109. [30May2021 13:08:34.408] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  110. [30May2021 13:08:34.422] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  111. [30May2021 13:08:34.426] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  112. [30May2021 13:08:34.433] [Worker-Main-11/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
  113. [30May2021 13:08:34.453] [modloading-worker-2/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from ENQUEUE_IMC
  114. [30May2021 13:08:34.494] [modloading-worker-2/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from PROCESS_IMC
  115. [30May2021 13:08:34.494] [modloading-worker-2/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to process mod state change request from COMPLETE
  116. [30May2021 13:08:34.578] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  117. [30May2021 13:08:34.578] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  118. [30May2021 13:08:34.578] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  119. [30May2021 13:08:34.578] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  120. [30May2021 13:08:34.579] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  121. [30May2021 13:08:34.579] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  122. [30May2021 13:08:34.579] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  123. [30May2021 13:08:34.579] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  124. [30May2021 13:08:34.579] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  125. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  126. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  127. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  128. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  129. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  130. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  131. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  132. [30May2021 13:08:34.580] [modloading-worker-2/ERROR] [net.minecraft.entity.ai.attributes.GlobalEntityTypeAttributes/]: Entity mccourse:buffalo has no attributes
  133. [30May2021 13:08:36.060] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
  134. [30May2021 13:08:36.062] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
  135. [30May2021 13:08:36.377] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
  136. [30May2021 13:08:36.490] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  137. [30May2021 13:08:36.491] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
  138. [30May2021 13:08:36.492] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  139. [30May2021 13:08:36.493] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
  140. [30May2021 13:08:36.493] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  141. [30May2021 13:08:36.494] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
  142. [30May2021 13:08:36.495] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  143. [30May2021 13:08:36.495] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
  144. [30May2021 13:08:36.496] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  145. [30May2021 13:08:36.496] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
  146. [30May2021 13:08:36.496] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  147. [30May2021 13:08:36.497] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
  148. [30May2021 13:08:36.497] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  149. [30May2021 13:08:36.997] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
  150. [30May2021 13:08:37.742] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
  151. [30May2021 13:08:37.743] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  152. [30May2021 13:08:37.744] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
  153. [30May2021 13:08:37.806] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  154. [30May2021 13:08:37.806] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
  155. [30May2021 13:08:37.806] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
  156. [30May2021 13:08:39.134] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID a1708357-9457-43fb-a5b0-93b2630a35ab
  157. [30May2021 13:08:39.135] [Render thread/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (23/26)
  158. [30May2021 13:08:39.793] [Render thread/FATAL] [net.minecraftforge.fml.client.ClientModLoader/]: Crash report saved to C:\Users\apoca\AppData\Roaming\.minecraft\crash-reports\crash-2021-05-30_13.08.39-fml.txt
  159. [30May2021 13:09:07.955] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
  160.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement