MuffinForMen

Nature's Beauty Crash Log

Oct 3rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.45 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Quark Plugin (Quark-r1.5-168.jar)
  5. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  6. 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.5-1.12.2.jar)
  7. OTGCorePlugin (OTG-Core.jar)
  8. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  9. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  10. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  11. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  12. ForgelinPlugin (Forgelin-1.8.3.jar)
  13. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  14. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  15. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  16. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  17. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  18. Contact their authors BEFORE contacting forge
  19.  
  20. // This doesn't make any sense!
  21.  
  22. Time: 10/3/19 4:15 PM
  23. Description: Ticking entity
  24.  
  25. java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean
  26. at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
  27. at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:452)
  28. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
  29. at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
  30. at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:914)
  31. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
  32. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2096)
  33. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  34. at net.minecraft.world.World.func_72866_a(World.java:1993)
  35. at net.minecraft.world.World.func_72870_g(World.java:1955)
  36. at net.minecraft.world.World.func_72939_s(World.java:1759)
  37. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1847)
  38. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  40. at net.minecraft.client.main.Main.main(SourceFile:123)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:497)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Thread: Client thread
  54. Stacktrace:
  55. at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
  56. at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:452)
  57. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
  58. at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
  59. at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:914)
  60. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
  61. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2096)
  62. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  63. at net.minecraft.world.World.func_72866_a(World.java:1993)
  64. at net.minecraft.world.World.func_72870_g(World.java:1955)
  65.  
  66. -- Entity being ticked --
  67. Details:
  68. Entity Type: mocreatures:cod (drzhark.mocreatures.entity.aquatic.MoCEntityCod)
  69. Entity ID: 53428
  70. Entity Name: Cod
  71. Entity's Exact location: -690.66, 62.00, 363.30
  72. Entity's Block location: World: (-691,62,363), Chunk: (at 13,3,11 in -44,22; contains blocks -704,0,352 to -689,255,367), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
  73. Entity's Momentum: 0.00, -0.01, 0.00
  74. Entity's Passengers: []
  75. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  76. Stacktrace:
  77. at net.minecraft.world.World.func_72939_s(World.java:1759)
  78. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1847)
  79. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
  80. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  81. at net.minecraft.client.main.Main.main(SourceFile:123)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:497)
  86. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  87. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  88.  
  89. -- System Details --
  90. Details:
  91. Minecraft Version: 1.12.2
  92. Operating System: Windows 10 (amd64) version 10.0
  93. Java Version: 1.8.0_51, Oracle Corporation
  94. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  95. Memory: 843201584 bytes (804 MB) / 2886152192 bytes (2752 MB) up to 8375238656 bytes (7987 MB)
  96. JVM Flags: 17 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3
  97. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  98. FML: MCP 9.42 Powered by Forge 14.23.5.2838 107 mods loaded, 107 mods active
  99. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  100.  
  101. | State | ID | Version | Source | Signature |
  102. |:------ |:-------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
  103. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  104. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  105. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  106. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  107. | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  108. | LCHIJA | otgcore | 1.12.2 - v7 | minecraft.jar | None |
  109. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  110. | LCHIJA | dsurroundcore | 3.5.4.3 | minecraft.jar | None |
  111. | LCHIJA | antiqueatlas | 4.5.1 | antiqueatlas-1.12.2-4.5.1.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
  112. | LCHIJA | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.5.1.jar | e631d7254e451d0360d0148cb21407d5511d45e9 |
  113. | LCHIJA | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  114. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  115. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  116. | LCHIJA | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None |
  117. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  118. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  119. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  120. | LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  121. | LCHIJA | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  122. | LCHIJA | quark | r1.5-168 | Quark-r1.5-168.jar | None |
  123. | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  124. | LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
  125. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  126. | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  127. | LCHIJA | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  128. | LCHIJA | betterfoliage | 2.2.0 | BetterFoliage-MC1.12-2.2.0.jar | None |
  129. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  130. | LCHIJA | openterraingenerator | v6 | OpenTerrainGenerator-1.12.2 - v6.jar | e9f7847a78c5342af5b0a9e04e5abc0b554d69e0 |
  131. | LCHIJA | biomebundle | 5.1 | Biome_Bundle-1.12.2-v6.1.jar | None |
  132. | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  133. | LCHIJA | bookshelf | 2.3.586 | Bookshelf-1.12.2-2.3.586.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  134. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  135. | LCHIJA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  136. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  137. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  138. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  139. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  140. | LCHIJA | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  141. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.19.jar | None |
  142. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  143. | LCHIJA | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  144. | LCHIJA | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
  145. | LCHIJA | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
  146. | LCHIJA | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
  147. | LCHIJA | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None |
  148. | LCHIJA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
  149. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  150. | LCHIJA | exoticbirds | 1.0 | Exotic Birds 1.12.2-2.2.1.jar | None |
  151. | LCHIJA | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
  152. | LCHIJA | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
  153. | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  154. | LCHIJA | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
  155. | LCHIJA | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None |
  156. | LCHIJA | fluidfunnel | 1.3.0 | FluidFunnel-1.12.2-1.3.0.jar | None |
  157. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  158. | LCHIJA | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None |
  159. | LCHIJA | limelib | 1.7.12 | limelib-1.12.2-1.7.12.jar | None |
  160. | LCHIJA | furnus | 2.1.8 | furnus-1.12.2-2.1.8.jar | None |
  161. | LCHIJA | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
  162. | LCHIJA | gravestone | 1.10.3 | gravestone-1.10.3.jar | None |
  163. | LCHIJA | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
  164. | LCHIJA | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
  165. | LCHIJA | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  166. | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  167. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  168. | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None |
  169. | LCHIJA | jehc | 1.6.4 | jehc-1.12.2-1.6.4.jar | None |
  170. | LCHIJA | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  171. | LCHIJA | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  172. | LCHIJA | landlust | 1.12.2-0.3.6 | landlust-1.12.2-0.3.6.jar | None |
  173. | LCHIJA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
  174. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  175. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  176. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  177. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  178. | LCHIJA | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
  179. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  180. | LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  181. | LCHIJA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
  182. | LCHIJA | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
  183. | LCHIJA | notenoughroofs | 0.8.0.1 | notenoughroofs-1.12.2-0.8.0.1.jar | None |
  184. | LCHIJA | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  185. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  186. | LCHIJA | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None |
  187. | LCHIJA | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  188. | LCHIJA | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None |
  189. | LCHIJA | pcb | 1.5.0 | portablecraftbench-1.12.2-1.5.1.jar | None |
  190. | LCHIJA | potionfingers | r1.0-2 | PotionFingers-r1.0-2.jar | None |
  191. | LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
  192. | LCHIJA | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
  193. | LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  194. | LCHIJA | rustic | 1.1.1 | rustic-1.1.1.jar | None |
  195. | LCHIJA | signpost | 1.08.2 | signpost-1.12.2-1.08.2.jar | None |
  196. | LCHIJA | simplyenchanting | 1.0.3 | SimplyEnchanting-1.12-1.0.3.jar | None |
  197. | LCHIJA | soundfilters | 0.11_for_1.12 | SoundFilters-0.11_for_1.12.jar | None |
  198. | LCHIJA | sparkshammers | @VERSION@ | sparkshammers-1.12.2-1.9.2.jar | None |
  199. | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  200. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  201. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  202. | LCHIJA | topaddons | 1.12.2-1.11.0 | topaddons-1.12.2-1.11.0.jar | None |
  203. | LCHIJA | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  204. | LCHIJA | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
  205. | LCHIJA | wholetreeaxe | 1.7.1 | WholeTreeAxe-1.12-1.7.1.jar | None |
  206. | LCHIJA | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  207. | LCHIJA | dsurround | 3.5.4.3 | DynamicSurroundings-1.12.2-3.5.4.3.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  208. | LCHIJA | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  209. | LCHIJA | mysticallib | 1.12.2-1.3.1 | mysticallib-1.12.2-1.3.1.jar | None |
  210.  
  211. Loaded coremods (and transformers):
  212. Quark Plugin (Quark-r1.5-168.jar)
  213. vazkii.quark.base.asm.ClassTransformer
  214. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  215. pw.prok.realbench.asm.RBTransformer
  216. 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.5-1.12.2.jar)
  217. pl.asie.foamfix.coremod.FoamFixTransformer
  218. OTGCorePlugin (OTG-Core.jar)
  219. com.pg85.otg.forge.asm.OTGClassTransformer
  220. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  221. invtweaks.forge.asm.ContainerTransformer
  222. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  223. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  224. NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  225. net.fybertech.nwr.NWRTransformer
  226. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  227. team.chisel.ctm.client.asm.CTMTransformer
  228. ForgelinPlugin (Forgelin-1.8.3.jar)
  229.  
  230. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  231. lumien.resourceloader.asm.ClassTransformer
  232. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  233.  
  234. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  235. mods.betterfoliage.loader.BetterFoliageTransformer
  236. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  237.  
  238. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  239. org.orecruncher.dsurround.asm.Transformer
  240. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 436.48' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
  241. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  242. Pulsar/tconstruct loaded Pulses:
  243. - TinkerCommons (Enabled/Forced)
  244. - TinkerWorld (Enabled/Not Forced)
  245. - TinkerTools (Enabled/Not Forced)
  246. - TinkerHarvestTools (Enabled/Forced)
  247. - TinkerMeleeWeapons (Enabled/Forced)
  248. - TinkerRangedWeapons (Enabled/Forced)
  249. - TinkerModifiers (Enabled/Forced)
  250. - TinkerSmeltery (Enabled/Not Forced)
  251. - TinkerGadgets (Enabled/Not Forced)
  252. - TinkerOredict (Enabled/Forced)
  253. - TinkerIntegration (Enabled/Forced)
  254. - TinkerFluids (Enabled/Forced)
  255. - TinkerMaterials (Enabled/Forced)
  256. - TinkerModelRegister (Enabled/Forced)
  257. - chiselIntegration (Enabled/Not Forced)
  258. - chiselsandbitsIntegration (Enabled/Not Forced)
  259. - theoneprobeIntegration (Enabled/Not Forced)
  260.  
  261. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Add Comment
Please, Sign In to add comment