coldReactive

Pneumatic Craft Crash

Mar 28th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.70 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CreativePatchingLoader (CreativeCore_v1.9.41_mc1.12.2.jar)
  5. AstralCore (astralsorcery-1.12.2-1.10.12.jar)
  6. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  7. RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
  8. JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  9. ForgelinPlugin (Forgelin-1.8.2.jar)
  10. ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
  11. Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
  12. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  13. SurgeLoadingPlugin (Surge-1.12.2-2.0.76.jar)
  14. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  15. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  16. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  17. 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.3-1.12.2.jar)
  18. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // I bet Cylons wouldn't have this problem.
  22.  
  23. Time: 3/28/19 7:40 AM
  24. Description: There was a severe problem during mod loading that has caused the game to fail
  25.  
  26. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from PneumaticCraft: Repressurized (pneumaticcraft)
  27. Caused by: com.google.gson.JsonSyntaxException: minecraft:air: Non-fluid definitions must have a temperature field!
  28. at me.desht.pneumaticcraft.common.config.BlockHeatPropertiesConfig$CustomHeatEntry.fromJson(BlockHeatPropertiesConfig.java:256)
  29. at me.desht.pneumaticcraft.common.config.BlockHeatPropertiesConfig.readFromJson(BlockHeatPropertiesConfig.java:125)
  30. at me.desht.pneumaticcraft.common.config.JsonConfig.readFromFile(JsonConfig.java:59)
  31. at me.desht.pneumaticcraft.common.config.JsonConfig.processFile(JsonConfig.java:35)
  32. at me.desht.pneumaticcraft.common.config.JsonConfig.postInit(JsonConfig.java:29)
  33. at me.desht.pneumaticcraft.common.config.ConfigHandler.onPostInit(ConfigHandler.java:100)
  34. at me.desht.pneumaticcraft.PneumaticCraftRepressurized.postInit(PneumaticCraftRepressurized.java:181)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  40. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  44. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  45. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  46. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  47. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  48. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  49. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  50. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  51. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  57. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  58. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  59. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  60. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  61. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  62. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  63. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  64. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  65. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  66. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  67. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  68. at net.minecraft.client.main.Main.main(SourceFile:123)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  74. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  75.  
  76.  
  77. A detailed walkthrough of the error, its code path and all known details is as follows:
  78. ---------------------------------------------------------------------------------------
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.12.2
  83. Operating System: Windows 10 (amd64) version 10.0
  84. Java Version: 1.8.0_201, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 726383520 bytes (692 MB) / 2684354560 bytes (2560 MB) up to 4563402752 bytes (4352 MB)
  87. JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4352m -Xms256m -XX:PermSize=256m -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  88. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  89. FML: MCP 9.42 Powered by Forge 14.23.5.2824 143 mods loaded, 143 mods active
  90. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  91.  
  92. | State | ID | Version | Source | Signature |
  93. |:----- |:------------------------------------ |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
  94. | LCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
  95. | LCHIJ | mcp | 9.42 | minecraft.jar | None |
  96. | LCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2824.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  97. | LCHIJ | forge | 14.23.5.2824 | forge-1.12.2-14.23.5.2824.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  98. | LCHIJ | creativecoredummy | 1.0.0 | minecraft.jar | None |
  99. | LCHIJ | itemphysic | 1.4.0 | minecraft.jar | None |
  100. | LCHIJ | foamfixcore | 7.7.4 | minecraft.jar | None |
  101. | LCHIJ | randompatches | 1.12.2-1.15.0.2 | randompatches-1.12.2-1.15.0.2.jar | None |
  102. | LCHIJ | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  103. | LCHIJ | antiqueatlas | 4.5.0 | antiqueatlas-1.12.2-4.5.0.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
  104. | LCHIJ | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.5.0.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
  105. | LCHIJ | crafttweaker | 4.1.16 | CraftTweaker2-1.12-4.1.16.jar | None |
  106. | LCHIJ | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  107. | LCHIJ | modtweaker | 4.0.16 | modtweaker-4.0.16.jar | None |
  108. | LCHIJ | jei | 4.15.0.271 | jei_1.12.2-4.15.0.271.jar | None |
  109. | LCHIJ | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  110. | LCHIJ | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  111. | LCHIJ | astralsorcery | 1.10.12 | astralsorcery-1.12.2-1.10.12.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  112. | LCHIJ | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  113. | LCHIJ | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  114. | LCHIJ | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
  115. | LCHIJ | base | 3.12.0 | base-1.12.2-3.12.0.jar | None |
  116. | LCHIJ | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42.jar | None |
  117. | LCHIJ | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  118. | LCHIJ | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  119. | LCHIJ | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
  120. | LCHIJ | bhc | 1.2.3 | baubley-heart-canisters-1.12.2-1.2.3.jar | None |
  121. | LCHIJ | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  122. | LCHIJ | biomesoplenty | 7.0.1.2425 | BiomesOPlenty-1.12.2-7.0.1.2425-universal.jar | None |
  123. | LCHIJ | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
  124. | LCHIJ | bottledmilk | 1.0.0 | BottledMilk-1.12-1.1.0.jar | None |
  125. | LCHIJ | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  126. | LCHIJ | bountiful | 2.2.0 | Bountiful-2.2.0.jar | None |
  127. | LCHIJ | carryon | 1.12.1 | CarryOn MC1.12.2 v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
  128. | LCHIJ | ceramics | 1.12-1.3.6 | Ceramics-1.12-1.3.6.jar | None |
  129. | LCHIJ | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  130. | LCHIJ | cleanview | 1.12.2-v1a | CleanView-1.12.2-v1a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  131. | LCHIJ | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  132. | LCHIJ | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  133. | LCHIJ | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  134. | LCHIJ | comforts | 1.4.1.1 | comforts-1.12.2-1.4.1.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  135. | LCHIJ | cyclopscore | 1.1.1 | CyclopsCore-1.12.2-1.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  136. | LCHIJ | commoncapabilities | 2.1.1 | CommonCapabilities-1.12.2-2.1.1.jar | None |
  137. | LCHIJ | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  138. | LCHIJ | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
  139. | LCHIJ | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.31.jar | None |
  140. | LCHIJ | coroutil | 1.12.1-1.2.31 | coroutil-1.12.1-1.2.31.jar | None |
  141. | LCHIJ | configmod | v1.0 | coroutil-1.12.1-1.2.31.jar | None |
  142. | LCHIJ | cosmeticarmorreworked | 1.12.2-v4 | CosmeticArmorReworked-1.12.2-v4.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  143. | LCHIJ | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4 | CosmeticArmorReworked-1.12.2-v4.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  144. | LCHIJ | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  145. | LCHIJ | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.16.jar | None |
  146. | LCHIJ | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.16.jar | None |
  147. | LCHIJ | creativecore | 1.9.9 | CreativeCore_v1.9.41_mc1.12.2.jar | None |
  148. | LCHIJ | desirepaths | 1.12.1-1.2.8 | desirepaths-1.12.1-1.2.8.jar | None |
  149. | LCHIJ | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
  150. | LCHIJ | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  151. | LCHIJ | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  152. | LCHIJ | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  153. | LCHIJ | engineeredgolems | 1.0 | Engineered Golems-1.1.jar | None |
  154. | LCHIJ | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
  155. | LCHIJ | estop | 1.12.1 | estop-1.12.1.jar | None |
  156. | LCHIJ | natura | 1.12.2-4.3.2.66 | natura-1.12.2-4.3.2.66.jar | None |
  157. | LCHIJ | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  158. | LCHIJ | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
  159. | LCHIJ | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
  160. | LCHIJ | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
  161. | LCHIJ | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
  162. | LCHIJ | grimoireofgaia | 1.6.9.3 | GrimoireOfGaia3-1.12.2-1.6.9.3.jar | None |
  163. | LCHIJ | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  164. | LCHIJ | growthcraft | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  165. | LCHIJ | growthcraft_apples | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  166. | LCHIJ | growthcraft_bamboo | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  167. | LCHIJ | growthcraft_cellar | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  168. | LCHIJ | growthcraft_bees | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  169. | LCHIJ | growthcraft_fishtrap | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  170. | LCHIJ | growthcraft_grapes | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  171. | LCHIJ | growthcraft_hops | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  172. | LCHIJ | growthcraft_milk | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  173. | LCHIJ | growthcraft_rice | 4.0.4.400 | growthcraft-1.12.2-4.0.4.400.jar | None |
  174. | LCHIJ | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
  175. | LCHIJ | hatchery | 2.2.1 | hatchery-1.12.2-2.2.1.jar | None |
  176. | LCHIJ | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  177. | LCHIJ | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  178. | LCHIJ | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  179. | LCHIJ | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
  180. | LCHIJ | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  181. | LCHIJ | jeid | 1.0.2-26 | JustEnoughIDs-1.0.2-26.jar | None |
  182. | LCHIJ | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
  183. | LCHIJ | jeresources | 0.8.9.48 | JustEnoughResources-1.12.2-0.8.9.48.jar | None |
  184. | LCHIJ | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
  185. | LCHIJ | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  186. | LCHIJ | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  187. | LCHIJ | metalchests | v4.0.1.g01955d6 | MetalChests-v4.0.1.g01955d6.jar | None |
  188. | LCHIJ | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  189. | LCHIJ | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  190. | LCHIJ | mystcraft | 0.13.7.02 | mystcraft-1.12.2-0.13.7.02.jar | None |
  191. | LCHIJ | moremystcraft | 0.5.3 | moremystcraft-1.12.2-0.5.3.jar | None |
  192. | LCHIJ | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
  193. | LCHIJ | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  194. | LCHIJ | naturalnetherportals | 1.2.0 | naturalnetherportals-1.2.0-mc1.12.x.jar | None |
  195. | LCHIJ | patchouli | 1.0-18 | Patchouli-1.0-18.jar | None |
  196. | LCHIJ | naturesaura | r14 | NaturesAura-r14.jar | None |
  197. | LCHIJ | plustic | 7.0.5.2 | plustic-7.0.5.2.jar | None |
  198. | LCHIJ | netherendingores | 1.12.2-1.3 | Netherending-Ores-1.12.2-1.3.jar | None |
  199. | LCHIJ | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
  200. | LCHIJ | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  201. | LCHIJ | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
  202. | LCHIJ | oreberries | 0.5.0 | oreberries-1.12.x-0.5.0.jar | None |
  203. | LCHIJ | clayspawn | 1.12a | Pam's ClaySpawn 1.12a.jar | None |
  204. | LCHIJ | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
  205. | LCHIJ | sheepmilking | 1.12.2b | Pam's Sheep Milking 1.12.2b.jar | None |
  206. | LCHIJ | parry | 1.0 | parry-1.0-hotfix.jar | None |
  207. | LCHIJ | placebo | 1.5.1 | Placebo-1.12.2-1.5.1.jar | None |
  208. | LCHIJ | plants2 | 2.10.6 | Plants-1.12.2-2.10.6.jar | None |
  209. | LCHIE | pneumaticcraft | 1.12.2-0.10.0-328 | pneumaticcraft-repressurized-1.12.2-0.10.0-328.jar | None |
  210. | LCHI | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  211. | LCHI | randomtweaks | 1.12.2-2.4.3.2 | randomtweaks-1.12.2-2.4.3.2.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  212. | LCHI | reborncore | 3.13.9.433 | RebornCore-1.12.2-3.13.9.433-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  213. | LCHI | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
  214. | LCHI | xreliquary | 1.12.2-1.3.4.786 | Reliquary-1.12.2-1.3.4.786.jar | None |
  215. | LCHI | roots | 0.104 | roots-2-0.104.jar | None |
  216. | LCHI | rusticthaumaturgy | 4.0 | Rustic Thaumaturgy-4.3.jar | None |
  217. | LCHI | sophisticatedwolves | 3.13.7 | SophisticatedWolves-1.12.2-3.13.7.jar | None |
  218. | LCHI | soulshardsrespawn | 1.12.2-1.1.0-12 | SoulShardsRespawn-1.12.2-1.1.0-12.jar | None |
  219. | LCHI | stevescarts | 2.4.29.132 | StevesCarts-1.12.2-2.4.29.132.jar | None |
  220. | LCHI | surge | 2.0.76 | Surge-1.12.2-2.0.76.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  221. | LCHI | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None |
  222. | LCHI | terraqueous | 1.4.16 | terraqueous-1.12.0-1.4.16.jar | None |
  223. | LCHI | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  224. | LCHI | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.5-23.jar | None |
  225. | LCHI | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
  226. | LCHI | tcomplement | ${version} | TinkersComplement-1.12.2-0.3.1.jar | None |
  227. | LCHI | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  228. | LCHI | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
  229. | LCHI | tombstone | 3.3.4 | tombstone-3.3.4-1.12.jar | None |
  230. | LCHI | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  231. | LCHI | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  232. | LCHI | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  233. | LCHI | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
  234. | LCHI | what | 0.2 | WHAT-0.2.jar | None |
  235. | LCHI | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
  236. | LCHI | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  237.  
  238. Loaded coremods (and transformers):
  239. CreativePatchingLoader (CreativeCore_v1.9.41_mc1.12.2.jar)
  240.  
  241. AstralCore (astralsorcery-1.12.2-1.10.12.jar)
  242.  
  243. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  244. net.fybertech.nwr.NWRTransformer
  245. RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
  246. com.therandomlabs.randompatches.core.RPTransformer
  247. JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
  248. org.dimdev.jeid.JEIDTransformer
  249. ForgelinPlugin (Forgelin-1.8.2.jar)
  250.  
  251. ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
  252. com.creativemd.itemphysic.ItemTransformer
  253. Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
  254. com.chocohead.biab.BornInABarn
  255. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  256. team.chisel.ctm.client.asm.CTMTransformer
  257. SurgeLoadingPlugin (Surge-1.12.2-2.0.76.jar)
  258.  
  259. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  260. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  261. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  262. invtweaks.forge.asm.ContainerTransformer
  263. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  264. shetiphian.asm.ClassTransformer
  265. 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.3-1.12.2.jar)
  266. pl.asie.foamfix.coremod.FoamFixTransformer
  267. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  268.  
  269. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 24.20.100.6195' Renderer: 'Intel(R) UHD Graphics 630'
  270. Pulsar/tconstruct loaded Pulses:
  271. - TinkerCommons (Enabled/Forced)
  272. - TinkerWorld (Enabled/Not Forced)
  273. - TinkerTools (Enabled/Not Forced)
  274. - TinkerHarvestTools (Enabled/Forced)
  275. - TinkerMeleeWeapons (Enabled/Forced)
  276. - TinkerRangedWeapons (Enabled/Forced)
  277. - TinkerModifiers (Enabled/Forced)
  278. - TinkerSmeltery (Enabled/Not Forced)
  279. - TinkerGadgets (Enabled/Not Forced)
  280. - TinkerOredict (Enabled/Forced)
  281. - TinkerIntegration (Enabled/Forced)
  282. - TinkerFluids (Enabled/Forced)
  283. - TinkerMaterials (Enabled/Forced)
  284. - TinkerModelRegister (Enabled/Forced)
  285. - chiselIntegration (Enabled/Not Forced)
  286. - chiselsandbitsIntegration (Enabled/Not Forced)
  287. - craftingtweaksIntegration (Enabled/Not Forced)
  288. - wailaIntegration (Enabled/Not Forced)
  289.  
  290. Pulsar/natura loaded Pulses:
  291. - NaturaCommons (Enabled/Forced)
  292. - NaturaOverworld (Enabled/Not Forced)
  293. - NaturaNether (Enabled/Not Forced)
  294. - NaturaDecorative (Enabled/Not Forced)
  295. - NaturaTools (Enabled/Not Forced)
  296. - NaturaEntities (Enabled/Not Forced)
  297. - NaturaOredict (Enabled/Forced)
  298. - NaturaWorld (Enabled/Not Forced)
  299. - craftingtweaksIntegration (Enabled/Not Forced)
  300.  
  301. Pulsar/tcomplement loaded Pulses:
  302. - ModuleCommons (Enabled/Forced)
  303. - ModuleMelter (Enabled/Not Forced)
  304. - ModuleArmor (Enabled/Not Forced)
  305. - CeramicsPlugin (Enabled/Not Forced)
  306. - ChiselPlugin (Enabled/Not Forced)
  307.  
  308. RebornCore:
  309. Plugin Engine: 0
  310. RebornCore Version: 3.13.9.433
  311. Runtime Debofucsation 1
  312. RenderEngine: 0
Advertisement
Add Comment
Please, Sign In to add comment