Advertisement
Guest User

MC Crash report

a guest
Oct 13th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Born in a Barn (Born In A Barn 1.8-1.12-1.2.jar)
  5. RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  6. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  7. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  8. ForgelinPlugin (Forgelin-1.8.4.jar)
  9. LoadingPlugin (AdChimneys-1.12.2-3.5.16.0-build.0654.jar)
  10. SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar)
  11. MixinBooter (!mixinbooter-9.4.jar)
  12. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
  13. AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  14. McLib core mod (mclib-2.4.3-1.12.2.jar)
  15. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  16. Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
  17. FarseekCoreMod (Farseek-1.12-2.5.1.jar)
  18. Plugin (NotEnoughIDs-1.5.4.4.jar)
  19. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  20. AstralCore (astralsorcery-1.12.2-1.10.27.jar)
  21. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  22. CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
  23. ratscore (rats-3.2.14-1.12.2.jar)
  24. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  25. Contact their authors BEFORE contacting forge
  26.  
  27. // Don't be sad, have a hug! <3
  28.  
  29. Time: 10/13/24 1:52 PM
  30. Description: Initializing game
  31.  
  32. java.lang.NoClassDefFoundError: net/minecraft/network/PacketBuffer
  33. at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.registerChannel(FMLNetworkHandler.java:185)
  34. at net.minecraftforge.fml.common.FMLContainer.modConstruction(FMLContainer.java:92)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:497)
  39. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  40. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  41. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  42. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  43. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  44. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  46. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  47. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:497)
  52. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  53. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  54. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  55. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  56. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  57. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  58. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  59. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  60. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  61. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  62. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  63. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  64. at net.minecraft.client.main.Main.main(SourceFile:123)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:497)
  69. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  70. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  71. Caused by: java.lang.ClassNotFoundException: net.minecraft.network.PacketBuffer
  72. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  73. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  74. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  75. ... 38 more
  76. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  77. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:406)
  78. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240)
  79. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208)
  80. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71)
  81. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  82. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  83. ... 40 more
  84. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Constant modifier method newSize$readCompoundTag(J)J in packetfixer.mixins.json:PacketBufferMixin from mod PacketFixer-forge-1.0.0-1.12.2.jar failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap packetfixer.mixins.refmap.json
  85. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
  86. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1384)
  87. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
  88. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
  89. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
  90. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
  91. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
  92. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377)
  93. ... 45 more
  94.  
  95. (MixinBooter) Mixins in Stacktrace:
  96. net/minecraft/network/PacketBuffer:
  97. dev.tonimatas.packetfixer.mixins.PacketBufferMixin (packetfixer.mixins.json) [PacketFixer-forge-1.0.0-1.12.2.jar]
  98.  
  99. A detailed walkthrough of the error, its code path and all known details is as follows:
  100. ---------------------------------------------------------------------------------------
  101. -- Head --
  102. Thread: Client thread
  103. Stacktrace:
  104. at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.registerChannel(FMLNetworkHandler.java:185)
  105. at net.minecraftforge.fml.common.FMLContainer.modConstruction(FMLContainer.java:92)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  109. at java.lang.reflect.Method.invoke(Method.java:497)
  110. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  111. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  112. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  113. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  114. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  115. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  116. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  117. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  118. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  119. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  120. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  121. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  122. at java.lang.reflect.Method.invoke(Method.java:497)
  123. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  124. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  125. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  126. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  127. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  128. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  129. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  130. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  131. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  132. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  133. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  134.  
  135. -- Initialization --
  136. Details:
  137. Stacktrace:
  138. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  139. at net.minecraft.client.main.Main.main(SourceFile:123)
  140. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  141. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  142. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  143. at java.lang.reflect.Method.invoke(Method.java:497)
  144. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  145. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  146.  
  147. -- System Details --
  148. Details:
  149. Minecraft Version: 1.12.2
  150. Operating System: Windows 10 (amd64) version 10.0
  151. Java Version: 1.8.0_51, Oracle Corporation
  152. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  153. Memory: 976857952 bytes (931 MB) / 2296905728 bytes (2190 MB) up to 7456948224 bytes (7111 MB)
  154. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8000m -Xms256m
  155. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  156. FML: MCP 9.42 Powered by Forge 14.23.5.2859 136 mods loaded, 135 mods active
  157. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  158.  
  159. | State | ID | Version | Source | Signature |
  160. |:----- |:------------------------ |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
  161. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  162. | LC | mcp | 9.42 | minecraft.jar | None |
  163. | L | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  164. | L | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  165. | L | mixinbooter | 9.4 | minecraft.jar | None |
  166. | L | foamfixcore | 7.7.4 | minecraft.jar | None |
  167. | L | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
  168. | L | essential | 1.0.0 | Essential (forge_1.12.2).processed.jar | None |
  169. | L | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
  170. | L | fastbench | 1.7.4 | FastWorkbench-1.12.2-1.7.4.jar | None |
  171. | L | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |
  172. | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  173. | L | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  174. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  175. | L | ancientwarfare | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  176. | L | ancientwarfareautomation | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  177. | L | ancientwarfarenpc | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  178. | L | ancientwarfarestructure | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  179. | L | ancientwarfarevehicle | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  180. | L | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
  181. | L | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
  182. | L | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  183. | L | botania | r1.10-364 | Botania r1.10-364.4.jar | None |
  184. | L | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
  185. | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
  186. | L | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
  187. | L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
  188. | L | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
  189. | L | applecore | 3.4.0 | AppleCore-mc1.12.2-3.4.0.jar | None |
  190. | L | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
  191. | L | architecturecraft | @VERSION@ | architecturecraft-1.12-3.108.jar | None |
  192. | L | astralsorcery | 1.10.27 | astralsorcery-1.12.2-1.10.27.jar | None |
  193. | L | atlcraft | MC1.12-Ver1.9 | ATLCraftCandlesMod(MC1.12-Ver1.9).jar | None |
  194. | L | baubleshud | 5.0.2 | BaublesHud-1.12.2-5.0.2.jar | None |
  195. | L | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  196. | L | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
  197. | L | betterthirdperson | 1.9.0 | BetterThirdPerson-Forge-1.12.2-1.9.0.jar | None |
  198. | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
  199. | L | bewitchment | 0.22.63 | bewitchment-1.12.2-0.0.22.64.jar | None |
  200. | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  201. | L | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
  202. | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  203. | L | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
  204. | L | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
  205. | L | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  206. | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  207. | L | collective | 3.0 | collective-1.12.2-3.0.jar | None |
  208. | L | controlling | 3.0.10 | Controlling-3.0.12.4.jar | None |
  209. | L | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
  210. | L | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
  211. | L | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None |
  212. | L | custommainmenu | 2.0.9.1 | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
  213. | L | customnpcs | 1.12 | CustomNPCs_1.12.2-(05Jul20).jar | None |
  214. | L | dailies | 1.12.2-6 | dailies-1.12.2-6.jar | None |
  215. | L | dawnoftimebuilder | 1.0.7 | dawnoftime_builder_edition-1.0.7.jar | None |
  216. | L | ptrmodellib | 1.0.5 | PTRLib-1.0.5.jar | None |
  217. | L | props | 2.6.3.7 | Decocraft-2.6.3.7_1.12.2.jar | None |
  218. | L | journeymap | 1.12.2-5.7.1p2 | journeymap-1.12.2-5.7.1p2.jar | None |
  219. | L | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  220. | L | doggytalents | 1.15.1.6 | DoggyTalents-1.12.2-1.15.1.6.jar | None |
  221. | L | mocreatures | 12.4.5 | DrZharks-MoCreatures-Extended-12.4.5.jar | None |
  222. | L | mclib | 2.4.3 | mclib-2.4.3-1.12.2.jar | None |
  223. | L | emoticons | 1.1.2 | emoticons-1.1.2-1.12.2.jar | None |
  224. | L | farseek | 2.5.1 | Farseek-1.12-2.5.1.jar | None |
  225. | L | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
  226. | L | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  227. | L | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
  228. | L | forgeendertech | 1.12.2-4.5.6.1 | ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar | None |
  229. | L | fpsreducer | mc1.12.2-1.20 | FpsReducer-mc1.12.2-1.20.jar | None |
  230. | L | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None |
  231. | L | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  232. | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  233. | L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
  234. | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  235. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  236. | L | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None |
  237. | L | itlt | 1.0.4 | itlt-1.12.x-1.0.4.jar | None |
  238. | L | jjcoa | 1.0.11 | JJ Coats of Arms 1.12-1.12.2-v1.0.11.jar | None |
  239. | L | jehc | 1.7.2 | just-enough-harvestcraft-1.12.2-1.7.2.jar | None |
  240. | L | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  241. | L | mca | 6.1.0 | MCA-1.12.2-6.1.0-universal.jar | None |
  242. | L | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |
  243. | L | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |
  244. | L | mcwfences | 1.0.0 | mcw-fences-1.0.0-mc1.12.2.jar | None |
  245. | L | mcwfurnitures | 1.0.1 | mcw-furniture-1.0.1-mc1.12.2beta.jar | None |
  246. | L | mcwroofs | 1.0.2 | mcw-roofs-1.0.2-mc1.12.2.jar | None |
  247. | L | mcwtrpdoors | 1.0.2 | mcw-trapdoors-1.0.3-mc1.12.2.jar | None |
  248. | L | mcwwindows | 1.0 | mcw-windows-1.0.0-mc1.12.2.jar | None |
  249. | L | medieval_craft | 1.14.4 | MedievalCraft-1.12.2-1.18.1.jar | None |
  250. | L | medivalmusic | 1.12.2-1.1 | medivalmusic-1.1.jar | None |
  251. | L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  252. | L | neat | 1.4-17 | Neat 1.4-17.jar | None |
  253. | L | nefdecomod | 0.9 | NefsMedievalPub+v0.9(1.12.2).jar | None |
  254. | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  255. | L | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
  256. | L | packetfixer | 1.0.0 | PacketFixer-forge-1.0.0-1.12.2.jar | None |
  257. | L | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  258. | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
  259. | L | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None |
  260. | L | rats | 3.2.14 | rats-3.2.14-1.12.2.jar | None |
  261. | L | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None |
  262. | L | rustic | 1.1.7 | rustic-1.1.7.jar | None |
  263. | L | rusticthaumaturgy | 4.4a | Rustic Thaumaturgy-4.4a.jar | None |
  264. | L | rusticwitchcraft | 1.0.2 | rusticwitcraft-1.0.2.jar | None |
  265. | L | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
  266. | L | simple-rpc | 1.0 | simple-rpc-1.12.2-3.1.1.jar | None |
  267. | L | snowrealmagic | 0.7.1 | SnowRealMagic-1.12.2-0.7.1.jar | None |
  268. | L | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None |
  269. | L | spartanweaponry | 1.6.0 | SpartanWeaponry-1.12.2-1.6.0.jar | None |
  270. | L | streams | 0.4.9 | Streams-1.12-0.4.9.jar | None |
  271. | L | tails | 1.12-1.10.0 | Tails-1.12-1.10.0.jar | None |
  272. | L | toolbelt | 1.9.14 | ToolBelt-1.12.2-1.9.14.jar | None |
  273. | L | torchmaster | 1.8.5.0 | torchmaster_1.12.2-1.8.5.0.jar | None |
  274. | L | vampirism | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
  275. | L | teamlapen-lib | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
  276. | L | vampirism_integrations | vampirism_integrations | VampirismIntegrations-1.12.2-1.3.0.jar | None |
  277. | L | variedcommodities | 1.12.2 | VariedCommodities_1.12.2-(31Mar23).jar | None |
  278. | L | vc | 5.10-final | vc-1.12.2-5.10-final.jar | None |
  279. | L | villagespawnpoint | 1.8 | villagespawnpoint_1.12.2-1.8.jar | None |
  280. | L | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  281. | L | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | None |
  282. | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  283. | L | xlfoodmod | 1.12.2-1.9.2 | XL-Food-Mod-1.12.2-1.9.2.jar | None |
  284. | L | drplibrary | 1.12.2-0.1.3-SNAPSHOT | drplibrary-1.12.2-0.1.3-SNAPSHOT-20190130.044240.jar | None |
  285. | L | drpcmblueprints | 1.12.2-1.2.3 | drpcmblueprints-1.12.2-1.2.3.jar | None |
  286. | L | drpcmmaarg | 1.12.2-0.10.0-SNAPSHOT | drpcmmaarg-1.12.2-0.10.0-SNAPSHOT-20181116.084036.jar | None |
  287. | L | drpcmguis | 1.12.2-0.0.2-SNAPSHOT | drpcmguis-1.12.2-0.0.1-SNAPSHOT-20181126.010253.jar | None |
  288. | L | drpcore | 1.12.2-0.4.7 | drpcore-1.12.2-0.4.8.jar | None |
  289. | L | drpcmlocks | 1.12.2-1.0.1 | drpcmlocks-1.12.2-1.0.0-SNAPSHOT-20181127.121203.jar | None |
  290. | L | drpmedieval | 1.12.2-0.3.6 | drpmedieval-1.12.2-0.3.6.jar | None |
  291. | L | structurize | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar | None |
  292. | L | minecolonies | 1.12.2-0.11.841-ALPHA | minecolonies-1.12.2-0.11.841-BETA-universal.jar | None |
  293. | L | ropebridge | 2.0.5 | RopeBridge-1.12.2-2.2.1.jar | None |
  294. | L | solcarrot | 1.8.4 | solcarrot-1.12.2-1.8.4.jar | None |
  295. | L | adchimneys | 1.12.2-3.5.16.0 | AdChimneys-1.12.2-3.5.16.0-build.0654.jar | None |
  296. | UD | mclib_core | 2.4.3 | minecraft.jar | None |
  297.  
  298. Loaded coremods (and transformers):
  299. Born in a Barn (Born In A Barn 1.8-1.12-1.2.jar)
  300. com.chocohead.biab.BornInABarn
  301. RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  302. com.therandomlabs.randompatches.core.RPTransformer
  303. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  304. sereneseasons.asm.transformer.EntityRendererTransformer
  305. sereneseasons.asm.transformer.WorldTransformer
  306. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  307. pl.asie.foamfix.coremod.FoamFixTransformer
  308. ForgelinPlugin (Forgelin-1.8.4.jar)
  309.  
  310. LoadingPlugin (AdChimneys-1.12.2-3.5.16.0-build.0654.jar)
  311. com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
  312. SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar)
  313.  
  314. MixinBooter (!mixinbooter-9.4.jar)
  315.  
  316. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
  317.  
  318. AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  319. squeek.applecore.asm.TransformerModuleHandler
  320. McLib core mod (mclib-2.4.3-1.12.2.jar)
  321. mchorse.mclib.core.McLibCMClassTransformer
  322. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  323. team.chisel.ctm.client.asm.CTMTransformer
  324. Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
  325.  
  326. FarseekCoreMod (Farseek-1.12-2.5.1.jar)
  327. farseek.core.FarseekClassTransformer
  328. Plugin (NotEnoughIDs-1.5.4.4.jar)
  329. ru.fewizz.neid.asm.Transformer
  330. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  331. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  332. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  333. AstralCore (astralsorcery-1.12.2-1.10.27.jar)
  334.  
  335. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  336. invtweaks.forge.asm.ContainerTransformer
  337. CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
  338.  
  339. ratscore (rats-3.2.14-1.12.2.jar)
  340. com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
  341. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  342. lumien.resourceloader.asm.ClassTransformer
  343. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 536.23' Renderer: 'NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2'
  344. Launched Version: forge-14.23.5.2859
  345. LWJGL: 2.9.4
  346. OpenGL: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.23, NVIDIA Corporation
  347. GL Caps: Using GL 1.3 multitexturing.
  348. Using GL 1.3 texture combiners.
  349. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  350. Shaders are available because OpenGL 2.1 is supported.
  351. VBOs are available because OpenGL 1.5 is supported.
  352.  
  353. Using VBOs: Yes
  354. Is Modded: Definitely; Client brand changed to 'fml,forge'
  355. Type: Client (map_client.txt)
  356. Resource Packs:
  357. Current Language: English (US)
  358. Profiler Position: N/A (disabled)
  359. CPU: 12x Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement