Advertisement
Guest User

Untitled

a guest
Jun 15th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.75 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 6/7/22 1:57 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoClassDefFoundError: exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator
  8. at exterminatorJeff.undergroundBiomes.common.WorldGenManager.<init>(WorldGenManager.java:98)
  9. at exterminatorJeff.undergroundBiomes.common.DimensionManager.worldGenManager(DimensionManager.java:114)
  10. at exterminatorJeff.undergroundBiomes.common.DimensionManager.prePopulateChunk(DimensionManager.java:289)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1675_DimensionManager_prePopulateChunk_Pre.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  14. at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:377)
  15. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  16. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  17. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  18. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  19. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  20. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
  21. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
  22. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  24. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  25. Caused by: java.lang.ClassNotFoundException: exterminatorJeff.undergroundBiomes.worldGen.BiomeUndergroundDecorator
  26. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  27. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  28. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  29. ... 17 more
  30. Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Error at instruction 191: Expected I, but found R replaceChunkOres(IILnet/minecraft/world/World;)V
  31. 00000 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : L0
  32. 00001 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 141 L0
  33. 00002 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  34. 00003 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.worldGen : LexterminatorJeff/undergroundBiomes/common/WorldGenManager;
  35. 00004 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/common/WorldGenManager.ubOn ()Z
  36. 00005 R I I R . . . . . . . . . . . . . . . . . . . . . . . : I : IFNE L1
  37. 00006 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : RETURN
  38. 00007 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : L1
  39. 00008 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 142 L1
  40. 00009 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : FRAME SAME
  41. 00010 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  42. 00011 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.oreUBifier : LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier;
  43. 00012 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/OreUBifier.replacementActive ()Z
  44. 00013 R I I R . . . . . . . . . . . . . . . . . . . . . . . : I : IFNE L2
  45. 00014 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : RETURN
  46. 00015 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : L2
  47. 00016 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 143 L2
  48. 00017 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : FRAME SAME
  49. 00018 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : NEW Zeno410Utils/BlockLocation
  50. 00019 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : DUP
  51. 00020 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R : ILOAD 1
  52. 00021 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I : ILOAD 2
  53. 00022 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I : ALOAD 3
  54. 00023 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I R : GETFIELD net/minecraft/world/World.field_73011_w : Lnet/minecraft/world/WorldProvider;
  55. 00024 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I R : GETFIELD net/minecraft/world/WorldProvider.field_76574_g : I
  56. 00025 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I I : INVOKESPECIAL Zeno410Utils/BlockLocation.<init> (III)V
  57. 00026 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : ASTORE 4
  58. 00027 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : L3
  59. 00028 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 145 L3
  60. 00029 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  61. 00030 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.beingGenerated : Ljava/util/HashSet;
  62. 00031 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : ALOAD 4
  63. 00032 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R R : INVOKEVIRTUAL java/util/HashSet.contains (Ljava/lang/Object;)Z
  64. 00033 R I I R R . . . . . . . . . . . . . . . . . . . . . . : I : IFEQ L4
  65. 00034 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : L5
  66. 00035 ? : LINENUMBER 146 L5
  67. 00036 ? : INVOKESTATIC exterminatorJeff/undergroundBiomes/common/UndergroundBiomes.crashOnProblems ()Z
  68. 00037 ? : IFEQ L4
  69. 00038 ? : NEW java/lang/RuntimeException
  70. 00039 ? : DUP
  71. 00040 ? : INVOKESPECIAL java/lang/RuntimeException.<init> ()V
  72. 00041 ? : ATHROW
  73. 00042 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : L4
  74. 00043 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 148 L4
  75. 00044 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : FRAME APPEND [Zeno410Utils/BlockLocation]
  76. 00045 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  77. 00046 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.currentWorldManager : LexterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento$Manager;
  78. 00047 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento$Manager.memento ()LexterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento;
  79. 00048 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : ASTORE 5
  80. 00049 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : L6
  81. 00050 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 149 L6
  82. 00051 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  83. 00052 R I I R R R . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.beingGenerated : Ljava/util/HashSet;
  84. 00053 R I I R R R . . . . . . . . . . . . . . . . . . . . . : R : ALOAD 4
  85. 00054 R I I R R R . . . . . . . . . . . . . . . . . . . . . : R R : INVOKEVIRTUAL java/util/HashSet.add (Ljava/lang/Object;)Z
  86. 00055 R I I R R R . . . . . . . . . . . . . . . . . . . . . : I : POP
  87. 00056 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : L7
  88. 00057 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 150 L7
  89. 00058 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : INVOKESTATIC exterminatorJeff/undergroundBiomes/common/UndergroundBiomes.generateHeight ()I
  90. 00059 R I I R R R . . . . . . . . . . . . . . . . . . . . . : I : ISTORE 6
  91. 00060 R I I R R R I . . . . . . . . . . . . . . . . . . . . : : L8
  92. 00061 R I I R R R I . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 151 L8
  93. 00062 R I I R R R I . . . . . . . . . . . . . . . . . . . . : : ICONST_1
  94. 00063 R I I R R R I . . . . . . . . . . . . . . . . . . . . : I : ISTORE 7
  95. 00064 R I I R R R I I . . . . . . . . . . . . . . . . . . . : : L9
  96. 00065 R I I R R R I I . . . . . . . . . . . . . . . . . . . : : LINENUMBER 152 L9
  97. 00066 R I I R R R I I . . . . . . . . . . . . . . . . . . . : : SIPUSH 256
  98. 00067 R I I R R R I I . . . . . . . . . . . . . . . . . . . : I : ANEWARRAY exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase
  99. 00068 R I I R R R I I . . . . . . . . . . . . . . . . . . . : R : ASTORE 8
  100. 00069 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : L10
  101. 00070 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : LINENUMBER 153 L10
  102. 00071 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : ALOAD 0
  103. 00072 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.worldGen : LexterminatorJeff/undergroundBiomes/common/WorldGenManager;
  104. 00073 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ALOAD 8
  105. 00074 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R : ILOAD 1
  106. 00075 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I : ILOAD 2
  107. 00076 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I I : BIPUSH 16
  108. 00077 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I I I : BIPUSH 16
  109. 00078 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I I I I : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/common/WorldGenManager.loadUndergroundBlockGeneratorData ([LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase;IIII)[LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase;
  110. 00079 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ASTORE 8
  111. 00080 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : L11
  112. 00081 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : LINENUMBER 155 L11
  113. 00082 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : ALOAD 3
  114. 00083 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ILOAD 1
  115. 00084 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R I : ILOAD 2
  116. 00085 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R I I : INVOKEVIRTUAL net/minecraft/world/World.func_72938_d (II)Lnet/minecraft/world/chunk/Chunk;
  117. 00086 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ASTORE 9
  118. 00087 R I I R R R I I R R . . . . . . . . . . . . . . . . . : : L12
  119. 00088 R I I R R R I I R R . . . . . . . . . . . . . . . . . : : LINENUMBER 156 L12
  120. 00089 R I I R R R I I R R . . . . . . . . . . . . . . . . . : : ALOAD 9
  121. 00090 R I I R R R I I R R . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL net/minecraft/world/chunk/Chunk.func_76587_i ()[Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage;
  122. 00091 R I I R R R I I R R . . . . . . . . . . . . . . . . . : R : ASTORE 10
  123. 00092 R I I R R R I I R R R . . . . . . . . . . . . . . . . : : L13
  124. 00093 R I I R R R I I R R R . . . . . . . . . . . . . . . . : : LINENUMBER 158 L13
  125. 00094 R I I R R R I I R R R . . . . . . . . . . . . . . . . : : ICONST_0
  126. 00095 R I I R R R I I R R R . . . . . . . . . . . . . . . . : I : ISTORE 11
  127. 00096 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L14
  128. 00097 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : FRAME FULL [exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator I I net/minecraft/world/World Zeno410Utils/BlockLocation exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento I I [LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase; net/minecraft/world/chunk/Chunk [Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; I] []
  129. 00098 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ILOAD 11
  130. 00099 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : BIPUSH 16
  131. 00100 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I I : IF_ICMPGE L15
  132. 00101 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L16
  133. 00102 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 160 L16
  134. 00103 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ICONST_0
  135. 00104 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : ISTORE 12
  136. 00105 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : L17
  137. 00106 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : FRAME APPEND [I]
  138. 00107 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : ILOAD 12
  139. 00108 R I I R R R I I R R R I I . . . . . . . . . . . . . . : I : BIPUSH 16
  140. 00109 R I I R R R I I R R R I I . . . . . . . . . . . . . . : I I : IF_ICMPGE L18
  141. 00110 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : L19
  142. 00111 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : LINENUMBER 162 L19
  143. 00112 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : ALOAD 8
  144. 00113 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R : ILOAD 11
  145. 00114 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I : ILOAD 12
  146. 00115 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I I : BIPUSH 16
  147. 00116 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I I I : IMUL
  148. 00117 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I I : IADD
  149. 00118 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I : AALOAD
  150. 00119 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R : ASTORE 13
  151. 00120 R I I R R R I I R R R I I R . . . . . . . . . . . . . : : L20
  152. 00121 R I I R R R I I R R R I I R . . . . . . . . . . . . . : : LINENUMBER 163 L20
  153. 00122 R I I R R R I I R R R I I R . . . . . . . . . . . . . : : ILOAD 1
  154. 00123 R I I R R R I I R R R I I R . . . . . . . . . . . . . : I : ILOAD 11
  155. 00124 R I I R R R I I R R R I I R . . . . . . . . . . . . . : I I : IADD
  156. 00125 R I I R R R I I R R R I I R . . . . . . . . . . . . . : I : ISTORE 14
  157. 00126 R I I R R R I I R R R I I R I . . . . . . . . . . . . : : L21
  158. 00127 R I I R R R I I R R R I I R I . . . . . . . . . . . . : : LINENUMBER 164 L21
  159. 00128 R I I R R R I I R R R I I R I . . . . . . . . . . . . : : ILOAD 2
  160. 00129 R I I R R R I I R R R I I R I . . . . . . . . . . . . : I : ILOAD 12
  161. 00130 R I I R R R I I R R R I I R I . . . . . . . . . . . . : I I : IADD
  162. 00131 R I I R R R I I R R R I I R I . . . . . . . . . . . . : I : ISTORE 15
  163. 00132 R I I R R R I I R R R I I R I I . . . . . . . . . . . : : L22
  164. 00133 R I I R R R I I R R R I I R I I . . . . . . . . . . . : : LINENUMBER 165 L22
  165. 00134 R I I R R R I I R R R I I R I I . . . . . . . . . . . : : ALOAD 13
  166. 00135 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase.strataNoise : LexterminatorJeff/undergroundBiomes/api/PerlinNoiseGenerator;
  167. 00136 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R : ILOAD 14
  168. 00137 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R I : I2D
  169. 00138 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D : LDC 55.533
  170. 00139 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D : DDIV
  171. 00140 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D : ILOAD 15
  172. 00141 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D I : I2D
  173. 00142 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D : LDC 55.533
  174. 00143 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D D : DDIV
  175. 00144 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D : ICONST_3
  176. 00145 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D I : DCONST_1
  177. 00146 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D I D : LDC 0.5
  178. 00147 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D I D D : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/api/PerlinNoiseGenerator.noise (DDIDD)D
  179. 00148 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D : LDC 10.0
  180. 00149 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D D : DMUL
  181. 00150 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D : LDC 5.0
  182. 00151 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D D : DSUB
  183. 00152 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D : D2I
  184. 00153 R I I R R R I I R R R I I R I I . . . . . . . . . . . : I : ISTORE 16
  185. 00154 R I I R R R I I R R R I I R I I I . . . . . . . . . . : : L23
  186. 00155 R I I R R R I I R R R I I R I I I . . . . . . . . . . : : LINENUMBER 166 L23
  187. 00156 R I I R R R I I R R R I I R I I I . . . . . . . . . . : : ALOAD 13
  188. 00157 R I I R R R I I R R R I I R I I I . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase.fillerBlockCodes : LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;
  189. 00158 R I I R R R I I R R R I I R I I I . . . . . . . . . . : R : ASTORE 17
  190. 00159 R I I R R R I I R R R I I R I I I R . . . . . . . . . : : L24
  191. 00160 R I I R R R I I R R R I I R I I I R . . . . . . . . . : : LINENUMBER 168 L24
  192. 00161 R I I R R R I I R R R I I R I I I R . . . . . . . . . : : ICONST_1
  193. 00162 R I I R R R I I R R R I I R I I I R . . . . . . . . . : I : ISTORE 18
  194. 00163 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : L25
  195. 00164 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : FRAME FULL [exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator I I net/minecraft/world/World Zeno410Utils/BlockLocation exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento I I [LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase; net/minecraft/world/chunk/Chunk [Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; I I exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase I I I exterminatorJeff/undergroundBiomes/api/UBStoneCodes I] []
  196. 00165 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : ILOAD 18
  197. 00166 R I I R R R I I R R R I I R I I I R I . . . . . . . . : I : ILOAD 6
  198. 00167 R I I R R R I I R R R I I R I I I R I . . . . . . . . : I I : IF_ICMPGE L26
  199. 00168 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : L27
  200. 00169 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : LINENUMBER 169 L27
  201. 00170 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : ALOAD 10
  202. 00171 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R : ILOAD 18
  203. 00172 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R I : ICONST_4
  204. 00173 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R I I : ISHR
  205. 00174 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R I : AALOAD
  206. 00175 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R : ASTORE 19
  207. 00176 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : L28
  208. 00177 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : LINENUMBER 170 L28
  209. 00178 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : ALOAD 19
  210. 00179 R I I R R R I I R R R I I R I I I R I R . . . . . . . : R : IFNONNULL L29
  211. 00180 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : GOTO L30
  212. 00181 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : L29
  213. 00182 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : LINENUMBER 171 L29
  214. 00183 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : FRAME APPEND [net/minecraft/world/chunk/storage/ExtendedBlockStorage]
  215. 00184 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : ILOAD 18
  216. 00185 R I I R R R I I R R R I I R I I I R I R . . . . . . . : I : BIPUSH 15
  217. 00186 R I I R R R I I R R R I I R I I I R I R . . . . . . . : I I : IAND
  218. 00187 R I I R R R I I R R R I I R I I I R I R . . . . . . . : I : ISTORE 20
  219. 00188 R I I R R R I I R R R I I R I I I R I R I . . . . . . : : L31
  220. 00189 R I I R R R I I R R R I I R I I I R I R I . . . . . . : : LINENUMBER 172 L31
  221. 00190 R I I R R R I I R R R I I R I I I R I R I . . . . . . : : ALOAD 19
  222. 00191 R I I R R R I I R R R I I R I I I R I R I . . . . . . : R : ILOAD 10
  223. 00192 ? : ILOAD 19
  224. 00193 ? : ILOAD 11
  225. 00194 ? : INVOKESTATIC ru/fewizz/idextender/Hooks.getBlockId (Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage;III)I
  226. 00195 ? : ISTORE 21
  227. 00196 ? : L32
  228. 00197 ? : LINENUMBER 173 L32
  229. 00198 ? : ALOAD 19
  230. 00199 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76660_i ()Lnet/minecraft/world/chunk/NibbleArray;
  231. 00200 ? : IFNULL L33
  232. 00201 ? : L34
  233. 00202 ? : LINENUMBER 174 L34
  234. 00203 ? : ILOAD 21
  235. 00204 ? : ALOAD 19
  236. 00205 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76660_i ()Lnet/minecraft/world/chunk/NibbleArray;
  237. 00206 ? : ILOAD 11
  238. 00207 ? : ILOAD 20
  239. 00208 ? : ILOAD 12
  240. 00209 ? : INVOKEVIRTUAL net/minecraft/world/chunk/NibbleArray.func_76582_a (III)I
  241. 00210 ? : BIPUSH 8
  242. 00211 ? : ISHL
  243. 00212 ? : IOR
  244. 00213 ? : ISTORE 21
  245. 00214 ? : L33
  246. 00215 ? : LINENUMBER 176 L33
  247. 00216 ? : FRAME APPEND [I I]
  248. 00217 ? : ALOAD 0
  249. 00218 ? : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.oreUBifier : LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier;
  250. 00219 ? : ILOAD 21
  251. 00220 ? : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/OreUBifier.blockReplacer (I)LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockReplacer;
  252. 00221 ? : ASTORE 22
  253. 00222 ? : L35
  254. 00223 ? : LINENUMBER 178 L35
  255. 00224 ? : ALOAD 22
  256. 00225 ? : IFNULL L30
  257. 00226 ? : L36
  258. 00227 ? : LINENUMBER 179 L36
  259. 00228 ? : ALOAD 19
  260. 00229 ? : ILOAD 11
  261. 00230 ? : ILOAD 20
  262. 00231 ? : ILOAD 12
  263. 00232 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76665_b (III)I
  264. 00233 ? : ISTORE 23
  265. 00234 ? : L37
  266. 00235 ? : LINENUMBER 180 L37
  267. 00236 ? : ALOAD 22
  268. 00237 ? : ILOAD 23
  269. 00238 ? : INVOKEINTERFACE exterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockReplacer.replacer (I)LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockStateReplacer;
  270. 00239 ? : ASTORE 24
  271. 00240 ? : L38
  272. 00241 ? : LINENUMBER 181 L38
  273. 00242 ? : ALOAD 24
  274. 00243 ? : IFNULL L30
  275. 00244 ? : L39
  276. 00245 ? : LINENUMBER 182 L39
  277. 00246 ? : ALOAD 13
  278. 00247 ? : ILOAD 18
  279. 00248 ? : ILOAD 16
  280. 00249 ? : IADD
  281. 00250 ? : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase.getStrataBlockAtLayer (I)LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;
  282. 00251 ? : ASTORE 25
  283. 00252 ? : L40
  284. 00253 ? : LINENUMBER 183 L40
  285. 00254 ? : ALOAD 24
  286. 00255 ? : ALOAD 25
  287. 00256 ? : ALOAD 17
  288. 00257 ? : INVOKEINTERFACE exterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockStateReplacer.replacement (LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;)LZeno410Utils/BlockState;
  289. 00258 ? : ASTORE 26
  290. 00259 ? : L41
  291. 00260 ? : LINENUMBER 184 L41
  292. 00261 ? : ALOAD 26
  293. 00262 ? : IFNULL L30
  294. 00263 ? : L42
  295. 00264 ? : LINENUMBER 185 L42
  296. 00265 ? : ALOAD 19
  297. 00266 ? : ILOAD 11
  298. 00267 ? : ILOAD 20
  299. 00268 ? : ILOAD 12
  300. 00269 ? : ALOAD 26
  301. 00270 ? : GETFIELD Zeno410Utils/BlockState.block : Lnet/minecraft/block/Block;
  302. 00271 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_150818_a (IIILnet/minecraft/block/Block;)V
  303. 00272 ? : L43
  304. 00273 ? : LINENUMBER 186 L43
  305. 00274 ? : ALOAD 19
  306. 00275 ? : ILOAD 11
  307. 00276 ? : ILOAD 20
  308. 00277 ? : ILOAD 12
  309. 00278 ? : ALOAD 26
  310. 00279 ? : GETFIELD Zeno410Utils/BlockState.metadata : I
  311. 00280 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76654_b (IIII)V
  312. 00281 ? : L30
  313. 00282 ? : LINENUMBER 168 L30
  314. 00283 ? : FRAME CHOP 3
  315. 00284 ? : IINC 18 1
  316. 00285 ? : GOTO L25
  317. 00286 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : L26
  318. 00287 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : LINENUMBER 160 L26
  319. 00288 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : FRAME FULL [exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator I I net/minecraft/world/World Zeno410Utils/BlockLocation exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento I I [LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase; net/minecraft/world/chunk/Chunk [Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; I I] []
  320. 00289 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : IINC 12 1
  321. 00290 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : GOTO L17
  322. 00291 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : L18
  323. 00292 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : LINENUMBER 158 L18
  324. 00293 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : FRAME CHOP 1
  325. 00294 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : IINC 11 1
  326. 00295 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : GOTO L14
  327. 00296 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L15
  328. 00297 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 193 L15
  329. 00298 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : FRAME CHOP 1
  330. 00299 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ALOAD 0
  331. 00300 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.beingGenerated : Ljava/util/HashSet;
  332. 00301 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : ALOAD 4
  333. 00302 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R R : INVOKEVIRTUAL java/util/HashSet.remove (Ljava/lang/Object;)Z
  334. 00303 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : POP
  335. 00304 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L44
  336. 00305 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 194 L44
  337. 00306 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ALOAD 5
  338. 00307 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento.restore ()V
  339. 00308 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L45
  340. 00309 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 195 L45
  341. 00310 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ALOAD 3
  342. 00311 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL net/minecraft/world/World.func_72863_F ()Lnet/minecraft/world/chunk/IChunkProvider;
  343. 00312 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : INVOKEINTERFACE net/minecraft/world/chunk/IChunkProvider.func_73156_b ()Z
  344. 00313 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : POP
  345. 00314 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L46
  346. 00315 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 196 L46
  347. 00316 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ILOAD 1
  348. 00317 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : ILOAD 2
  349. 00318 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I I : ALOAD 3
  350. 00319 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I I R : INVOKESTATIC exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.redoFinished (IILnet/minecraft/world/World;)V
  351. 00320 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L47
  352. 00321 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 197 L47
  353. 00322 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : RETURN
  354. 00323 ? : L48
  355.  
  356.  
  357. at ru.fewizz.idextender.asm.IETransformer.transform(IETransformer.java:74)
  358. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  359. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  360. ... 19 more
  361. Caused by: java.lang.RuntimeException: Error at instruction 191: Expected I, but found R replaceChunkOres(IILnet/minecraft/world/World;)V
  362. 00000 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : L0
  363. 00001 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 141 L0
  364. 00002 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  365. 00003 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.worldGen : LexterminatorJeff/undergroundBiomes/common/WorldGenManager;
  366. 00004 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/common/WorldGenManager.ubOn ()Z
  367. 00005 R I I R . . . . . . . . . . . . . . . . . . . . . . . : I : IFNE L1
  368. 00006 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : RETURN
  369. 00007 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : L1
  370. 00008 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 142 L1
  371. 00009 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : FRAME SAME
  372. 00010 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  373. 00011 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.oreUBifier : LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier;
  374. 00012 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/OreUBifier.replacementActive ()Z
  375. 00013 R I I R . . . . . . . . . . . . . . . . . . . . . . . : I : IFNE L2
  376. 00014 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : RETURN
  377. 00015 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : L2
  378. 00016 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 143 L2
  379. 00017 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : FRAME SAME
  380. 00018 R I I R . . . . . . . . . . . . . . . . . . . . . . . : : NEW Zeno410Utils/BlockLocation
  381. 00019 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : DUP
  382. 00020 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R : ILOAD 1
  383. 00021 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I : ILOAD 2
  384. 00022 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I : ALOAD 3
  385. 00023 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I R : GETFIELD net/minecraft/world/World.field_73011_w : Lnet/minecraft/world/WorldProvider;
  386. 00024 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I R : GETFIELD net/minecraft/world/WorldProvider.field_76574_g : I
  387. 00025 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R R I I I : INVOKESPECIAL Zeno410Utils/BlockLocation.<init> (III)V
  388. 00026 R I I R . . . . . . . . . . . . . . . . . . . . . . . : R : ASTORE 4
  389. 00027 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : L3
  390. 00028 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 145 L3
  391. 00029 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  392. 00030 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.beingGenerated : Ljava/util/HashSet;
  393. 00031 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : ALOAD 4
  394. 00032 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R R : INVOKEVIRTUAL java/util/HashSet.contains (Ljava/lang/Object;)Z
  395. 00033 R I I R R . . . . . . . . . . . . . . . . . . . . . . : I : IFEQ L4
  396. 00034 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : L5
  397. 00035 ? : LINENUMBER 146 L5
  398. 00036 ? : INVOKESTATIC exterminatorJeff/undergroundBiomes/common/UndergroundBiomes.crashOnProblems ()Z
  399. 00037 ? : IFEQ L4
  400. 00038 ? : NEW java/lang/RuntimeException
  401. 00039 ? : DUP
  402. 00040 ? : INVOKESPECIAL java/lang/RuntimeException.<init> ()V
  403. 00041 ? : ATHROW
  404. 00042 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : L4
  405. 00043 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 148 L4
  406. 00044 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : FRAME APPEND [Zeno410Utils/BlockLocation]
  407. 00045 R I I R R . . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  408. 00046 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.currentWorldManager : LexterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento$Manager;
  409. 00047 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento$Manager.memento ()LexterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento;
  410. 00048 R I I R R . . . . . . . . . . . . . . . . . . . . . . : R : ASTORE 5
  411. 00049 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : L6
  412. 00050 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 149 L6
  413. 00051 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : ALOAD 0
  414. 00052 R I I R R R . . . . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.beingGenerated : Ljava/util/HashSet;
  415. 00053 R I I R R R . . . . . . . . . . . . . . . . . . . . . : R : ALOAD 4
  416. 00054 R I I R R R . . . . . . . . . . . . . . . . . . . . . : R R : INVOKEVIRTUAL java/util/HashSet.add (Ljava/lang/Object;)Z
  417. 00055 R I I R R R . . . . . . . . . . . . . . . . . . . . . : I : POP
  418. 00056 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : L7
  419. 00057 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 150 L7
  420. 00058 R I I R R R . . . . . . . . . . . . . . . . . . . . . : : INVOKESTATIC exterminatorJeff/undergroundBiomes/common/UndergroundBiomes.generateHeight ()I
  421. 00059 R I I R R R . . . . . . . . . . . . . . . . . . . . . : I : ISTORE 6
  422. 00060 R I I R R R I . . . . . . . . . . . . . . . . . . . . : : L8
  423. 00061 R I I R R R I . . . . . . . . . . . . . . . . . . . . : : LINENUMBER 151 L8
  424. 00062 R I I R R R I . . . . . . . . . . . . . . . . . . . . : : ICONST_1
  425. 00063 R I I R R R I . . . . . . . . . . . . . . . . . . . . : I : ISTORE 7
  426. 00064 R I I R R R I I . . . . . . . . . . . . . . . . . . . : : L9
  427. 00065 R I I R R R I I . . . . . . . . . . . . . . . . . . . : : LINENUMBER 152 L9
  428. 00066 R I I R R R I I . . . . . . . . . . . . . . . . . . . : : SIPUSH 256
  429. 00067 R I I R R R I I . . . . . . . . . . . . . . . . . . . : I : ANEWARRAY exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase
  430. 00068 R I I R R R I I . . . . . . . . . . . . . . . . . . . : R : ASTORE 8
  431. 00069 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : L10
  432. 00070 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : LINENUMBER 153 L10
  433. 00071 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : ALOAD 0
  434. 00072 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.worldGen : LexterminatorJeff/undergroundBiomes/common/WorldGenManager;
  435. 00073 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ALOAD 8
  436. 00074 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R : ILOAD 1
  437. 00075 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I : ILOAD 2
  438. 00076 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I I : BIPUSH 16
  439. 00077 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I I I : BIPUSH 16
  440. 00078 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R R I I I I : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/common/WorldGenManager.loadUndergroundBlockGeneratorData ([LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase;IIII)[LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase;
  441. 00079 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ASTORE 8
  442. 00080 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : L11
  443. 00081 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : LINENUMBER 155 L11
  444. 00082 R I I R R R I I R . . . . . . . . . . . . . . . . . . : : ALOAD 3
  445. 00083 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ILOAD 1
  446. 00084 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R I : ILOAD 2
  447. 00085 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R I I : INVOKEVIRTUAL net/minecraft/world/World.func_72938_d (II)Lnet/minecraft/world/chunk/Chunk;
  448. 00086 R I I R R R I I R . . . . . . . . . . . . . . . . . . : R : ASTORE 9
  449. 00087 R I I R R R I I R R . . . . . . . . . . . . . . . . . : : L12
  450. 00088 R I I R R R I I R R . . . . . . . . . . . . . . . . . : : LINENUMBER 156 L12
  451. 00089 R I I R R R I I R R . . . . . . . . . . . . . . . . . : : ALOAD 9
  452. 00090 R I I R R R I I R R . . . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL net/minecraft/world/chunk/Chunk.func_76587_i ()[Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage;
  453. 00091 R I I R R R I I R R . . . . . . . . . . . . . . . . . : R : ASTORE 10
  454. 00092 R I I R R R I I R R R . . . . . . . . . . . . . . . . : : L13
  455. 00093 R I I R R R I I R R R . . . . . . . . . . . . . . . . : : LINENUMBER 158 L13
  456. 00094 R I I R R R I I R R R . . . . . . . . . . . . . . . . : : ICONST_0
  457. 00095 R I I R R R I I R R R . . . . . . . . . . . . . . . . : I : ISTORE 11
  458. 00096 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L14
  459. 00097 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : FRAME FULL [exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator I I net/minecraft/world/World Zeno410Utils/BlockLocation exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento I I [LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase; net/minecraft/world/chunk/Chunk [Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; I] []
  460. 00098 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ILOAD 11
  461. 00099 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : BIPUSH 16
  462. 00100 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I I : IF_ICMPGE L15
  463. 00101 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L16
  464. 00102 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 160 L16
  465. 00103 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ICONST_0
  466. 00104 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : ISTORE 12
  467. 00105 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : L17
  468. 00106 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : FRAME APPEND [I]
  469. 00107 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : ILOAD 12
  470. 00108 R I I R R R I I R R R I I . . . . . . . . . . . . . . : I : BIPUSH 16
  471. 00109 R I I R R R I I R R R I I . . . . . . . . . . . . . . : I I : IF_ICMPGE L18
  472. 00110 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : L19
  473. 00111 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : LINENUMBER 162 L19
  474. 00112 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : ALOAD 8
  475. 00113 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R : ILOAD 11
  476. 00114 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I : ILOAD 12
  477. 00115 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I I : BIPUSH 16
  478. 00116 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I I I : IMUL
  479. 00117 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I I : IADD
  480. 00118 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R I : AALOAD
  481. 00119 R I I R R R I I R R R I I . . . . . . . . . . . . . . : R : ASTORE 13
  482. 00120 R I I R R R I I R R R I I R . . . . . . . . . . . . . : : L20
  483. 00121 R I I R R R I I R R R I I R . . . . . . . . . . . . . : : LINENUMBER 163 L20
  484. 00122 R I I R R R I I R R R I I R . . . . . . . . . . . . . : : ILOAD 1
  485. 00123 R I I R R R I I R R R I I R . . . . . . . . . . . . . : I : ILOAD 11
  486. 00124 R I I R R R I I R R R I I R . . . . . . . . . . . . . : I I : IADD
  487. 00125 R I I R R R I I R R R I I R . . . . . . . . . . . . . : I : ISTORE 14
  488. 00126 R I I R R R I I R R R I I R I . . . . . . . . . . . . : : L21
  489. 00127 R I I R R R I I R R R I I R I . . . . . . . . . . . . : : LINENUMBER 164 L21
  490. 00128 R I I R R R I I R R R I I R I . . . . . . . . . . . . : : ILOAD 2
  491. 00129 R I I R R R I I R R R I I R I . . . . . . . . . . . . : I : ILOAD 12
  492. 00130 R I I R R R I I R R R I I R I . . . . . . . . . . . . : I I : IADD
  493. 00131 R I I R R R I I R R R I I R I . . . . . . . . . . . . : I : ISTORE 15
  494. 00132 R I I R R R I I R R R I I R I I . . . . . . . . . . . : : L22
  495. 00133 R I I R R R I I R R R I I R I I . . . . . . . . . . . : : LINENUMBER 165 L22
  496. 00134 R I I R R R I I R R R I I R I I . . . . . . . . . . . : : ALOAD 13
  497. 00135 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase.strataNoise : LexterminatorJeff/undergroundBiomes/api/PerlinNoiseGenerator;
  498. 00136 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R : ILOAD 14
  499. 00137 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R I : I2D
  500. 00138 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D : LDC 55.533
  501. 00139 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D : DDIV
  502. 00140 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D : ILOAD 15
  503. 00141 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D I : I2D
  504. 00142 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D : LDC 55.533
  505. 00143 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D D : DDIV
  506. 00144 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D : ICONST_3
  507. 00145 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D I : DCONST_1
  508. 00146 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D I D : LDC 0.5
  509. 00147 R I I R R R I I R R R I I R I I . . . . . . . . . . . : R D D I D D : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/api/PerlinNoiseGenerator.noise (DDIDD)D
  510. 00148 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D : LDC 10.0
  511. 00149 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D D : DMUL
  512. 00150 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D : LDC 5.0
  513. 00151 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D D : DSUB
  514. 00152 R I I R R R I I R R R I I R I I . . . . . . . . . . . : D : D2I
  515. 00153 R I I R R R I I R R R I I R I I . . . . . . . . . . . : I : ISTORE 16
  516. 00154 R I I R R R I I R R R I I R I I I . . . . . . . . . . : : L23
  517. 00155 R I I R R R I I R R R I I R I I I . . . . . . . . . . : : LINENUMBER 166 L23
  518. 00156 R I I R R R I I R R R I I R I I I . . . . . . . . . . : : ALOAD 13
  519. 00157 R I I R R R I I R R R I I R I I I . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase.fillerBlockCodes : LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;
  520. 00158 R I I R R R I I R R R I I R I I I . . . . . . . . . . : R : ASTORE 17
  521. 00159 R I I R R R I I R R R I I R I I I R . . . . . . . . . : : L24
  522. 00160 R I I R R R I I R R R I I R I I I R . . . . . . . . . : : LINENUMBER 168 L24
  523. 00161 R I I R R R I I R R R I I R I I I R . . . . . . . . . : : ICONST_1
  524. 00162 R I I R R R I I R R R I I R I I I R . . . . . . . . . : I : ISTORE 18
  525. 00163 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : L25
  526. 00164 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : FRAME FULL [exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator I I net/minecraft/world/World Zeno410Utils/BlockLocation exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento I I [LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase; net/minecraft/world/chunk/Chunk [Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; I I exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase I I I exterminatorJeff/undergroundBiomes/api/UBStoneCodes I] []
  527. 00165 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : ILOAD 18
  528. 00166 R I I R R R I I R R R I I R I I I R I . . . . . . . . : I : ILOAD 6
  529. 00167 R I I R R R I I R R R I I R I I I R I . . . . . . . . : I I : IF_ICMPGE L26
  530. 00168 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : L27
  531. 00169 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : LINENUMBER 169 L27
  532. 00170 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : ALOAD 10
  533. 00171 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R : ILOAD 18
  534. 00172 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R I : ICONST_4
  535. 00173 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R I I : ISHR
  536. 00174 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R I : AALOAD
  537. 00175 R I I R R R I I R R R I I R I I I R I . . . . . . . . : R : ASTORE 19
  538. 00176 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : L28
  539. 00177 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : LINENUMBER 170 L28
  540. 00178 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : ALOAD 19
  541. 00179 R I I R R R I I R R R I I R I I I R I R . . . . . . . : R : IFNONNULL L29
  542. 00180 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : GOTO L30
  543. 00181 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : L29
  544. 00182 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : LINENUMBER 171 L29
  545. 00183 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : FRAME APPEND [net/minecraft/world/chunk/storage/ExtendedBlockStorage]
  546. 00184 R I I R R R I I R R R I I R I I I R I R . . . . . . . : : ILOAD 18
  547. 00185 R I I R R R I I R R R I I R I I I R I R . . . . . . . : I : BIPUSH 15
  548. 00186 R I I R R R I I R R R I I R I I I R I R . . . . . . . : I I : IAND
  549. 00187 R I I R R R I I R R R I I R I I I R I R . . . . . . . : I : ISTORE 20
  550. 00188 R I I R R R I I R R R I I R I I I R I R I . . . . . . : : L31
  551. 00189 R I I R R R I I R R R I I R I I I R I R I . . . . . . : : LINENUMBER 172 L31
  552. 00190 R I I R R R I I R R R I I R I I I R I R I . . . . . . : : ALOAD 19
  553. 00191 R I I R R R I I R R R I I R I I I R I R I . . . . . . : R : ILOAD 10
  554. 00192 ? : ILOAD 19
  555. 00193 ? : ILOAD 11
  556. 00194 ? : INVOKESTATIC ru/fewizz/idextender/Hooks.getBlockId (Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage;III)I
  557. 00195 ? : ISTORE 21
  558. 00196 ? : L32
  559. 00197 ? : LINENUMBER 173 L32
  560. 00198 ? : ALOAD 19
  561. 00199 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76660_i ()Lnet/minecraft/world/chunk/NibbleArray;
  562. 00200 ? : IFNULL L33
  563. 00201 ? : L34
  564. 00202 ? : LINENUMBER 174 L34
  565. 00203 ? : ILOAD 21
  566. 00204 ? : ALOAD 19
  567. 00205 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76660_i ()Lnet/minecraft/world/chunk/NibbleArray;
  568. 00206 ? : ILOAD 11
  569. 00207 ? : ILOAD 20
  570. 00208 ? : ILOAD 12
  571. 00209 ? : INVOKEVIRTUAL net/minecraft/world/chunk/NibbleArray.func_76582_a (III)I
  572. 00210 ? : BIPUSH 8
  573. 00211 ? : ISHL
  574. 00212 ? : IOR
  575. 00213 ? : ISTORE 21
  576. 00214 ? : L33
  577. 00215 ? : LINENUMBER 176 L33
  578. 00216 ? : FRAME APPEND [I I]
  579. 00217 ? : ALOAD 0
  580. 00218 ? : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.oreUBifier : LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier;
  581. 00219 ? : ILOAD 21
  582. 00220 ? : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/OreUBifier.blockReplacer (I)LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockReplacer;
  583. 00221 ? : ASTORE 22
  584. 00222 ? : L35
  585. 00223 ? : LINENUMBER 178 L35
  586. 00224 ? : ALOAD 22
  587. 00225 ? : IFNULL L30
  588. 00226 ? : L36
  589. 00227 ? : LINENUMBER 179 L36
  590. 00228 ? : ALOAD 19
  591. 00229 ? : ILOAD 11
  592. 00230 ? : ILOAD 20
  593. 00231 ? : ILOAD 12
  594. 00232 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76665_b (III)I
  595. 00233 ? : ISTORE 23
  596. 00234 ? : L37
  597. 00235 ? : LINENUMBER 180 L37
  598. 00236 ? : ALOAD 22
  599. 00237 ? : ILOAD 23
  600. 00238 ? : INVOKEINTERFACE exterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockReplacer.replacer (I)LexterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockStateReplacer;
  601. 00239 ? : ASTORE 24
  602. 00240 ? : L38
  603. 00241 ? : LINENUMBER 181 L38
  604. 00242 ? : ALOAD 24
  605. 00243 ? : IFNULL L30
  606. 00244 ? : L39
  607. 00245 ? : LINENUMBER 182 L39
  608. 00246 ? : ALOAD 13
  609. 00247 ? : ILOAD 18
  610. 00248 ? : ILOAD 16
  611. 00249 ? : IADD
  612. 00250 ? : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase.getStrataBlockAtLayer (I)LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;
  613. 00251 ? : ASTORE 25
  614. 00252 ? : L40
  615. 00253 ? : LINENUMBER 183 L40
  616. 00254 ? : ALOAD 24
  617. 00255 ? : ALOAD 25
  618. 00256 ? : ALOAD 17
  619. 00257 ? : INVOKEINTERFACE exterminatorJeff/undergroundBiomes/worldGen/OreUBifier$BlockStateReplacer.replacement (LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;LexterminatorJeff/undergroundBiomes/api/UBStoneCodes;)LZeno410Utils/BlockState;
  620. 00258 ? : ASTORE 26
  621. 00259 ? : L41
  622. 00260 ? : LINENUMBER 184 L41
  623. 00261 ? : ALOAD 26
  624. 00262 ? : IFNULL L30
  625. 00263 ? : L42
  626. 00264 ? : LINENUMBER 185 L42
  627. 00265 ? : ALOAD 19
  628. 00266 ? : ILOAD 11
  629. 00267 ? : ILOAD 20
  630. 00268 ? : ILOAD 12
  631. 00269 ? : ALOAD 26
  632. 00270 ? : GETFIELD Zeno410Utils/BlockState.block : Lnet/minecraft/block/Block;
  633. 00271 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_150818_a (IIILnet/minecraft/block/Block;)V
  634. 00272 ? : L43
  635. 00273 ? : LINENUMBER 186 L43
  636. 00274 ? : ALOAD 19
  637. 00275 ? : ILOAD 11
  638. 00276 ? : ILOAD 20
  639. 00277 ? : ILOAD 12
  640. 00278 ? : ALOAD 26
  641. 00279 ? : GETFIELD Zeno410Utils/BlockState.metadata : I
  642. 00280 ? : INVOKEVIRTUAL net/minecraft/world/chunk/storage/ExtendedBlockStorage.func_76654_b (IIII)V
  643. 00281 ? : L30
  644. 00282 ? : LINENUMBER 168 L30
  645. 00283 ? : FRAME CHOP 3
  646. 00284 ? : IINC 18 1
  647. 00285 ? : GOTO L25
  648. 00286 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : L26
  649. 00287 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : LINENUMBER 160 L26
  650. 00288 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : FRAME FULL [exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator I I net/minecraft/world/World Zeno410Utils/BlockLocation exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento I I [LexterminatorJeff/undergroundBiomes/api/BiomeGenUndergroundBase; net/minecraft/world/chunk/Chunk [Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; I I] []
  651. 00289 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : IINC 12 1
  652. 00290 R I I R R R I I R R R I I R I I I R I . . . . . . . . : : GOTO L17
  653. 00291 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : L18
  654. 00292 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : LINENUMBER 158 L18
  655. 00293 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : FRAME CHOP 1
  656. 00294 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : IINC 11 1
  657. 00295 R I I R R R I I R R R I I . . . . . . . . . . . . . . : : GOTO L14
  658. 00296 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L15
  659. 00297 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 193 L15
  660. 00298 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : FRAME CHOP 1
  661. 00299 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ALOAD 0
  662. 00300 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : GETFIELD exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.beingGenerated : Ljava/util/HashSet;
  663. 00301 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : ALOAD 4
  664. 00302 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R R : INVOKEVIRTUAL java/util/HashSet.remove (Ljava/lang/Object;)Z
  665. 00303 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : POP
  666. 00304 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L44
  667. 00305 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 194 L44
  668. 00306 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ALOAD 5
  669. 00307 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL exterminatorJeff/undergroundBiomes/worldGen/CurrentWorldMemento.restore ()V
  670. 00308 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L45
  671. 00309 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 195 L45
  672. 00310 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ALOAD 3
  673. 00311 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : INVOKEVIRTUAL net/minecraft/world/World.func_72863_F ()Lnet/minecraft/world/chunk/IChunkProvider;
  674. 00312 R I I R R R I I R R R I . . . . . . . . . . . . . . . : R : INVOKEINTERFACE net/minecraft/world/chunk/IChunkProvider.func_73156_b ()Z
  675. 00313 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : POP
  676. 00314 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L46
  677. 00315 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 196 L46
  678. 00316 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : ILOAD 1
  679. 00317 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I : ILOAD 2
  680. 00318 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I I : ALOAD 3
  681. 00319 R I I R R R I I R R R I . . . . . . . . . . . . . . . : I I R : INVOKESTATIC exterminatorJeff/undergroundBiomes/worldGen/BiomeUndergroundDecorator.redoFinished (IILnet/minecraft/world/World;)V
  682. 00320 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : L47
  683. 00321 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : LINENUMBER 197 L47
  684. 00322 R I I R R R I I R R R I . . . . . . . . . . . . . . . : : RETURN
  685. 00323 ? : L48
  686.  
  687.  
  688. at org.objectweb.asm.util.CheckMethodAdapter$1.visitEnd(Unknown Source)
  689. at org.objectweb.asm.MethodVisitor.visitEnd(Unknown Source)
  690. at org.objectweb.asm.util.CheckMethodAdapter.visitEnd(Unknown Source)
  691. at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
  692. at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
  693. at org.objectweb.asm.tree.ClassNode.accept(Unknown Source)
  694. at ru.fewizz.idextender.asm.IETransformer.transform(IETransformer.java:70)
  695. ... 21 more
  696.  
  697.  
  698. A detailed walkthrough of the error, its code path and all known details is as follows:
  699. ---------------------------------------------------------------------------------------
  700.  
  701. -- System Details --
  702. Details:
  703. Minecraft Version: 1.7.10
  704. Operating System: Linux (amd64) version 3.16.0-11-amd64
  705. Java Version: 1.8.0_131, Oracle Corporation
  706. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  707. Memory: 738589368 bytes (704 MB) / 2496782336 bytes (2381 MB) up to 8502706176 bytes (8108 MB)
  708. JVM Flags: 24 total; -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10 -Xms2048m -Xmx8192m
  709. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  710. IntCache: cache: 0, tcache: 0, allocated: 16, tallocated: 109
  711. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 226 mods loaded, 218 mods active
  712. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  713. UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  714. UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  715. UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  716. UCHIJAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
  717. UCHIJAA appliedenergistics2-core{rv3-beta-84-GTNH} [Applied Energistics 2 Core] (minecraft.jar)
  718. UCHIJAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  719. UCHIJAA CodeChickenCore{1.1.5} [CodeChicken Core] (minecraft.jar)
  720. UCHIJAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
  721. UCHIJAA NotEnoughItems{2.2.15-GTNH} [NotEnoughItems] (NotEnoughItems-1.7.10-2.2.15-GTNH.jar)
  722. UCHIJAA OpenComputers|Core{1.7.5.25-GTNH} [OpenComputers (Core)] (minecraft.jar)
  723. UCHIJAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
  724. UCHIJAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
  725. UCHIJAA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
  726. UCHIJAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  727. UCHIJAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  728. UCHIJAA xaerominimap_core{1.7.10-1.0} [XaeroMinimapCore] (minecraft.jar)
  729. UCHIJAA xaeroworldmap_core{1.7.10-1.0} [XaeroWorldMapCore] (minecraft.jar)
  730. UCHIJAA OpenModsCore{0.10.6} [OpenModsCore] (minecraft.jar)
  731. UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  732. UCHIJAA WitcheryExtras_ASM{0.1-Beta} [WitcheryExtras_ASM] (minecraft.jar)
  733. UCHIJAA FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
  734. UCHIJAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  735. UCHIJAA DirectionHUD{1.24} [DirectionHUD] ([1.7.10]DirectionHUD-client-1.24.jar)
  736. UCHIJAA appliedenergistics2{rv3-beta-84-GTNH} [Applied Energistics 2] (appliedenergistics2-1.7.10-rv3-beta-84-GTNH.jar)
  737. UCHIJAA bdlib{1.9.7-GTNH} [BD lib] (bdlib-1.7.10-1.9.7-GTNH.jar)
  738. UCHIJAA ae2stuff{0.5.1.15-GTNH} [AE2 Stuff] (ae2stuff-1.7.10-0.5.1.15-GTNH.jar)
  739. UCHIJAA aether_legacy{1.1.2.2} [The Aether] (aether-1.7.10-1.1.2.2.jar)
  740. UCHIJAA DCsAppleMilk{1.7.10_2.9n} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.9n.jar)
  741. UCHIJAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  742. UCHIJAA MineTweaker3{3.1.0} [MineTweaker 3] (CraftTweaker-1.7.10-3.2.2-GTNH.8-legacy.jar)
  743. UCHIJAA AMTweaker{1.0} [AMTweaker] (AMTweaker-1.7.10-1.0.jar)
  744. UCHIJAA AppleCore{3.1.9} [AppleCore] (AppleCore-1.7.10-3.1.9.jar)
  745. UCHIJAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.9n.jar)
  746. UCHIJAA ArchitectureCraft{1.7.6} [ArchitectureCraft] (ArchitectureCraft-1.7.10-1.7.6.jar)
  747. UCHIJAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  748. UCHIJAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
  749. UCHIJAA Aroma1997DimensionFix{1.0} [Aroma1997DimensionFix] (Aroma1997DimensionFix-1.1.jar)
  750. UCHIJAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  751. UCHIJAA asielib{0.5.3} [AsieLib] (AsieLib-1.7.10-0.5.3.jar)
  752. UCHIJAA Mantle{0.3.4} [Mantle] (Mantle-1.7.10-0.3.4.jar)
  753. UCHIJAA Natura{2.5.0} [Natura] (Natura-1.7.10-2.5.0.jar)
  754. UCHIJAA Forestry{4.4.6} [Forestry] (Forestry-1.7.10-4.4.6.jar)
  755. UCHIJAA beebetteratbees{0.2} [BeeBetterAtBees] (BeeBetterAtBees-0.3.jar)
  756. UCHIJAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
  757. UCHIJAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  758. UCHIJAA BinnieCore{2.0.34} [Binnie Core] (binnie-mods-1.7.10-2.0.34.jar)
  759. UCHIJAA Botany{2.0.34} [Botany] (binnie-mods-1.7.10-2.0.34.jar)
  760. UCHIJAA ExtraTrees{2.0.34} [Extra Trees] (binnie-mods-1.7.10-2.0.34.jar)
  761. UCHIJAA Genetics{2.0.34} [Genetics] (binnie-mods-1.7.10-2.0.34.jar)
  762. UCHIJAA ExtraBees{2.0.34} [Extra Bees] (binnie-mods-1.7.10-2.0.34.jar)
  763. UCHIJAA Baubles{1.0.1.14} [Baubles] (Baubles-1.7.10-1.0.1.14.jar)
  764. UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  765. UCHIJAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  766. UCHIJAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  767. UCHIJAA BuildCraft|Core{7.1.24} [BuildCraft] (buildcraft-7.1.24.jar)
  768. UCHIJAA BuildCraft|Transport{7.1.24} [BC Transport] (buildcraft-7.1.24.jar)
  769. UCHIJAA BuildCraft|Energy{7.1.24} [BC Energy] (buildcraft-7.1.24.jar)
  770. UCHIJAA BuildCraft|Factory{7.1.24} [BC Factory] (buildcraft-7.1.24.jar)
  771. UCHIJAA BuildCraft|Silicon{7.1.24} [BC Silicon] (buildcraft-7.1.24.jar)
  772. UCHIJAA BuildCraft|Robotics{7.1.24} [BC Robotics] (buildcraft-7.1.24.jar)
  773. UCHIJAA BuildCraft|Builders{7.1.24} [BC Builders] (buildcraft-7.1.24.jar)
  774. UCHIJAA BuildCraft|Compat{7.1.8} [BuildCraft Compat] (buildcraft-compat-7.1.8.jar)
  775. UCHIJAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  776. UCHIJAA MineFactoryReloaded{1.7.10R2.8.2B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  777. UCHIJAA Waila{1.5.20} [Waila] (Waila-1.7.10-1.5.20.jar)
  778. UCHIJAA Railcraft{9.12.2.1} [Railcraft] (Railcraft_1.7.10-9.12.2.1.jar)
  779. UCHIJAA TwilightForest{2.3.8.14} [The Twilight Forest] (TwilightForest-1.7.10-2.3.8.14.jar)
  780. UCHIJAA ForgeMultipart{1.2.7} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.7.jar)
  781. UCHIJAA chisel{2.10.9-GTNH} [Chisel] (chisel-1.7.10-2.10.9-GTNH.jar)
  782. UCHIJAA EnderIO{1.7.10-2.3.1.16_beta.31} [Ender IO] (EnderIO-1.7.10-2.3.1.16_beta.31.jar)
  783. UCHIJAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  784. UCHIJAA OilTweak{1.0.3} [BuildCraft Oil Tweak] (BuildCraftOilTweak-1.7.10-1.0.3.jar)
  785. UCHIJAA CarpentersBlocks{3.3.8.2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.2 - MC 1.7.10.jar)
  786. UCHIJAA catwalks{2.0.4} [Catwalks Mod] (catwalks-1.7.10-2.1.3-GTNH.jar)
  787. UCHIJAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  788. UCHIJAA EnderStorage{1.4.11} [EnderStorage] (EnderStorage-1.7.10-1.4.11.jar)
  789. UCHIJAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  790. UCHIJAA ProjRed|Core{4.7.5} [ProjectRed Core] (ProjRed-1.7.10-4.7.5.jar)
  791. UCHIJAA ProjRed|Transmission{4.7.5} [ProjectRed Transmission] (ProjRed-1.7.10-4.7.5.jar)
  792. UCHIJAA OpenComputers{1.7.5.25-GTNH} [OpenComputers] (OpenComputers-1.7.10-1.7.5.25-GTNH.jar)
  793. UCHIJAA computronics{1.6.11-GTNH} [Computronics] (Computronics-1.7.10-1.6.11-GTNH.jar)
  794. UCHIJAA cookingforblockheads{1.2.8-GTNH} [Cooking For Blockheads] (CookingForBlockheads-1.7.10-1.2.8-GTNH.jar)
  795. UCHIJAA ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar)
  796. UCHIJAA deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar)
  797. UCHIJAA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
  798. UCHIJAA DraconicEvolution{1.1.2} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.1.2.jar)
  799. UCHIJAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  800. UCHIJAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  801. UCHIJAA enderioaddons{0.10.13} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.427_beta-0.10.13.56_beta.jar)
  802. UCHIJAA etfuturum{2.3.1} [§5§oEt Futurum Requiem] (Et_Futurum_Requiem-2.3.1.jar)
  803. UCHIJAA enderlicious{Enderlicious} [§5Enderlicious] (enderlicious-1.1.2.jar)
  804. UCHIJAA EnderZoo{1.0.23} [Ender Zoo] (EnderZoo-1.7.10-1.0.23.jar)
  805. UCHIJAA extracells{2.5.10} [Extra Cells] (ExtraCells-1.7.10-2.5.10.jar)
  806. UCHIJAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.13a.jar)
  807. UCHIJAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  808. UCHIJAA FloodLights{1.2.8-137} [Flood Lights] (FloodLights-1.7.10-1.2.8-137.jar)
  809. UCHIJAA ThaumicTinkerer{2.6.4} [Thaumic Tinkerer] (ThaumicTinkerer-1.7.10-2.6.4.jar)
  810. UCHIJAA ForbiddenMagic{0.6.2-GTNH} [Forbidden Magic] (Forbidden.Magic-1.7.10-0.6.2-GTNH.jar)
  811. UCHIJAA Steamcraft{0.29.3} [Flaxbeard's Steam Power] (FSP-1.7.10-0.29.3.jar)
  812. UCHIJAA gadomancy{1.0.8.5} [Gadomancy] (gadomancy-1.7.10-1.0.8.5.jar)
  813. UCHIJAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  814. UCHIJAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  815. UCHIJAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  816. UCHIJAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  817. UCHIJAA MagicBees{2.5.9-GTNH} [Magic Bees] (magicbees-1.7.10-2.5.9-GTNH.jar)
  818. UCHIJAA gendustry{1.6.5.3-GTNH} [Gendustry] (gendustry-1.7.10-1.6.5.3-GTNH.jar)
  819. UCHIJAA pressure{1.3.0.fix1} [Pressure Pipes] (pressure-1.3.0.fix1-mc1.7.10.jar)
  820. UCHIJAA advgenerators{0.9.20.123} [Advanced Generators] (generators-0.9.20.123-mc1.7.10.jar)
  821. UCHIJAA Glacia{7.5b} [§9§lGlacia] (Glacia+7.5b.jar)
  822. UCHIJAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
  823. UCHIJAA guideapi{1.7.10-1.0.1-29} [Guide-API] (Guide-API-1.7.10-1.0.1-29.jar)
  824. UCHIJAA LunatriusCore{1.1.6-GTNH} [LunatriusCore] (LunatriusCore-1.7.10-1.1.6-GTNH.jar)
  825. UCHIJAA InGameInfoXML{2.8.3.91} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.3.91.jar)
  826. UCHIJAA ironbackpacks{1.7.10-1.2.20} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.20.jar)
  827. UCHIJAA IronChest{6.0.70} [Iron Chests] (IronChest-1.7.10-6.0.70.jar)
  828. UCHIJAA ironchestminecarts{1.0.8} [Iron Chest Minecarts] (IronChestMinecarts-1.7.10-1.0.8.jar)
  829. UCHIJAA irontank{1.2.6} [Iron Tanks] (irontanks-1.7.10-1.2.6.jar)
  830. UCHIJAA JABBA{1.2.15} [JABBA] (JABBA-1.7.10-1.2.15.jar)
  831. UCHIJAA LogisticsPipes{0.9.4.5.5} [Logistics Pipes] (logisticspipes-1.7.10-0.9.4.5.5.jar)
  832. UCHIJAA modtweaker2{0.9.8} [Mod Tweaker 2] (ModTweaker2-1.7.10-0.9.8.jar)
  833. UCHIJAA Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
  834. UCHIJAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
  835. UCHIJAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.2B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  836. UCHIJAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.2B1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  837. UCHIJAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.2B1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  838. UCHIJAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.2B1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  839. UCHIJAA ProjRed|Exploration{4.7.5} [ProjectRed Exploration] (ProjRed-1.7.10-4.7.5.jar)
  840. UCHIJAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.2B1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  841. UCHIJAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.2B1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  842. UCHIJAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.2B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  843. UCHIJAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.2B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  844. UCHIJAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.2B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  845. UCHIJAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
  846. UCHIJAA moobloom{1.1.1} [Moobloom] (moobloom-1.7.10_v.1.1.1.jar)
  847. UCHIJAA naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.7.10-1.3.1.jar)
  848. UCHIJAA NEIAddons{1.12.19} [NEI Addons] (NEIAddons-1.7.10-1.12.19.jar)
  849. UCHIJAA NEIAddons|Botany{1.12.19} [NEI Addons: Botany] (NEIAddons-1.7.10-1.12.19.jar)
  850. UCHIJAA NEIAddons|ExNihilo{1.12.19} [NEI Addons: Ex Nihilo] (NEIAddons-1.7.10-1.12.19.jar)
  851. UCHIJAA NEIAddons|CraftingTables{1.12.19} [NEI Addons: Crafting Tables] (NEIAddons-1.7.10-1.12.19.jar)
  852. UCHIJAA NEIAddons|Developer{1.12.19} [NEI Addons: Developer Tools] (NEIAddons-1.7.10-1.12.19.jar)
  853. UCHIJAA NEIAddons|Forestry{1.12.19} [NEI Addons: Forestry] (NEIAddons-1.7.10-1.12.19.jar)
  854. UCHIJAA NEIAddons|AppEng{1.12.19} [NEI Addons: Applied Energistics 2] (NEIAddons-1.7.10-1.12.19.jar)
  855. UCHIJAA neicustomdiagram{1.4.4.4} [NEI Custom Diagram] (NEICustomDiagram-1.7.10-1.4.4.4.jar)
  856. UCHIJAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  857. UCHIJAA netheriteplus{0.9 Beta} [NetheritePlus+] (NetheritePlus_1.7.10_Beta0.9.jar)
  858. UCHIJAA netherlicious{3.2.2} [§6Netherlicious] (netherlicious-3.2.2.jar)
  859. UCHIJAA NetherOres{1.7.10R2.3.2B1} [Nether Ores] (NetherOres-[1.7.10]2.3.2B1-25.jar)
  860. UCHIJAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.7.10-1.1.1.jar)
  861. UCHIJAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
  862. UCHIJAA ae2wct{1.8.8.4} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-1.8.8.4.jar)
  863. UCHIJAA neenergistics{1.3.11} [NotEnoughEnergistics] (NotEnoughEnergistics-1.7.10-1.3.11.jar)
  864. UCHIJAA notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4.jar)
  865. UCHIJAA notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
  866. UCHIJAA OpenMods{0.10.6} [OpenMods] (OpenModsLibs-1.7.10-0.10.6.jar)
  867. UCHIJAA OpenBlocks{1.6.8-GTNH} [OpenBlocks] (OpenBlocks-1.7.10-1.6.8-GTNH.jar)
  868. UCHIJAA openglasses{1.2.3-GTNH} [OC Glasses] (OpenGlasses-1.7.10-1.2.3-GTNH.jar)
  869. UCHIJAA openprinter{0.1.0.132} [OpenPrinter] (OpenPrinter-MC1.7.10-0.1.0.132.jar)
  870. UCHIJAA randomplants{1.7.2a} [Pam's RandomPlants] (Pam's Random Pants 1.7.2a.zip)
  871. UCHIJAA temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b.zip)
  872. UCHIJAA harvestcraft{1.0.12-GTNH} [Pam's HarvestCraft] (Pam's_Harvestcraft-1.7.10-1.0.12-GTNH.jar)
  873. UCHIJAA plantmegapack{4.33} [Plant Mega Pack] (plantmegapack-4.33-1.7.10-1492.jar)
  874. UCHIJAA ProjectBlue{1.1.6} [Project Blue] (ProjectBlue-1.1.6-mc1.7.10.jar)
  875. UCHIJAA ProjRed|Illumination{4.7.5} [ProjectRed Illumination] (ProjRed-1.7.10-4.7.5.jar)
  876. UCHIJAA ProjRed|Transportation{4.7.5} [ProjectRed Transportation] (ProjRed-1.7.10-4.7.5.jar)
  877. UCHIJAA ProjRed|Compatibility{4.7.5} [ProjectRed Compatibility] (ProjRed-1.7.10-4.7.5.jar)
  878. UCHIJAA ProjRed|Expansion{4.7.5} [ProjectRed Expansion] (ProjRed-1.7.10-4.7.5.jar)
  879. UCHIJAA ProjRed|Integration{4.7.5} [ProjectRed Integration] (ProjRed-1.7.10-4.7.5.jar)
  880. UCHIJAA ProjRed|Fabrication{4.7.5} [ProjectRed Fabrication] (ProjRed-1.7.10-4.7.5.jar)
  881. UCHIJAA Redstonic{1.4.10} [Redstonic] (Redstonic-v1.4.11.jar)
  882. UCHIJAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
  883. UCHIJAA rftools{4.23} [RFTools] (rftools-4.23.jar)
  884. UCHIJAA Sanguimancy{1.7.10-1.1.9-35} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-35.jar)
  885. UCHIJAA SpiceOfLife{2.0.1-carrot} [The Spice of Life - Carrot Edition] (SpiceOfLife-1.7.10-2.0.1-carrot.jar)
  886. UCHIJAA spongemixins{1.5.0} [SpongeMixins Loader] (SpongeMixins-1.5.0.jar)
  887. UCHIJAA StorageDrawers{1.11.13-GTNH} [Storage Drawers] (StorageDrawers-1.7.10-1.11.13-GTNH.jar)
  888. UCHIJAA StorageDrawersErebus{1.11.9-gtnh} [Storage Drawers: Erebus Pack] (StorageDrawersErebus-1.7.10-1.11.9-gtnh.jar)
  889. UCHIJAA StorageDrawersForestry{1.11.11-GTNH} [Storage Drawers: Forestry Pack] (StorageDrawersForestry-1.7.10-1.11.11-GTNH.jar)
  890. UCHIJAA StorageDrawersMisc{1.11.11-GTNH} [Storage Drawers: Misc Pack] (StorageDrawersMisc-1.7.10-1.11.11-GTNH.jar)
  891. UCHIJAA StorageDrawersNatura{1.11.11-GTNH} [Storage Drawers: Natura Pack] (StorageDrawersNatura-1.7.10-1.11.11-GTNH.jar)
  892. UCHIJAA TaintedMagic{8.1.1.1-GTNH} [Tainted Magic] (Tainted-Magic-1.7.10-8.1.1.1-GTNH.jar)
  893. UCHIJAA tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
  894. UCHIJAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  895. UCHIJAA tcneiadditions{1.1.0.6} [Thaumcraft NEI Additions] (tcneiadditions-1.7.10-1.1.0.6.jar)
  896. UCHIJAA tcnodetracker{1.1.5} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.5.jar)
  897. UCHIJAA TextureGeneratorLib{0.2} [TextureGeneratorLib] (TextureGeneratorLib-1.7.10_vBeta2.jar)
  898. UCHIJAA tc4tweak{1.4.16} [TC4 Tweak] (Thaumcraft4Tweaks-1.7.10-1.4.16.jar)
  899. UCHIJAA thaumcraftgates{1.4.2} [Thaumcraft Gates] (ThaumcraftGates-1.4.2.jar)
  900. UCHIJAA ThaumcraftMobAspects{1.0.0-GTNH} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.10-1.0.0-GTNH.jar)
  901. UCHIJAA ThaumicExploration{GRADLETOKEN_VERSION} [Thaumic Exploration] (Thaumic-Exploration-1.7.10-1.1.85-GTNH.jar)
  902. UCHIJAA thaumicenergistics{1.3.16-GTNH} [Thaumic Energistics] (thaumicenergistics-1.7.10-1.3.16-GTNH.jar)
  903. UCHIJAA ThaumicHorizons{1.2.1.2} [ThaumicHorizons] (ThaumicHorizons-1.7.10-1.2.1.2.jar)
  904. UCHIJAA erebus{0.4.7} [Erebus] (TheErebus-0.4.7.jar)
  905. UCHIJAA TravellersGear{1.16.8-GTNH} [Traveller's Gear] (TravellersGear-1.7.10-1.16.8-GTNH.jar)
  906. UCHIJAA UndergroundBiomes{0.8.beta59.fork} [Underground Biomes Constructs] (UndergroundBiomesConstructs-1.7.10-0.8.beta59.fork.jar)
  907. UCHIJAA vineclimber{2.0.0} [Vine Climber] (vineclimber-2.0.0.jar)
  908. UCHIJAA WailaHarvestability{1.1.10-GTNH} [Waila Harvestability] (WailaHarvestability-1.7.10-1.1.10-GTNH.jar)
  909. UCHIJAA wailaplugins{0.2.5} [WAILA Plugins] (WAILAPlugins-1.7.10-0.2.5.jar)
  910. UCHIJAA WarpTheory{1.2.6-GTNH} [WarpTheory] (WarpTheory-1.7.10-1.2.6-GTNH.jar)
  911. UCHIJAA wawla{1.1.3-GTNH} [What Are We Looking At] (Wawla-1.7.10-1.1.3-GTNH.jar)
  912. UCHIJAA webshooter{1.0.0} [WebShooter] (webshooter-1.7.10-1.0.0.jar)
  913. UCHIJAA wildnetherwart{2.1} [Wild Netherwart] (wild_netherwart-1.7.10-v2.1.jar)
  914. UCHIJAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  915. UCHIJAA WitcheryExtras{1.1.5} [Witchery++] (WitcheryExtras-1.7.10-1.1.5.jar)
  916. UCHIJAA witcherypatch{1.0.0} [WitcheryPatch] (WitcheryPatch-1.7.10-1.0.0.jar)
  917. UCHIJAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  918. UCHIJAA WR-CBE|Core{1.4.5} [WR-CBE Core] (WR-CBE-1.7.10-1.4.5.jar)
  919. UCHIJAA WR-CBE|Addons{1.4.5} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.5.jar)
  920. UCHIJAA WR-CBE|Logic{1.4.5} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.5.jar)
  921. UCHIJAA xact{0.5.2} [XACT] (XACT-1.7.10-0.5.5.jar)
  922. UCHIJAA XaeroMinimap{21.10.24} [Xaero's Minimap] (Xaeros_Minimap_21.10.24_Forge_1.7.10.jar)
  923. UCHIJAA XaeroWorldMap{1.14.1.16} [Xaero's World Map] (XaerosWorldMap_1.14.1.16_Forge_1.7.10.jar)
  924. UCHIJAA McMultipart{1.2.7} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.7.jar)
  925. UCHIJAA ForgeMicroblock{1.2.7} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.7.jar)
  926. UCHIJAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  927. UCHIJAA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  928. UCHIJAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  929. UCHIJAA HungerOverhaul{1.0.4-GTNH} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.4-GTNH.jar)
  930. UCHIJAA technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
  931. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.2B1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  932. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.2B1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  933. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.2B1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  934. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.2B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  935. UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.2B1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  936. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.2B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  937. UD MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.2B1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  938. UD MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.2B1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar)
  939. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  940. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  941. Class transformer null safety: all safe
  942. AE2 Version: rv3-beta-84-GTNH for Forge 10.13.4.1614
  943. CoFHCore: -[1.7.10]3.1.4-329
  944. Mantle Environment: Environment healthy.
  945. MineFactoryReloaded: -[1.7.10]2.8.2B1-201
  946. ThermalFoundation: -[1.7.10]1.2.6-118
  947. NetherOres: -[1.7.10]2.3.2B1-25
  948. TC4Tweak signing signature: None. Do not bother glease for this crash!
  949. List of loaded APIs:
  950. * ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-1.8.8.4.jar
  951. * API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar
  952. * AppleCoreAPI (${apiversion}) from AppleCore-1.7.10-3.1.9.jar
  953. * AppleMilkTeaAPI|appliance (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  954. * AppleMilkTeaAPI|charge (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  955. * AppleMilkTeaAPI|charm (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  956. * AppleMilkTeaAPI|clientbase (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  957. * AppleMilkTeaAPI|commonbase (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  958. * AppleMilkTeaAPI|core (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  959. * AppleMilkTeaAPI|edibles (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  960. * AppleMilkTeaAPI|energy (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  961. * AppleMilkTeaAPI|events (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  962. * AppleMilkTeaAPI|plants (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  963. * AppleMilkTeaAPI|potion (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  964. * AppleMilkTeaAPI|recipe (2.9) from AppleMilkTea2-1.7.10_2.9n.jar
  965. * appliedenergistics2|API (rv3) from appliedenergistics2-1.7.10-rv3-beta-84-GTNH.jar
  966. * asielibAPI (1.1) from AsieLib-1.7.10-0.5.3.jar
  967. * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.5.3.jar
  968. * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.5.3.jar
  969. * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.5.3.jar
  970. * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.14.jar
  971. * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
  972. * BotaniaAPI (76) from Botania r1.8-249.jar
  973. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.24.jar
  974. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.24.jar
  975. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.24.jar
  976. * BuildCraftAPI|core (2.0) from Railcraft_1.7.10-9.12.2.1.jar
  977. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.24.jar
  978. * BuildCraftAPI|events (2.0) from buildcraft-7.1.24.jar
  979. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.24.jar
  980. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.24.jar
  981. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.24.jar
  982. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.24.jar
  983. * BuildCraftAPI|items (1.1) from buildcraft-7.1.24.jar
  984. * BuildCraftAPI|library (2.0) from buildcraft-7.1.24.jar
  985. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.24.jar
  986. * BuildCraftAPI|power (1.3) from buildcraft-7.1.24.jar
  987. * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.24.jar
  988. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.24.jar
  989. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.24.jar
  990. * BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.1.jar
  991. * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.24.jar
  992. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.12.2.1.jar
  993. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.24.jar
  994. * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.2 - MC 1.7.10.jar
  995. * ChiselAPI (0.1.1) from chisel-1.7.10-2.10.9-GTNH.jar
  996. * ChiselAPI|Carving (0.1.1) from chisel-1.7.10-2.10.9-GTNH.jar
  997. * ChiselAPI|Rendering (0.1.1) from chisel-1.7.10-2.10.9-GTNH.jar
  998. * CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.39_beta.jar
  999. * CoFHAPI|block (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.1.16_beta.31.jar
  1000. * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1001. * CoFHAPI|energy (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  1002. * CoFHAPI|fluid (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  1003. * CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.8.jar
  1004. * CoFHAPI|item (1.7.10R1.0.12) from Technomancy - 0.12.5 - 1.7.10.jar
  1005. * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  1006. * CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  1007. * CoFHAPI|transport (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  1008. * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1009. * CoFHLib (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1010. * CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1011. * CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1012. * CoFHLib|gui|container (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1013. * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  1014. * CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  1015. * CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1016. * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  1017. * CoFHLib|render (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1018. * CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1019. * CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1020. * CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1021. * CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  1022. * CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  1023. * CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
  1024. * computronicsAPI (1.3) from Computronics-1.7.10-1.6.11-GTNH.jar
  1025. * computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.11-GTNH.jar
  1026. * computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.11-GTNH.jar
  1027. * computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.11-GTNH.jar
  1028. * computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.11-GTNH.jar
  1029. * DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
  1030. * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.1.2.jar
  1031. * ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.jar
  1032. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.1.16_beta.31.jar
  1033. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.1.16_beta.31.jar
  1034. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.1.16_beta.31.jar
  1035. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.1.16_beta.31.jar
  1036. * ForestryAPI|apiculture (5.0.0) from Forestry-1.7.10-4.4.6.jar
  1037. * ForestryAPI|arboriculture (4.2.1) from Forestry-1.7.10-4.4.6.jar
  1038. * ForestryAPI|circuits (3.1.0) from Forestry-1.7.10-4.4.6.jar
  1039. * ForestryAPI|core (5.0.0) from Forestry-1.7.10-4.4.6.jar
  1040. * ForestryAPI|farming (2.1.0) from Forestry-1.7.10-4.4.6.jar
  1041. * ForestryAPI|food (1.1.0) from Forestry-1.7.10-4.4.6.jar
  1042. * ForestryAPI|fuels (2.0.1) from Forestry-1.7.10-4.4.6.jar
  1043. * ForestryAPI|genetics (4.7.1) from Forestry-1.7.10-4.4.6.jar
  1044. * ForestryAPI|hives (4.1.0) from Forestry-1.7.10-4.4.6.jar
  1045. * ForestryAPI|lepidopterology (1.3.0) from Forestry-1.7.10-4.4.6.jar
  1046. * ForestryAPI|mail (3.0.0) from Forestry-1.7.10-4.4.6.jar
  1047. * ForestryAPI|multiblock (3.0.0) from Forestry-1.7.10-4.4.6.jar
  1048. * ForestryAPI|recipes (5.4.0) from Forestry-1.7.10-4.4.6.jar
  1049. * ForestryAPI|storage (3.0.0) from Forestry-1.7.10-4.4.6.jar
  1050. * ForestryAPI|world (2.1.0) from Forestry-1.7.10-4.4.6.jar
  1051. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
  1052. * GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.7.0.jar
  1053. * gendustryAPI (2.3.0) from gendustry-1.7.10-1.6.5.3-GTNH.jar
  1054. * Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
  1055. * IC2API (1.0) from Railcraft_1.7.10-9.12.2.1.jar
  1056. * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  1057. * OilTweakAPI (1.0.0) from BuildCraftOilTweak-1.7.10-1.0.3.jar
  1058. * OilTweakAPI|blacklist (1.0.0) from BuildCraftOilTweak-1.7.10-1.0.3.jar
  1059. * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.6.8-GTNH.jar
  1060. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1061. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1062. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1063. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1064. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1065. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1066. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1067. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1068. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1069. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1070. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-1.7.10-1.7.5.25-GTNH.jar
  1071. * pressureAPI (1.3.0.fix1) from pressure-1.3.0.fix1-mc1.7.10.jar
  1072. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.1.jar
  1073. * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.1.jar
  1074. * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.1.jar
  1075. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.1.jar
  1076. * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.1.jar
  1077. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.1.jar
  1078. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.1.jar
  1079. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.1.jar
  1080. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.1.jar
  1081. * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.1.jar
  1082. * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.1.jar
  1083. * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.1.jar
  1084. * Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-35.jar
  1085. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1086. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1087. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1088. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1089. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1090. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1091. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1092. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1093. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.11.13-GTNH.jar
  1094. * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.1.jar
  1095. * thaumicenergistics|API (1.1) from thaumicenergistics-1.7.10-1.3.16-GTNH.jar
  1096. * TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.8-GTNH.jar
  1097. * WailaAPI (1.2) from Waila-1.7.10-1.5.20.jar
  1098. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  1099. EnderIO: Found the following problem(s) with your installation:
  1100. * An unknown AE2 API is installed (rv3 from appliedenergistics2-1.7.10-rv3-beta-84-GTNH.jar).
  1101. Ender IO was build against API version rv2 and may or may not work with a newer version.
  1102. * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13B2 from CoFHLib-[1.7.10]1.2.1-185.jar).
  1103. It is a supported version, but that difference may lead to problems.
  1104. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  1105. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  1106. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:OFF, GT:OFF, Chisel:ON, Jabba:ON
  1107. Profiler Position: N/A (disabled)
  1108. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  1109. Player Count: 0 / 8; []
  1110. Type: Integrated Server (map_client.txt)
  1111. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement