Advertisement
kreezxil

tesselation preventing login

Jun 3rd, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  5. ColorUtilityCorePlugin (ColorUtility-universal-1.0.3.jar)
  6. NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  7. GudLib (gud_lib-1.2.0.0.jar)
  8. FarseekCoreMod (Farseek-1.11-2.1.jar)
  9. CreativePatchingLoader (CreativeCore v1.7.4 mc1.11.2.jar)
  10. DummyPlugin (ForgeEndertech-1.11.2-2.1.2.0-build.0065.jar)
  11. ForgelinPlugin (Forgelin-1.4.2.jar)
  12. Inventory Tweaks Coremod (InventoryTweaks-1.62+beta.89.jar)
  13. llibrary (llibrary-1.7.6-1.11.2.jar)
  14. LittlePatchingLoader (LittleTiles v1.4.12 mc1.11.2.jar)
  15. LittleLatePatchingLoader (LittleTilesCore-v1.0.0.jar)
  16. MMFMLCorePlugin (MultiMine-1.11.2.jar)
  17. ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.5.jar)
  18. HammerCoreCore (HammerCore_1.11.2-1.7.8.jar)
  19. literalascension (literalascension-1.11.2-1.0.2.2.jar)
  20. ItemPatchingLoader (ItemPhysic Full 1.4.5 mc1.11.2.jar)
  21. BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
  22. Contact their authors BEFORE contacting forge
  23.  
  24. // Quite honestly, I wouldn't worry myself about that.
  25.  
  26. Time: 6/3/17 3:08 PM
  27. Description: Tesselating block model
  28.  
  29. java.lang.NullPointerException: Tesselating block model
  30. at net.minecraftforge.client.model.obj.OBJModel$OBJBakedModel.buildQuads(OBJModel.java:1343)
  31. at net.minecraftforge.client.model.obj.OBJModel$OBJBakedModel.func_188616_a(OBJModel.java:1312)
  32. at jds.bibliocraft.models.BiblioModelWood.func_188616_a(BiblioModelWood.java:384)
  33. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:117)
  34. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:82)
  35. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:47)
  36. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:38)
  37. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
  38. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
  39. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  40. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:171)
  41. at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:958)
  42. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1307)
  43. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1250)
  44. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1053)
  45. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
  46. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
  47. at net.minecraft.client.main.Main.main(SourceFile:124)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:483)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Thread: Client thread
  61. Stacktrace:
  62. at net.minecraftforge.client.model.obj.OBJModel$OBJBakedModel.buildQuads(OBJModel.java:1343)
  63. at net.minecraftforge.client.model.obj.OBJModel$OBJBakedModel.func_188616_a(OBJModel.java:1312)
  64. at jds.bibliocraft.models.BiblioModelWood.func_188616_a(BiblioModelWood.java:384)
  65. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:117)
  66. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:82)
  67.  
  68. -- Block model being tesselated --
  69. Details:
  70. Block: bibliocraft:bookcase[woodtype=oak]
  71. Block location: World: (115,59,656), Chunk: (at 3,3,0 in 7,41; contains blocks 112,0,656 to 127,255,671), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
  72. Using AO: false
  73. Stacktrace:
  74. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:47)
  75. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:38)
  76.  
  77. -- Block being tesselated --
  78. Details:
  79. Block type: ID #675 (tile.BiblioCraft:Bookcase // jds.bibliocraft.blocks.BlockBookcase)
  80. Block data value: 0 / 0x0 / 0b0000
  81. Block location: World: (115,59,656), Chunk: (at 3,3,0 in 7,41; contains blocks 112,0,656 to 127,255,671), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
  82. Stacktrace:
  83. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
  84. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
  85. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  86. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:171)
  87. at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:958)
  88. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1307)
  89. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1250)
  90.  
  91. -- Affected level --
  92. Details:
  93. Level name: MpServer
  94. All players: 1 total; [EntityPlayerSP['Kreezxil'/8813, l='MpServer', x=111.85, y=70.00, z=679.09]]
  95. Chunk stats: MultiplayerChunkCache: 225, 225
  96. Level seed: 0
  97. Level generator: ID 00 - default, ver 1. Features enabled: false
  98. Level generator options:
  99. Level spawn location: World: (-186,64,224), Chunk: (at 6,4,0 in -12,14; contains blocks -192,0,224 to -177,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  100. Level time: 78660334 game time, 106028269 day time
  101. Level dimension: 0
  102. Level storage version: 0x00000 - Unknown?
  103. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  104. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  105. Forced entities: 37 total; [EntityCreeper['Creeper'/8832, l='MpServer', x=57.50, y=77.00, z=722.50], EntityChickLeghorn['Leghorn Chick'/8835, l='MpServer', x=63.49, y=65.00, z=654.15], EntityItem['item.item.terraqueous.multifood.lemon'/8900, l='MpServer', x=107.55, y=82.81, z=704.43], EntityBat['Bat'/8901, l='MpServer', x=140.30, y=26.93, z=686.56], EntityFishCod['Cod'/8902, l='MpServer', x=130.50, y=34.00, z=685.50], EntityItem['item.item.terraqueous.multifood.lemon'/8907, l='MpServer', x=109.79, y=78.00, z=700.13], EntitySkeleton['Skeleton'/8908, l='MpServer', x=141.50, y=20.00, z=714.50], EntitySkeleton['Skeleton'/8909, l='MpServer', x=141.50, y=20.00, z=714.50], EntityZombie['Zombie'/8910, l='MpServer', x=127.81, y=46.00, z=723.52], EntitySpider['Spider'/8913, l='MpServer', x=132.50, y=15.00, z=696.50], EntityCreeper['Creeper'/9041, l='MpServer', x=163.50, y=74.00, z=599.50], EntityItem['item.item.apple'/8850, l='MpServer', x=52.88, y=63.00, z=628.94], EntitySkeleton['Skeleton'/8914, l='MpServer', x=127.50, y=45.00, z=718.50], EntityCreeper['Creeper'/9042, l='MpServer', x=161.50, y=74.00, z=600.50], EntitySkeleton['Skeleton'/8916, l='MpServer', x=184.50, y=61.00, z=651.50], EntityCreeper['Creeper'/8917, l='MpServer', x=144.50, y=50.00, z=677.50], EntityPlayerSP['Kreezxil'/8813, l='MpServer', x=111.85, y=70.00, z=679.09], EntityItem['item.tile.plants.cosmetic_5.5'/8921, l='MpServer', x=134.39, y=70.00, z=631.46], EntityZombie['Zombie'/8985, l='MpServer', x=149.48, y=43.00, z=731.82], EntityItem['item.tile.plants.cosmetic_5.5'/8922, l='MpServer', x=135.15, y=70.00, z=632.48], EntityHenLeghorn['Leghorn Hen'/8986, l='MpServer', x=147.23, y=64.00, z=720.55], EntityHenLeghorn['Leghorn Hen'/8925, l='MpServer', x=90.39, y=70.00, z=669.49], EntityHenLeghorn['Leghorn Hen'/8989, l='MpServer', x=120.75, y=65.00, z=736.60], EntityHenLeghorn['Leghorn Hen'/8992, l='MpServer', x=161.19, y=68.00, z=698.74], EntityCreeper['Creeper'/8998, l='MpServer', x=190.50, y=23.00, z=732.50], EntityBat['Bat'/8999, l='MpServer', x=190.75, y=42.10, z=720.25], EntitySkeleton['Skeleton'/9000, l='MpServer', x=163.54, y=16.00, z=741.67], EntityFishCod['Cod'/9001, l='MpServer', x=165.50, y=62.00, z=740.91], EntityItem['item.item.terraqueous.multifood.orange'/9007, l='MpServer', x=162.97, y=63.00, z=732.32], EntityItem['item.item.terraqueous.multifood.orange'/9008, l='MpServer', x=164.88, y=65.00, z=731.34], EntityItem['item.item.apple'/8828, l='MpServer', x=52.57, y=68.00, z=689.13], EntitySkeleton['Skeleton'/9020, l='MpServer', x=50.50, y=14.00, z=645.50], EntityItem['item.item.apple'/8829, l='MpServer', x=48.35, y=67.00, z=692.13], EntitySkeleton['Skeleton'/9021, l='MpServer', x=51.50, y=14.00, z=649.50], EntitySkeleton['Skeleton'/8830, l='MpServer', x=54.49, y=69.00, z=692.84], EntitySkeleton['Skeleton'/9022, l='MpServer', x=47.50, y=14.00, z=648.50], EntitySkeleton['Skeleton'/9023, l='MpServer', x=52.18, y=14.00, z=647.01]]
  106. Retry entities: 0 total; []
  107. Server brand: fml,forge
  108. Server type: Non-integrated multiplayer server
  109. Stacktrace:
  110. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  111. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
  112. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
  113. at net.minecraft.client.main.Main.main(SourceFile:124)
  114. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  116. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  117. at java.lang.reflect.Method.invoke(Method.java:483)
  118. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  119. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  120.  
  121. -- System Details --
  122. Details:
  123. Minecraft Version: 1.11.2
  124. Operating System: Windows 10 (amd64) version 10.0
  125. Java Version: 1.8.0_25, Oracle Corporation
  126. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  127. Memory: 1151635296 bytes (1098 MB) / 3794796544 bytes (3619 MB) up to 5672796160 bytes (5410 MB)
  128. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6086m -Xms256m -XX:PermSize=256m
  129. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  130. FML: MCP 9.38 Powered by Forge 13.20.0.2311 142 mods loaded, 142 mods active
  131. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  132. UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  133. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  134. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2311.jar)
  135. UCHIJA forge{13.20.0.2311} [Minecraft Forge] (forge-1.11.2-13.20.0.2311.jar)
  136. UCHIJA ColorUtility{1.0.3} [ColorUtility] (minecraft.jar)
  137. UCHIJA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
  138. UCHIJA gud_lib{1.2.0.0} [GudLib] (gud_lib-1.2.0.0.jar)
  139. UCHIJA itemphysic{1.4.0} [ItemPhysic] (minecraft.jar)
  140. UCHIJA littletilescore{1.0.0} [LittleTilesCore] (minecraft.jar)
  141. UCHIJA backpacks16840{3.1.9} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.9.jar)
  142. UCHIJA cheesemod{5.0} [§6Cheese Mod] ([1.11.2 1.11] Cheese mod v 5.0 by NuclearBanana.jar)
  143. UCHIJA forgeendertech{1.11.2-2.1.2.0} [Forge Endertech] (ForgeEndertech-1.11.2-2.1.2.0-build.0065.jar)
  144. UCHIJA adchimneys{1.11.2-2.0.10.0} [Advanced Chimneys] (AdChimneys-1.11.2-2.0.10.0-build.0051.jar)
  145. UCHIJA animania{1.1.2} [Animania] (animania-1.11.2-1.1.2.jar)
  146. UCHIJA appletrees{V2} [Apple Trees] (AppleTrees-1.11.2-V2.jar)
  147. UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.11.2-1.1.7.jar)
  148. UCHIJA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
  149. UCHIJA natura{1.11.2-4.2.0.20} [Natura] (natura-1.11.2-4.2.0.20.jar)
  150. UCHIJA jei{4.4.0.283} [Just Enough Items] (jei_1.11.2-4.4.0.283.jar)
  151. UCHIJA tconstruct{1.11.2-2.7.0.26} [Tinkers' Construct] (TConstruct-1.11.2-2.7.0.26.jar)
  152. UCHIJA betterwithmods{1.2.9-1.11.2} [Better With Mods] (Better With Mods-1.2.17-1.11.2.jar)
  153. UCHIJA betterwithaddons{@VERSION@} [Better with Addons] (Better With Addons-0.8.jar)
  154. UCHIJA betterachievements{0.4.4.16} [Better Achievements] (BetterAchievements-1.11.2-0.4.4.16.jar)
  155. UCHIJA betterwithhardersteelrecipe{1.1.0} [Better With Harder Steel Recipe] (BetterWithHarderSteelRecipe-1.1.0.jar.jar)
  156. UCHIJA bibliocraft{2.3.1} [BiblioCraft] (BiblioCraft[v2.3.1][MC1.11.2].jar)
  157. UCHIJA guideapi{1.11.2-2.1.1-52} [Guide-API] (Guide-API-1.11.2-2.1.1-52.jar)
  158. UCHIJA bloodmagic{1.11-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.10-79.jar)
  159. UCHIJA badwithernocookie{1.0} [Bad Wither No Cookie!] (bwncrldd-1.0.jar)
  160. UCHIJA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.11.2.jar)
  161. UCHIJA chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar)
  162. UCHIJA charcoal_pit{1.3_11} [Charcoal Pit] (CharcoalPit-[1.11.2]-1.3_11.jar)
  163. UCHIJA hammercore{1.7.8} [Hammer Core] (HammerCore_1.11.2-1.7.8.jar)
  164. UCHIJA chattyper{1.0.6} [Chat Typer] (ChatTyper_1.11.2-1.0.6.jar)
  165. UCHIJA chesttransporter{2.7.9} [Chest Transporter] (ChestTransporter-1.11.2-2.7.9.jar)
  166. UCHIJA claybucket{1.1} [Clay Bucket] (ClayBucket-1.11-1.0.jar)
  167. UCHIJA coffeespawner{1.0.1} [Coffee Spawner] (CoffeeSpawner-1.11.2-1.0.1.jar)
  168. UCHIJA cyclopscore{0.10.4} [Cyclops Core] (CyclopsCore-1.11.2-0.10.4.jar)
  169. UCHIJA colossalchests{1.6.1} [Colossal Chests] (ColossalChests-1.11.2-1.6.1.jar)
  170. UCHIJA cookingforblockheads{5.3.20} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.20.jar)
  171. UCHIJA coralreef{1.0} [Coral Reef] (CoralReef-1.4.jar)
  172. UCHIJA cosmeticarmorreworked{1.11.2-v1a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.11.2-v1a.jar)
  173. UCHIJA craftingcraft{5.1.1} [CraftingCraft] (CraftingCraft_1.11-5.1.1.jar)
  174. UCHIJA eleccore{1.7.421} [ElecCore] (ElecCore-1.11-1.7.421.jar)
  175. UCHIJA craftingtableiv{1.0} [CraftingTable-IV] (CraftingTableIV-1.4.113.jar)
  176. UCHIJA craftingtweaks{7.1.9} [Crafting Tweaks] (CraftingTweaks_1.11.2-7.1.9.jar)
  177. UCHIJA creativecore{1.7.4} [CreativeCore] (CreativeCore v1.7.4 mc1.11.2.jar)
  178. UCHIJA d3core{1.3.0.66} [D³Core] (D3Core-1.11.2-1.3.0.66.jar)
  179. UCHIJA dailies{1.11.2-6} [Bailey's Dailies] (dailies-1.11.2-6.jar)
  180. UCHIJA defaultoptions{8.2.2} [Default Options] (DefaultOptions_1.11.2-8.2.2.jar)
  181. UCHIJA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar)
  182. UCHIJA duckcraft{2.0.4} [DuckCraft] (Duckcraft-1.11.2-2.0.4.jar)
  183. UCHIJA durabilityshow{4.1.0} [Durability Show] (Durability Show-1.11.2-4.1.0.jar)
  184. UCHIJA easybreeding{4.1.0} [EasyBreeding] (easybreading-1.11.2-4.1.0.jar)
  185. UCHIJA emvi{2.2} [Emergent Villages] (EmergentVillages-2.2.jar)
  186. UCHIJA enderpay{0.3} [EnderPay] (enderpay-1.11.2-0.0.3.jar)
  187. UCHIJA erosion{2.1.1} [Erosion] (Erosion-2.1.1.jar)
  188. UCHIJA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
  189. UCHIJA extrarails{1.2.1} [Extra Rails] (ExtraRails-1.11-1.2.1.jar)
  190. UCHIJA ezstorage{2.4.1} [EZStorage 2] (ezstorage-2.4.1-[1.11.2].jar)
  191. UCHIJA farseek{2.1} [Farseek] (Farseek-1.11-2.1.jar)
  192. UCHIJA fasterladderclimbing{0.1-118} [Faster Ladder Climbing] (FasterLadderClimbing-1.11-0.1-118.jar)
  193. UCHIJA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
  194. UCHIJA faufil{1.0} [Faucets and Filters] (Faucets and Filters-1.0.jar)
  195. UCHIJA felling{1.1} [Felling] (felling-1.1.jar)
  196. UCHIJA forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar)
  197. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  198. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  199. UCHIJA limelib{1.5.4} [LimeLib] (limelib-1.11.2-1.5.4.jar)
  200. UCHIJA furnus{1.93} [Furnus] (furnus-1.11.2-1.93.jar)
  201. UCHIJA giacomos_bookshelf{1.1} [Giacomo's Bookshelves Mod] (GiacomosBookshelf-1.11.2-1.1.jar)
  202. UCHIJA fishing{1.5.1} [Fishing Net Mod] (GiacomosFishingNet-1.11.2-1.5.1.jar)
  203. UCHIJA giacomosfoundry{1.3.12} [Giacomo's Foundry] (GiacomosFoundry-1.11.2-1.3.12.jar)
  204. UCHIJA glaretorch{7.00} [GlareTorch] (GlareTorch_Ver.7.00_[MC1.11.2].jar)
  205. UCHIJA grapple_hooks{1.1} [Grapple Hooks] (Grapple-Hooks-1.1.jar)
  206. UCHIJA gravestone{1.7.2} [Gravestone] (GraveStone Mod 1.7.2.jar)
  207. UCHIJA gud_coolers{2.0.0.4} [Coolers] (gud_coolers-2.0.0.4.jar)
  208. UCHIJA hammerz{1.11.2-0.1.4.27} [Hammerz] (hammerz-1.11.2-0.1.4.27.jar)
  209. UCHIJA helpfixer{1.4+17} [HelpFixer] (HelpFixer-1.11-1.4+17.jar)
  210. UCHIJA hopperducts{1.4.9} [Hopper Ducts] (hopperducts-mc1.11.2-1.4.9.jar)
  211. UCHIJA furniture{1.1.3} [How 'Bout That Furniture] (HowBoutThatFurniture-1.2.1.jar)
  212. UCHIJA inventorytweaks{1.62+beta.89.be6ffe4} [Inventory Tweaks] (InventoryTweaks-1.62+beta.89.jar)
  213. UCHIJA ironchest{1.11.2-7.0.19.803} [Iron Chest] (ironchest-1.11.2-7.0.19.803.jar)
  214. UCHIJA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.11.2-0.11.0.jar)
  215. UCHIJA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
  216. UCHIJA jaff{1.6_for_1.11.2} [Just a Few Fish] (JustAFewFish-1.6_for_1.11.2.jar)
  217. UCHIJA largeveins{@VERSION@} [Large Veins] (LargeVeins-1.11-1.0.0.jar)
  218. UCHIJA leavestosaplings{2.0.0} [Leaves to saplings] (leavestosaplings-1.11.2-2.2.jar)
  219. UCHIJA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.11.2.jar)
  220. UCHIJA literalascension{1.11.2-1.0.2.2} [Literal Ascension] (literalascension-1.11.2-1.0.2.2.jar)
  221. UCHIJA littletiles{1.4.8} [LittleTiles] (LittleTiles v1.4.12 mc1.11.2.jar)
  222. UCHIJA lumberjack{1.0} [lumberjack] (Lumberjack-1.11.2-1.3.1.48.jar)
  223. UCHIJA minecolonies{1.11.2-0.8.1929} [MineColonies] (minecolonies-universal-1.11.2-0.8.1929.jar)
  224. UCHIJA minecoprocessors{1.0} [Minecoprocessors] (minecoprocessors-1.0.jar)
  225. UCHIJA missing_pieces{4.2.1} [Missing Pieces] (missing_pieces-1.11.2-4.2.1.jar)
  226. UCHIJA missingtextures{1.0.0} [MissingTextures] (missingtextures-1.0.0.jar)
  227. UCHIJA morefuelsmod-1.11.x{1.6.0} [§4More Fuels Mod] (morefuelsmod-1.11.x-1.6.0.jar)
  228. UCHIJA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.11.2.jar)
  229. UCHIJA morpheus{1.11.2-3.2.14} [Morpheus] (Morpheus-1.11.2-3.2.14.jar)
  230. UCHIJA multimine{1.5.6} [Multi Mine] (MultiMine-1.11.2.jar)
  231. UCHIJA mxtune{0.4.0-dev.24} [mxTune] (mxtune-1.11.2-0.4.0-dev.24.jar)
  232. UCHIJA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.11.2-1.3.0.jar)
  233. UCHIJA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11-4.3.1.jar)
  234. UCHIJA recipehandler{0.8} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.8(1.11).jar)
  235. UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  236. UCHIJA opframe{1.4.0} [OnlinePictureFrame] (OnlinePicFrame v1.4.0 mc1.11.2.zip)
  237. UCHIJA plants{0.8.5} [Plants] (Plants-1.11.2-beta-0.8.5.jar)
  238. UCHIJA shetiphiancore{3.4.5} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.5.jar)
  239. UCHIJA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar)
  240. UCHIJA pulver{@VERSION@} [Pulver] (Pulver-1.11.x-1.0.jar)
  241. UCHIJA railsplus{1.0.0} [Rails Plus] (railsplus-1.0.1.jar)
  242. UCHIJA reauth{3.4.1} [ReAuth] (ReAuth-1.11-3.4.1.jar)
  243. UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
  244. UCHIJA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.11.2-3.1.8.jar)
  245. UCHIJA reptilemod{3.6.2} [Reptile Mod] (reptilemod-1.11.2-3.6.2-67.jar)
  246. UCHIJA roots{0.018} [Roots 2] (roots-2-0.018.jar)
  247. UCHIJA rustic{0.3.5} [Rustic] (rustic-0.3.5.jar)
  248. UCHIJA sem{1.6.0a} [Steam Engines Mod] (SEM - mc1_11_2-1.6.0-alpha.jar)
  249. UCHIJA semmagie{1.6.0a} [Steam Engines Mod - Magie Addon] (SEM - mc1_11_2-1.6.0-alpha.jar)
  250. UCHIJA signpost{1.05.2} [Sign Post] (signpost-1.11.2-1.05.2.jar)
  251. UCHIJA stellarapi{0.6.4.1.3} [Stellar API] (Stellar API-0.6.4.1.3.jar)
  252. UCHIJA stellarsky{0.6.5.1.4} [Stellar Sky] (Stellar Sky-0.6.5.1.4.jar)
  253. UCHIJA storageboats{2.0} [Storage Boats Mod] (StorageBoats-2.4.jar)
  254. UCHIJA storagedrawers{1.11.2-4.2.7} [Storage Drawers] (StorageDrawers-1.11.2-4.2.7.jar)
  255. UCHIJA strait{1.11-0.3} [Strait] (strait-1.11-0.3.jar)
  256. UCHIJA streams{0.3} [Streams] (Streams-1.11-0.3.jar)
  257. UCHIJA structuredcrafting{0.1.7} [Structured Crafting] (StructuredCrafting-1.11.2-0.1.7.jar)
  258. UCHIJA survivalist{1.9.0} [Survivalist] (Survivalist-1.11.2-1.9.0.jar)
  259. UCHIJA terraqueous{1.3.11} [Terraqueous] (terraqueous-1.11.0-1.3.11.jar)
  260. UCHIJA tesla{1.3.0.51} [TESLA] (Tesla-1.11-1.3.0.51.jar)
  261. UCHIJA toolbelt{1.6.1} [Tool Belt] (ToolBelt-1.11.2-1.6.1.jar)
  262. UCHIJA toroquest{1.11.2-3.5} [ToroQuest] (toroquest-1.11.2-3.5.jar)
  263. UCHIJA trashslot{7.4.7} [TrashSlot] (TrashSlot_1.11.2-7.4.7.jar)
  264. UCHIJA tumat{1.9.0} [TUMAT] (TUMAT--1.9.0.jar)
  265. UCHIJA underphangables{1.0.4} [Underp Hangables] (underphangables-1.11.2-1.0.4.jar)
  266. UCHIJA underwaterutilities{@VERSION@} [Underwater Utilities] (UnderwaterUtilities-1.11.2-1.2.3.jar)
  267. UCHIJA uniquecrops{0.1.41} [Unique Crops] (uniquecrops-1.11.2-0.1.41.jar)
  268. UCHIJA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  269. UCHIJA vending{1.4.3} [Vending] (vending-1.11.2-1.4.3.jar)
  270. UCHIJA vc{4.38.42} [ViesCraft] (ViesCraft-1.11.2-4.38.42.jar)
  271. UCHIJA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
  272. UCHIJA waddles{0.5.2} [Waddles] (Waddles-1.11.2-0.5.2.jar)
  273. UCHIJA wolfarmor{1.3.2} [Wolf Armor and Storage] (wolfarmor-1.3.3.6.jar)
  274. Loaded coremods (and transformers):
  275. Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  276. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  277. ColorUtilityCorePlugin (ColorUtility-universal-1.0.3.jar)
  278. com.Axeryok.ColorUtility.ColorUtilityTransformer
  279. NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  280. net.fybertech.nwr.NWRTransformer
  281. GudLib (gud_lib-1.2.0.0.jar)
  282. net.gudenau.lib.core.ClientTransformer
  283. FarseekCoreMod (Farseek-1.11-2.1.jar)
  284. farseek.core.FarseekClassTransformer
  285. CreativePatchingLoader (CreativeCore v1.7.4 mc1.11.2.jar)
  286.  
  287. DummyPlugin (ForgeEndertech-1.11.2-2.1.2.0-build.0065.jar)
  288.  
  289. ForgelinPlugin (Forgelin-1.4.2.jar)
  290.  
  291. Inventory Tweaks Coremod (InventoryTweaks-1.62+beta.89.jar)
  292. invtweaks.forge.asm.ContainerTransformer
  293. llibrary (llibrary-1.7.6-1.11.2.jar)
  294. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  295. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  296. LittlePatchingLoader (LittleTiles v1.4.12 mc1.11.2.jar)
  297. com.creativemd.littletiles.LittleTilesTransformer
  298. LittleLatePatchingLoader (LittleTilesCore-v1.0.0.jar)
  299. com.creativemd.littletiles.LittleTilesLateTransformer
  300. MMFMLCorePlugin (MultiMine-1.11.2.jar)
  301. atomicstryker.multimine.common.fmlmagic.MMTransformer
  302. ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.5.jar)
  303. shetiphian.core.asm.ClassTransformer
  304. HammerCoreCore (HammerCore_1.11.2-1.7.8.jar)
  305. com.mrdimka.hammercore.asm.HammerCoreTransformer
  306. literalascension (literalascension-1.11.2-1.0.2.2.jar)
  307. com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
  308. ItemPatchingLoader (ItemPhysic Full 1.4.5 mc1.11.2.jar)
  309. com.creativemd.itemphysic.ItemTransformer
  310. BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
  311. brad16840.common.asm.ClassTransformer
  312. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.33' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  313. Pulsar/natura loaded Pulses:
  314. - NaturaCommons (Enabled/Forced)
  315. - NaturaOverworld (Enabled/Not Forced)
  316. - NaturaNether (Enabled/Not Forced)
  317. - NaturaDecorative (Enabled/Not Forced)
  318. - NaturaTools (Enabled/Not Forced)
  319. - NaturaEntities (Enabled/Not Forced)
  320. - NaturaOredict (Enabled/Forced)
  321. - NaturaWorld (Enabled/Not Forced)
  322. - craftingtweaksIntegration (Enabled/Not Forced)
  323.  
  324. Pulsar/tconstruct loaded Pulses:
  325. - TinkerCommons (Enabled/Forced)
  326. - TinkerWorld (Enabled/Not Forced)
  327. - TinkerTools (Enabled/Not Forced)
  328. - TinkerHarvestTools (Enabled/Forced)
  329. - TinkerMeleeWeapons (Enabled/Forced)
  330. - TinkerRangedWeapons (Enabled/Forced)
  331. - TinkerModifiers (Enabled/Forced)
  332. - TinkerSmeltery (Enabled/Not Forced)
  333. - TinkerGadgets (Enabled/Not Forced)
  334. - TinkerOredict (Enabled/Forced)
  335. - TinkerIntegration (Enabled/Forced)
  336. - TinkerFluids (Enabled/Forced)
  337. - TinkerMaterials (Enabled/Forced)
  338. - TinkerModelRegister (Enabled/Forced)
  339. - craftingtweaksIntegration (Enabled/Not Forced)
  340.  
  341. d3core: Debug: false Silliness: false AprilFools: false PastPost:true
  342. Launched Version: forge-13.20.0.2311
  343. LWJGL: 2.9.4
  344. OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.33, NVIDIA Corporation
  345. GL Caps: Using GL 1.3 multitexturing.
  346. Using GL 1.3 texture combiners.
  347. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  348. Shaders are available because OpenGL 2.1 is supported.
  349. VBOs are available because OpenGL 1.5 is supported.
  350.  
  351. Using VBOs: Yes
  352. Is Modded: Definitely; Client brand changed to 'fml,forge'
  353. Type: Client (map_client.txt)
  354. Resource Packs:
  355. Current Language: English (US)
  356. Profiler Position: N/A (disabled)
  357. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement