Created
September 10, 2017 23:35
-
-
Save Ricket/86356b582b050ca0f1e9395f85b48978 to your computer and use it in GitHub Desktop.
XNet crash tesselating block in world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
Default Options (DefaultOptions_1.11.2-8.2.2.jar) | |
ForgelinPlugin (Forgelin-1.5.1.jar) | |
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar) | |
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar) | |
AppleCore (AppleCore-mc1.11.2-2.2.2.jar) | |
CTMCorePlugin (CTM-MC1.11.2-0.2.2.12.jar) | |
LoadingPlugin (Quark-r1.2-93b.jar) | |
RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar) | |
AstralCore (astralsorcery-1.4.5.jar) | |
IC2core (industrialcraft-2-2.7.81-ex111.jar) | |
llibrary (llibrary-1.7.7-1.11.2.jar) | |
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.6.jar) | |
CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar) | |
BlurPlugin (Blur-1.0.4-14.jar) | |
LoadingPlugin (ResourceLoader-MC1.11.2-1.5.2.jar) | |
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar) | |
literalascension (literalascension-1.11.2-1.0.2.2.jar) | |
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.7.15-universal.jar) | |
CorePlugin (FluxedRedstone-2.6.1.59.jar) | |
BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar) | |
Plugin (NotEnoughIDs-1.5.4.1.jar) | |
Contact their authors BEFORE contacting forge | |
// I feel sad now :( | |
Time: 9/10/17 6:33 PM | |
Description: Tesselating block in world | |
java.lang.NullPointerException: Tesselating block in world | |
at mcjty.xnet.blocks.cables.ConnectorBlock.isConnectable(ConnectorBlock.java:282) | |
at mcjty.xnet.blocks.cables.ConnectorBlock.getConnectorType(ConnectorBlock.java:260) | |
at mcjty.xnet.blocks.generic.GenericCableBlock.getStateInternal(GenericCableBlock.java:346) | |
at mcjty.xnet.blocks.generic.GenericCableBlock.getExtendedState(GenericCableBlock.java:339) | |
at mcjty.xnet.blocks.cables.ConnectorBlock.getExtendedState(ConnectorBlock.java:154) | |
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:79) | |
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:60) | |
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199) | |
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100) | |
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:171) | |
at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:958) | |
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1307) | |
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1250) | |
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1053) | |
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372) | |
at net.minecraft.client.main.Main.main(SourceFile:124) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:483) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Client thread | |
Stacktrace: | |
at mcjty.xnet.blocks.cables.ConnectorBlock.isConnectable(ConnectorBlock.java:282) | |
at mcjty.xnet.blocks.cables.ConnectorBlock.getConnectorType(ConnectorBlock.java:260) | |
at mcjty.xnet.blocks.generic.GenericCableBlock.getStateInternal(GenericCableBlock.java:346) | |
at mcjty.xnet.blocks.generic.GenericCableBlock.getExtendedState(GenericCableBlock.java:339) | |
at mcjty.xnet.blocks.cables.ConnectorBlock.getExtendedState(ConnectorBlock.java:154) | |
-- Block being tesselated -- | |
Details: | |
Block type: ID #3486 (tile.xnet.connector // mcjty.xnet.blocks.cables.ConnectorBlock) | |
Block data value: 0 / 0x0 / 0b0000 | |
Block location: World: (-642,67,417), Chunk: (at 14,4,1 in -41,26; contains blocks -656,0,416 to -641,255,431), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511) | |
Stacktrace: | |
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:79) | |
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:60) | |
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199) | |
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100) | |
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:171) | |
at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:958) | |
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1307) | |
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1250) | |
-- Affected level -- | |
Details: | |
Level name: MpServer | |
All players: 1 total; [EntityPlayerSP['Ricket'/1702, l='MpServer', x=-638.37, y=68.00, z=405.79]] | |
Chunk stats: MultiplayerChunkCache: 625, 625 | |
Level seed: 0 | |
Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: false | |
Level generator options: | |
Level spawn location: World: (-160,64,256), Chunk: (at 0,4,0 in -10,16; contains blocks -160,0,256 to -145,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) | |
Level time: 172485892 game time, 177494997 day time | |
Level dimension: 0 | |
Level storage version: 0x00000 - Unknown? | |
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) | |
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false | |
Forced entities: 247 total; [EntityBat['Bat'/2048, l='MpServer', x=-704.64, y=18.10, z=374.65], EntityFrogs['Frog'/2052, l='MpServer', x=-698.68, y=63.00, z=359.80], EntityFrogs['Frog'/2059, l='MpServer', x=-697.50, y=15.00, z=344.65], EntityHenLeghorn['Leghorn Hen'/2060, l='MpServer', x=-692.54, y=66.09, z=344.88], EntityHenLeghorn['Leghorn Hen'/2061, l='MpServer', x=-692.09, y=66.00, z=345.59], EntityFrogs['Frog'/2062, l='MpServer', x=-692.50, y=66.00, z=342.50], EntityFrogs['Frog'/2063, l='MpServer', x=-696.50, y=68.00, z=347.47], EntityFrogs['Frog'/2064, l='MpServer', x=-698.40, y=66.00, z=351.50], EntityCreeper['Creeper'/2071, l='MpServer', x=-696.69, y=13.00, z=396.26], EntityZombie['Zombie'/2077, l='MpServer', x=-627.50, y=20.00, z=326.50], EntityBat['Bat'/2080, l='MpServer', x=-624.25, y=20.10, z=327.25], EntitySquid['Squid'/2084, l='MpServer', x=-644.40, y=62.00, z=351.32], EntityZombie['Zombie'/2090, l='MpServer', x=-709.30, y=11.03, z=392.30], EntityZombie['Zombie'/2091, l='MpServer', x=-708.30, y=11.05, z=393.30], EntityCyberZombie['Cyberzombie'/2092, l='MpServer', x=-709.70, y=11.05, z=393.00], EntityZombie['Zombie'/2093, l='MpServer', x=-708.30, y=11.03, z=394.02], EntityZombie['Zombie'/2094, l='MpServer', x=-708.97, y=11.05, z=393.30], EntitySkeleton['Skeleton'/2095, l='MpServer', x=-714.50, y=23.00, z=395.50], EntityVillager['Villager'/2101, l='MpServer', x=-657.52, y=64.00, z=343.08], EntityVillager['Villager'/2102, l='MpServer', x=-656.59, y=64.00, z=343.08], EntityVillager['Villager'/2103, l='MpServer', x=-657.83, y=64.00, z=343.70], EntityVillager['Villager'/2104, l='MpServer', x=-656.30, y=64.00, z=343.70], EntityVillager['Villager'/2105, l='MpServer', x=-664.50, y=64.00, z=337.67], EntityBat['Bat'/2114, l='MpServer', x=-707.52, y=13.10, z=455.75], EntityCyberZombie['Cyberzombie'/2115, l='MpServer', x=-716.53, y=11.00, z=461.26], EntityCreeper['Creeper'/2116, l='MpServer', x=-710.30, y=29.00, z=449.00], EntityBat['Bat'/2117, l='MpServer', x=-706.25, y=18.10, z=463.25], EntityZombie['Zombie'/2119, l='MpServer', x=-716.73, y=39.00, z=449.44], EntityZombie['Zombie'/2120, l='MpServer', x=-697.75, y=14.00, z=441.56], EntitySheep['Sheep'/2121, l='MpServer', x=-689.75, y=67.00, z=443.46], EntitySheep['Sheep'/2122, l='MpServer', x=-694.24, y=66.00, z=443.42], EntitySquid['Squid'/2123, l='MpServer', x=-629.35, y=58.22, z=351.78], EntityPlayerSP['Ricket'/1702, l='MpServer', x=-638.37, y=68.00, z=405.79], EntitySkeleton['Skeleton'/2125, l='MpServer', x=-610.50, y=10.00, z=349.50], EntityConcussionCreeper['Concussion Creeper'/2126, l='MpServer', x=-613.50, y=10.00, z=348.50], EntityConcussionCreeper['Concussion Creeper'/2127, l='MpServer', x=-612.86, y=10.00, z=350.50], EntityConcussionCreeper['Concussion Creeper'/2128, l='MpServer', x=-618.50, y=10.00, z=346.50], EntitySkeleton['Skeleton'/2129, l='MpServer', x=-620.50, y=10.00, z=344.50], EntitySkeleton['Skeleton'/2130, l='MpServer', x=-621.50, y=10.00, z=347.50], EntityZombie['Zombie'/2142, l='MpServer', x=-712.50, y=18.00, z=445.50], EntityCreeper['Creeper'/2144, l='MpServer', x=-650.50, y=30.00, z=354.50], EntityCreeper['Creeper'/2145, l='MpServer', x=-650.50, y=30.00, z=360.50], EntityZombie['Zombie'/2146, l='MpServer', x=-697.30, y=20.00, z=414.26], EntityCreeper['Creeper'/2147, l='MpServer', x=-699.40, y=20.00, z=408.85], EntityCreeper['Creeper'/2148, l='MpServer', x=-698.02, y=20.00, z=413.55], EntitySkeleton['Skeleton'/2149, l='MpServer', x=-695.50, y=43.00, z=400.50], EntityBat['Bat'/2150, l='MpServer', x=-685.25, y=22.78, z=398.22], EntityZombie['Zombie'/2163, l='MpServer', x=-632.14, y=10.24, z=348.70], EntitySquid['Squid'/2166, l='MpServer', x=-632.66, y=58.00, z=350.90], EntityFrogs['Frog'/2167, l='MpServer', x=-624.54, y=67.00, z=345.55], EntityZombie['Zombie'/2170, l='MpServer', x=-702.50, y=19.00, z=467.50], EntitySheep['Sheep'/2171, l='MpServer', x=-697.18, y=64.00, z=469.74], EntityZombie['Zombie'/2172, l='MpServer', x=-677.85, y=20.00, z=449.82], EntitySheep['Sheep'/2173, l='MpServer', x=-681.61, y=65.00, z=455.96], EntityZombie['Zombie'/2178, l='MpServer', x=-563.50, y=26.00, z=332.76], EntityCreeper['Creeper'/2180, l='MpServer', x=-717.50, y=25.00, z=466.50], EntityZombie['Zombie'/2185, l='MpServer', x=-697.30, y=14.00, z=450.07], EntityHenLeghorn['Leghorn Hen'/2186, l='MpServer', x=-700.75, y=25.00, z=455.47], EntityZombie['Zombie'/2187, l='MpServer', x=-699.23, y=25.00, z=455.70], EntityZombie['Zombie'/2188, l='MpServer', x=-699.21, y=25.00, z=456.53], EntitySkeleton['Skeleton'/2189, l='MpServer', x=-702.50, y=18.00, z=454.75], EntityZombie['Zombie'/2190, l='MpServer', x=-701.50, y=19.00, z=463.50], EntityBat['Bat'/2191, l='MpServer', x=-688.73, y=17.10, z=457.75], EntityZombie['Zombie'/2192, l='MpServer', x=-681.48, y=40.00, z=441.72], EntityCreeper['Creeper'/2193, l='MpServer', x=-605.50, y=30.00, z=340.50], EntityZombie['Zombie'/2194, l='MpServer', x=-606.54, y=40.00, z=340.24], EntityHorse['Horse'/2198, l='MpServer', x=-581.19, y=70.00, z=334.08], EntitySheep['Sheep'/2210, l='MpServer', x=-689.27, y=82.00, z=331.49], EntitySheep['Sheep'/2211, l='MpServer', x=-691.55, y=94.00, z=332.76], EntitySheep['Sheep'/2212, l='MpServer', x=-693.23, y=98.00, z=332.75], EntityZombie['Zombie'/2283, l='MpServer', x=-663.68, y=52.05, z=472.75], EntityBat['Bat'/2284, l='MpServer', x=-585.54, y=14.10, z=394.66], EntityCowHolstein['Holstein Cow'/2285, l='MpServer', x=-585.68, y=68.00, z=390.32], EntityCowFriesian['Friesian Cow'/2286, l='MpServer', x=-582.43, y=68.00, z=390.53], EntityCowHolstein['Holstein Cow'/2287, l='MpServer', x=-582.90, y=68.00, z=393.99], EntityBullHolstein['Holstein Bull'/2288, l='MpServer', x=-584.42, y=68.00, z=392.05], EntitySheep['Sheep'/2289, l='MpServer', x=-579.93, y=68.00, z=386.55], EntityAncientGolem['Ancient Golem'/2290, l='MpServer', x=-576.45, y=24.00, z=375.54], EntitySheep['Sheep'/2291, l='MpServer', x=-574.08, y=68.00, z=383.07], EntityDeer['Deer'/2292, l='MpServer', x=-596.12, y=68.00, z=407.72], EntityZombie['Zombie'/2297, l='MpServer', x=-589.17, y=28.00, z=371.52], EntityHenLeghorn['Leghorn Hen'/2298, l='MpServer', x=-586.03, y=68.00, z=383.77], EntityHamster['Hamster'/2299, l='MpServer', x=-579.73, y=68.00, z=383.23], EntityHenPlymouthRock['Plymouth Rock Hen'/2300, l='MpServer', x=-585.50, y=68.00, z=383.72], EntityZombie['Zombie'/2301, l='MpServer', x=-571.32, y=30.00, z=357.69], EntityHorse['Horse'/2304, l='MpServer', x=-565.30, y=67.00, z=364.84], EntityConcussionCreeper['Concussion Creeper'/2313, l='MpServer', x=-612.79, y=15.00, z=403.58], EntitySkeleton['Skeleton'/2314, l='MpServer', x=-615.50, y=20.00, z=413.50], EntityEnderman['Enderman'/2315, l='MpServer', x=-621.50, y=22.00, z=403.50], EntityHorse['Horse'/2318, l='MpServer', x=-583.53, y=67.00, z=364.93], EntityHorse['Horse'/2319, l='MpServer', x=-582.96, y=68.00, z=420.19], EntitySkeletonHorse['Skeleton Horse'/2320, l='MpServer', x=-582.91, y=68.00, z=416.12], EntityHorse['Horse'/2321, l='MpServer', x=-567.99, y=67.00, z=403.05], EntityHorse['Horse'/2322, l='MpServer', x=-570.19, y=67.00, z=404.14], EntityHorse['Horse'/2335, l='MpServer', x=-597.00, y=68.00, z=420.15], EntityHorse['Horse'/2336, l='MpServer', x=-582.21, y=68.00, z=412.18], EntityHorse['Horse'/2337, l='MpServer', x=-582.92, y=68.00, z=408.14], EntityHorse['Horse'/2349, l='MpServer', x=-579.89, y=72.00, z=445.06], EntityHorse['Horse'/2350, l='MpServer', x=-581.89, y=71.00, z=432.88], EntitySheep['Sheep'/2351, l='MpServer', x=-566.48, y=70.00, z=424.79], EntitySpider['Spider'/2367, l='MpServer', x=-570.82, y=53.00, z=457.25], EntityBat['Bat'/2368, l='MpServer', x=-571.11, y=49.10, z=459.77], EntityBat['Bat'/2410, l='MpServer', x=-714.62, y=50.87, z=467.41], EntityBat['Bat'/2412, l='MpServer', x=-709.27, y=50.12, z=474.27], EntityBat['Bat'/2413, l='MpServer', x=-713.03, y=51.91, z=470.25], EntityWorm['Worm'/1602, l='MpServer', x=-640.50, y=60.50, z=389.50], EntityWorm['Worm'/1603, l='MpServer', x=-640.50, y=60.50, z=386.50], EntityRoosterLeghorn['Leghorn Rooster'/1604, l='MpServer', x=-668.86, y=68.00, z=409.55], EntityConcussionCreeper['Concussion Creeper'/1605, l='MpServer', x=-622.50, y=18.00, z=376.50], EntityConcussionCreeper['Concussion Creeper'/1606, l='MpServer', x=-622.50, y=18.00, z=377.50], EntityZombie['Zombie'/1607, l='MpServer', x=-622.50, y=18.00, z=376.50], EntityWorm['Worm'/1608, l='MpServer', x=-620.50, y=60.50, z=377.50], EntityWorm['Worm'/1609, l='MpServer', x=-617.50, y=60.50, z=377.50], EntityWorm['Worm'/1610, l='MpServer', x=-614.50, y=60.50, z=377.50], EntityWorm['Worm'/1611, l='MpServer', x=-614.50, y=60.50, z=374.50], EntityWorm['Worm'/1612, l='MpServer', x=-614.50, y=60.50, z=371.50], EntityWorm['Worm'/1613, l='MpServer', x=-617.50, y=60.50, z=371.50], EntityWorm['Worm'/1614, l='MpServer', x=-620.50, y=60.50, z=371.50], EntityWorm['Worm'/1615, l='MpServer', x=-620.50, y=60.50, z=374.50], EntityWorm['Worm'/1616, l='MpServer', x=-618.50, y=60.50, z=374.50], EntityWorm['Worm'/1617, l='MpServer', x=-616.50, y=60.50, z=374.50], EntityWorm['Worm'/1618, l='MpServer', x=-614.50, y=60.50, z=383.50], EntityWorm['Worm'/1619, l='MpServer', x=-617.50, y=60.50, z=383.50], EntityWorm['Worm'/1620, l='MpServer', x=-620.50, y=60.50, z=383.50], EntityWorm['Worm'/1621, l='MpServer', x=-622.50, y=69.50, z=378.50], EntityWorm['Worm'/1622, l='MpServer', x=-622.50, y=69.50, z=381.50], EntityWorm['Worm'/1623, l='MpServer', x=-618.50, y=69.50, z=378.50], EntityWorm['Worm'/1624, l='MpServer', x=-612.50, y=69.50, z=378.50], EntityWorm['Worm'/1625, l='MpServer', x=-612.50, y=69.50, z=381.50], EntityWorm['Worm'/1626, l='MpServer', x=-618.50, y=69.50, z=381.50], EntityWorm['Worm'/1627, l='MpServer', x=-615.50, y=69.50, z=378.50], EntityWorm['Worm'/1628, l='MpServer', x=-614.50, y=69.50, z=380.50], EntityWorm['Worm'/1629, l='MpServer', x=-616.50, y=69.50, z=382.50], EntityWorm['Worm'/1630, l='MpServer', x=-616.50, y=69.50, z=380.50], EntityWorm['Worm'/1631, l='MpServer', x=-614.50, y=69.50, z=382.50], EntityWorm['Worm'/1632, l='MpServer', x=-634.50, y=60.50, z=371.50], EntityWorm['Worm'/1633, l='MpServer', x=-634.50, y=60.50, z=374.50], EntityWorm['Worm'/1634, l='MpServer', x=-634.50, y=60.50, z=377.50], EntityWorm['Worm'/1635, l='MpServer', x=-637.50, y=60.50, z=377.50], EntityWorm['Worm'/1636, l='MpServer', x=-637.50, y=60.50, z=371.50], EntityWorm['Worm'/1637, l='MpServer', x=-638.50, y=60.50, z=374.50], EntityWorm['Worm'/1638, l='MpServer', x=-636.50, y=60.50, z=374.50], EntityWorm['Worm'/1639, l='MpServer', x=-630.50, y=60.50, z=374.50], EntityWorm['Worm'/1640, l='MpServer', x=-628.50, y=60.50, z=374.50], EntityWorm['Worm'/1641, l='MpServer', x=-626.50, y=60.50, z=374.50], EntityWorm['Worm'/1642, l='MpServer', x=-624.50, y=60.50, z=374.50], EntityWorm['Worm'/1643, l='MpServer', x=-624.50, y=60.50, z=371.50], EntityWorm['Worm'/1644, l='MpServer', x=-627.50, y=60.50, z=371.50], EntityWorm['Worm'/1645, l='MpServer', x=-630.50, y=60.50, z=371.50], EntityWorm['Worm'/1646, l='MpServer', x=-630.50, y=60.50, z=377.50], EntityWorm['Worm'/1647, l='MpServer', x=-627.50, y=60.50, z=377.50], EntityWorm['Worm'/1648, l='MpServer', x=-624.50, y=60.50, z=377.50], EntityWorm['Worm'/1649, l='MpServer', x=-624.50, y=60.50, z=383.50], EntityWorm['Worm'/1650, l='MpServer', x=-627.50, y=60.50, z=383.50], EntityWorm['Worm'/1651, l='MpServer', x=-630.50, y=60.50, z=383.50], EntityZombie['Zombie'/627, l='MpServer', x=-613.30, y=19.56, z=361.50], EntityWorm['Worm'/1652, l='MpServer', x=-634.50, y=60.50, z=383.50], EntityZombie['Zombie'/628, l='MpServer', x=-613.30, y=19.30, z=359.50], EntityWorm['Worm'/1653, l='MpServer', x=-637.50, y=60.50, z=383.50], EntityCyberZombie['Cyberzombie'/629, l='MpServer', x=-613.30, y=19.01, z=359.50], EntityWorm['Worm'/1654, l='MpServer', x=-638.50, y=69.50, z=378.50], EntityBat['Bat'/630, l='MpServer', x=-622.49, y=31.10, z=355.64], EntityWorm['Worm'/1655, l='MpServer', x=-635.50, y=69.50, z=378.50], EntityBat['Bat'/631, l='MpServer', x=-617.20, y=31.90, z=351.67], EntityWorm['Worm'/1656, l='MpServer', x=-632.50, y=69.50, z=378.50], EntityFrogs['Frog'/632, l='MpServer', x=-617.90, y=72.00, z=353.53], EntityWorm['Worm'/1657, l='MpServer', x=-638.50, y=69.50, z=381.50], EntityFrogs['Frog'/633, l='MpServer', x=-612.93, y=72.00, z=355.66], EntityWorm['Worm'/1658, l='MpServer', x=-632.50, y=69.50, z=381.50], EntityFrogs['Frog'/634, l='MpServer', x=-616.15, y=72.00, z=355.94], EntityWorm['Worm'/1659, l='MpServer', x=-636.50, y=69.50, z=381.50], EntityFrogs['Frog'/635, l='MpServer', x=-622.50, y=69.00, z=354.21], EntityWorm['Worm'/1660, l='MpServer', x=-634.50, y=69.50, z=381.50], EntityWorm['Worm'/1661, l='MpServer', x=-628.50, y=69.50, z=378.50], EntityWorm['Worm'/1662, l='MpServer', x=-625.50, y=69.50, z=378.50], EntityWorm['Worm'/1663, l='MpServer', x=-628.50, y=69.50, z=381.50], EntityWorm['Worm'/1664, l='MpServer', x=-626.50, y=69.50, z=382.50], EntityWorm['Worm'/1665, l='MpServer', x=-624.50, y=69.50, z=380.50], EntityFrogs['Frog'/1666, l='MpServer', x=-629.35, y=70.00, z=370.20], EntityWorm['Worm'/1667, l='MpServer', x=-618.50, y=60.50, z=386.50], EntityWorm['Worm'/1668, l='MpServer', x=-616.50, y=60.50, z=386.50], EntityWorm['Worm'/1669, l='MpServer', x=-614.50, y=60.50, z=386.50], EntityWorm['Worm'/1670, l='MpServer', x=-620.50, y=60.50, z=386.50], EntityWorm['Worm'/1671, l='MpServer', x=-620.50, y=60.50, z=389.50], EntityWorm['Worm'/1672, l='MpServer', x=-617.50, y=60.50, z=389.50], EntityWorm['Worm'/1673, l='MpServer', x=-614.50, y=60.50, z=389.50], EntityWorm['Worm'/1674, l='MpServer', x=-622.50, y=69.50, z=384.50], EntityWorm['Worm'/1675, l='MpServer', x=-612.50, y=69.50, z=384.50], EntityWorm['Worm'/1676, l='MpServer', x=-618.50, y=69.50, z=384.50], EntityWorm['Worm'/1677, l='MpServer', x=-615.50, y=69.50, z=384.50], EntitySpider['Spider'/1678, l='MpServer', x=-629.50, y=20.00, z=393.50], EntitySpider['Spider'/1679, l='MpServer', x=-629.50, y=20.00, z=393.50], EntityWorm['Worm'/1680, l='MpServer', x=-624.50, y=60.50, z=386.50], EntityWorm['Worm'/1681, l='MpServer', x=-624.50, y=60.50, z=389.50], EntityWorm['Worm'/1682, l='MpServer', x=-628.50, y=60.50, z=386.50], EntityWorm['Worm'/1683, l='MpServer', x=-626.50, y=60.50, z=386.50], EntityWorm['Worm'/1684, l='MpServer', x=-627.50, y=60.50, z=389.50], EntityWorm['Worm'/1685, l='MpServer', x=-630.50, y=60.50, z=389.50], EntityWorm['Worm'/1686, l='MpServer', x=-630.50, y=60.50, z=386.50], EntityWorm['Worm'/1687, l='MpServer', x=-634.50, y=60.50, z=386.50], EntityWorm['Worm'/1688, l='MpServer', x=-634.50, y=60.50, z=389.50], EntityWorm['Worm'/1689, l='MpServer', x=-637.50, y=60.50, z=389.50], EntityWorm['Worm'/1690, l='MpServer', x=-638.50, y=60.50, z=386.50], EntityWorm['Worm'/1691, l='MpServer', x=-636.50, y=60.50, z=386.50], EntityWorm['Worm'/1692, l='MpServer', x=-635.50, y=67.50, z=390.50], EntityWorm['Worm'/1693, l='MpServer', x=-628.50, y=69.50, z=384.50], EntityWorm['Worm'/1694, l='MpServer', x=-625.50, y=69.50, z=384.50], EntityWorm['Worm'/1695, l='MpServer', x=-638.50, y=69.50, z=384.50], EntityWorm['Worm'/1696, l='MpServer', x=-635.50, y=69.50, z=384.50], EntityWorm['Worm'/1697, l='MpServer', x=-632.50, y=69.50, z=384.50], EntityHenLeghorn['Leghorn Hen'/1698, l='MpServer', x=-631.75, y=19.00, z=401.14], EntitySkeleton['Skeleton'/1699, l='MpServer', x=-639.50, y=38.00, z=410.50], EntityDummy['entity.Dummy.name'/1700, l='MpServer', x=-661.50, y=68.00, z=418.50], EntitySkeleton['Skeleton'/1705, l='MpServer', x=-636.50, y=29.00, z=452.50], EntityWorm['Worm'/1706, l='MpServer', x=-608.50, y=67.50, z=442.50], EntityWorm['Worm'/1707, l='MpServer', x=-608.50, y=67.50, z=436.50], EntityWorm['Worm'/1708, l='MpServer', x=-608.50, y=67.50, z=439.50], EntityEarthPainting['entity.paintingearth.name'/1933, l='MpServer', x=-639.00, y=72.00, z=447.97], EntityItem['item.item.actuallyadditions.item_misc_crystallized_canola_seed'/1936, l='MpServer', x=-639.50, y=68.00, z=435.50], EntityWorm['Worm'/1979, l='MpServer', x=-603.50, y=67.50, z=442.50], EntityWorm['Worm'/1980, l='MpServer', x=-605.50, y=67.50, z=442.50], EntityWorm['Worm'/1981, l='MpServer', x=-603.50, y=67.50, z=436.50], EntityWorm['Worm'/1982, l='MpServer', x=-606.50, y=67.50, z=439.50], EntityWorm['Worm'/1983, l='MpServer', x=-603.50, y=67.50, z=439.50], EntityWorm['Worm'/1984, l='MpServer', x=-605.50, y=67.50, z=436.50], EntityConcussionCreeper['Concussion Creeper'/1985, l='MpServer', x=-583.50, y=47.00, z=457.50], EntityZombie['Zombie'/1986, l='MpServer', x=-581.19, y=49.00, z=451.51], EntityHorse['Horse'/1987, l='MpServer', x=-580.10, y=72.00, z=454.14], EntityWorm['Worm'/1990, l='MpServer', x=-635.50, y=68.50, z=431.50], EntityWorm['Worm'/1991, l='MpServer', x=-635.50, y=68.50, z=428.50], EntityWorm['Worm'/1992, l='MpServer', x=-635.50, y=68.50, z=425.50], EntityWorm['Worm'/1993, l='MpServer', x=-629.50, y=68.50, z=425.50], EntityWorm['Worm'/1994, l='MpServer', x=-632.50, y=68.50, z=425.50], EntityWorm['Worm'/1995, l='MpServer', x=-629.50, y=68.50, z=428.50], EntityWorm['Worm'/1996, l='MpServer', x=-629.50, y=68.50, z=431.50], EntityWorm['Worm'/1997, l='MpServer', x=-632.50, y=68.50, z=431.50], EntityWorm['Worm'/1998, l='MpServer', x=-633.50, y=68.50, z=428.50], EntityWorm['Worm'/1999, l='MpServer', x=-631.50, y=68.50, z=428.50], EntityHorse['Horse'/2000, l='MpServer', x=-625.01, y=68.00, z=420.04], EntitySheep['Sheep'/2001, l='MpServer', x=-671.72, y=68.00, z=442.80], EntityHenLeghorn['Leghorn Hen'/2022, l='MpServer', x=-645.42, y=28.00, z=376.28], EntityWorm['Worm'/2023, l='MpServer', x=-640.50, y=60.50, z=371.50], EntityWorm['Worm'/2024, l='MpServer', x=-640.50, y=60.50, z=377.50], EntityWorm['Worm'/2025, l='MpServer', x=-640.50, y=60.50, z=374.50], EntityWorm['Worm'/2026, l='MpServer', x=-640.50, y=60.50, z=383.50], EntityFrogs['Frog'/2046, l='MpServer', x=-687.60, y=15.00, z=343.77], EntityZombie['Zombie'/2047, l='MpServer', x=-661.21, y=29.00, z=332.51]] | |
Retry entities: 0 total; [] | |
Server brand: fml,forge | |
Server type: Non-integrated multiplayer server | |
Stacktrace: | |
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415) | |
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393) | |
at net.minecraft.client.main.Main.main(SourceFile:124) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:483) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.11.2 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 1.8.0_25, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 1603094664 bytes (1528 MB) / 4114534400 bytes (3923 MB) up to 7481327616 bytes (7134 MB) | |
JVM Flags: 20 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7168m -Xms256m -XX:PermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseNUMA -XX:+CMSIncrementalPacing -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000 -XX:ParallelGCThreads=4 | |
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105 | |
FML: MCP 9.38 Powered by Forge 13.20.1.2454 178 mods loaded, 178 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar) | |
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) | |
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2454.jar) | |
UCHIJA forge{13.20.1.2454} [Minecraft Forge] (forge-1.11.2-13.20.1.2454.jar) | |
UCHIJA opencomputers|core{1.7.0.40} [OpenComputers (Core)] (minecraft.jar) | |
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) | |
UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) | |
UCHIJA achunkloader{1.11-1.2.0} [A Chunk Loader] (achunkloader-1.11.2-1.2.0.jar) | |
UCHIJA actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar) | |
UCHIJA akashictome{1.1-7} [Akashic Tome] (AkashicTome-1.1-7.jar) | |
UCHIJA alltheblocks{1.11.2-1.1.0} [All the Blocks] (alltheblocks-1.11.2-1.1.0.jar) | |
UCHIJA craftstudioapi{0.3.0-beta} [CraftStudio API] (CraftStudioAPI-universal-0.3.0.86-mc1.11.2-beta.jar) | |
UCHIJA quark{r1.2-93} [Quark] (Quark-r1.2-93b.jar) | |
UCHIJA cofhcore{4.2.7} [CoFH Core] (CoFHCore-1.11.2-4.2.7.15-universal.jar) | |
UCHIJA animania{1.2.2} [Animania] (animania-1.11.2-1.2.2.jar) | |
UCHIJA applecore{2.2.2} [AppleCore] (AppleCore-mc1.11.2-2.2.2.jar) | |
UCHIJA jei{4.5.0.294} [Just Enough Items] (jei_1.11.2-4.5.0.294.jar) | |
UCHIJA appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.11-1.0.7.jar) | |
UCHIJA baubles{1.4.6} [Baubles] (Baubles-1.11-1.4.6.jar) | |
UCHIJA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar) | |
UCHIJA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar) | |
UCHIJA chisel{MC1.11.2-0.0.13.23} [Chisel] (Chisel-MC1.11.2-0.0.13.23.jar) | |
UCHIJA tconstruct{1.11.2-2.7.1.34} [Tinkers' Construct] (TConstruct-1.11.2-2.7.1.34.jar) | |
UCHIJA thedragonlib{1.11.2-3.2.2} [TheDragonLib] (thedragonlib-1.11.2-3.2.2.jar) | |
UCHIJA armorplus{1.11.2-10.7.2.3} [ArmorPlus] (armorplus-1.11.2-10.7.2.3.jar) | |
UCHIJA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar) | |
UCHIJA atg{2} [Alternate Terrain Generation] (atg-1.11.2-2.1.7.jar) | |
UCHIJA morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar) | |
UCHIJA psi{r1.1-47} [Psi] (Psi-r1.1-47.jar) | |
UCHIJA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar) | |
UCHIJA bdlib{1.13.2.7} [BD Lib] (bdlib-1.13.2.7-mc1.11.2.jar) | |
UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.11.2-1.1.7.jar) | |
UCHIJA betterachievements{0.4.3.12} [Better Achievements] (BetterAchievements-1.11.2-0.4.3.12.jar) | |
UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar) | |
UCHIJA betterthanbunnies{1.11-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.11-1.1.0.jar) | |
UCHIJA betterthanllamas{1.11.2-1.0.0} [BetterThanLlamas] (BetterThanLlamas-1.11.2-1.0.0.jar) | |
UCHIJA bibliocraft{2.3.3} [BiblioCraft] (BiblioCraft[v2.3.3][MC1.11.2].jar) | |
UCHIJA biomesoplenty{6.2.0.2254} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2254-universal.jar) | |
UCHIJA blocklings{4.1.11} [WillR27's Blocklings] (Blocklings 4.1.11 - 1.11.2.jar) | |
UCHIJA cyclicmagic{1.5.11} [Cyclic] (Cyclic-1.11.2-1.5.11.jar) | |
UCHIJA mobtotems{1.11.2-0.3.0} [Mob Totems] (mobtotems-1.11.2-0.3.0.jar) | |
UCHIJA theoneprobe{1.4.14} [The One Probe] (theoneprobe-1.1x-1.4.14.jar) | |
UCHIJA modularrouters{1.11.2-2.2.1} [Modular Routers] (modular-routers-1.11.2-2.2.1.jar) | |
UCHIJA guideapi{1.11.2-2.1.4-56} [Guide-API] (Guide-API-1.11.2-2.1.4-56.jar) | |
UCHIJA bloodmagic{1.11-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.11-80.jar) | |
UCHIJA blur{1.0.4-14} [Blur] (Blur-1.0.4-14.jar) | |
UCHIJA bookshelf{2.0.388} [Bookshelf] (Bookshelf-1.11.2-2.0.0.388.jar) | |
UCHIJA botania{r1.9-345} [Botania] (Botania r1.9-345.jar) | |
UCHIJA chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar) | |
UCHIJA codechickenlib{3.0.0.298} [CodeChicken Lib] (CodeChickenLib-1.11.2-3.0.0.298-universal.jar) | |
UCHIJA chickenchunks{2.3.1.68} [ChickenChunks] (ChickenChunks-1.11.2-2.3.1.68-universal.jar) | |
UCHIJA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar) | |
UCHIJA cyclopscore{0.10.8} [Cyclops Core] (CyclopsCore-1.11.2-0.10.8.jar) | |
UCHIJA colossalchests{1.6.2} [Colossal Chests] (ColossalChests-1.11.2-1.6.2.jar) | |
UCHIJA ic2{2.7.81-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.81-ex111.jar) | |
UCHIJA compactsolars{1.11.2-5.0.12.333} [Compact Solar Arrays] (CompactSolars-1.11.2-5.0.12.333-universal.jar) | |
UCHIJA computercraft{1.11.2-1.82} [Computality] (computality-1.11.2-1.82.jar) | |
UCHIJA controlling{2.0.5} [Controlling] (Controlling-2.0.5.jar) | |
UCHIJA cookingforblockheads{5.3.27} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.27.jar) | |
UCHIJA cosmeticarmorreworked{1.11.2-v1a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.11.2-v1a.jar) | |
UCHIJA craftingtweaks{7.1.9} [Crafting Tweaks] (CraftingTweaks_1.11.2-7.1.9.jar) | |
UCHIJA crafttweakerjei{1.0.2} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.26.jar) | |
UCHIJA crafttweaker{3.0.26} [Crafttweaker] (CraftTweaker-1.11.2-3.0.26.jar) | |
UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.26.jar) | |
UCHIJA ctm{MC1.11.2-0.2.2.12} [CTM] (CTM-MC1.11.2-0.2.2.12.jar) | |
UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.11.2-2.0.5.jar) | |
UCHIJA cyberware{alpha-0.2.10} [Cyberware] (cyberware-1.11.2-alpha-0.2.10.jar) | |
UCHIJA darkutils{1.2.0.147} [Dark Utilities] (DarkUtilities-1.11.2-1.2.0.147.jar) | |
UCHIJA forestry{5.3.4.165} [Forestry] (forestry_1.11.2-5.3.4.165.jar) | |
UCHIJA eleccore{1.7.431} [ElecCore] (ElecCore-1.11-1.7.431.jar) | |
UCHIJA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar) | |
UCHIJA defaultoptions{8.2.2} [Default Options] (DefaultOptions_1.11.2-8.2.2.jar) | |
UCHIJA elevatorid{1.3.2} [Elevator Mod] (ElevatorMod-1.11.2-1.3.2.jar) | |
UCHIJA embers{0.220} [Embers] (embers-0.220.jar) | |
UCHIJA enderstorage{1.0} [EnderStorage] (EnderStorage-1.11.2-2.3.1.116-universal.jar) | |
UCHIJA shetiphiancore{3.4.5} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.6.jar) | |
UCHIJA endertanks{1.5.5} [EnderTanks] (endertanks-1.11.0-1.5.5.jar) | |
UCHIJA enderthing{0.7.3} [Enderthing] (enderthing-1.11.0-0.7.3.jar) | |
UCHIJA enderzoo{1.11.2-1.3.0.47} [Ender Zoo] (EnderZoo-1.11.2-1.3.0.47.jar) | |
UCHIJA valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar) | |
UCHIJA environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar) | |
UCHIJA etlunar{1.11.2-0.11.0c} [ET Lunar] (etlunar-1.11.2-0.11.0c.jar) | |
UCHIJA mcmultipart{2.0.2} [MCMultiPart] (MCMultiPart-2.0.2.jar) | |
UCHIJA mekanism{9.3.5} [Mekanism] (Mekanism-1.11.2-9.3.5.206.jar) | |
UCHIJA thermalfoundation{2.2.5} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.5.16-universal.jar) | |
UCHIJA thermalexpansion{5.2.6} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.6.22-universal.jar) | |
UCHIJA exchangers{1.11.2-1.5} [Exchangers] (Exchangers-1.11.2-1.5.jar) | |
UCHIJA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar) | |
UCHIJA extrarails{1.2.1} [Extra Rails] (ExtraRails-1.11-1.2.1.jar) | |
UCHIJA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.5.2.jar) | |
UCHIJA zerocore{1.11.2-0.1.0.6} [Zero CORE] (zerocore-1.11.2-0.1.0.6.jar) | |
UCHIJA bigreactors{1.11.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.30.jar) | |
UCHIJA fairylights{2.1.1} [Fairy Lights] (fairylights-2.1.1-1.11.x.jar) | |
UCHIJA fastleafdecay{v15} [Fast Leaf Decay] (FastLeafDecay-v15.jar) | |
UCHIJA flatcoloredblocks{mc1.11-5.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.2.jar) | |
UCHIJA reborncore{2.16.1.115} [Reborn Core] (RebornCore-1.11.2-2.16.1.115-universal.jar) | |
UCHIJA reborncore-mcmultipart{2.16.1.115} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.16.1.115-universal.jar) | |
UCHIJA fluxedredstone{@MODVERSION@} [FluxedRedstone] (FluxedRedstone-2.6.1.59.jar) | |
UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.3-anarchy.jar) | |
UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) | |
UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) | |
UCHIJA fw{1.5.1} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.1.jar) | |
UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.11.2-alpha-0.0.1.jar) | |
UCHIJA gendustry{1.6.5.9} [GenDustry] (gendustry-1.6.5.9-mc1.11.2.jar) | |
UCHIJA pressure{1.3.1.7} [Pressure Pipes] (pressure-1.3.1.7-mc1.11.2.jar) | |
UCHIJA advgenerators{0.9.20.6} [Advanced Generators] (generators-0.9.20.6-mc1.11.2.jar) | |
UCHIJA immersiveengineering{0.11-63} [Immersive Engineering] (ImmersiveEngineering-0.11-63.jar) | |
UCHIJA immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.11.2-1.1.3.jar) | |
UCHIJA industrialwires{1.5-19} [Industrial Wires] (IndustrialWires-1.5-19.jar) | |
UCHIJA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar) | |
UCHIJA intwheel{1.2.6} [Interaction Wheel] (intwheel-1.1x-1.2.6.jar) | |
UCHIJA inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar) | |
UCHIJA ironchest{1.11.2-7.0.25.815} [Iron Chest] (ironchest-1.11.2-7.0.25.815.jar) | |
UCHIJA jehc{1.3.0} [Just Enough HarvestCraft] (jehc-1.11.2-1.3.0.jar) | |
UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar) | |
UCHIJA journeymap{1.11.2-5.4.7} [JourneyMap] (journeymap-1.11.2-5.4.7.jar) | |
UCHIJA je_calculation{1.11.2-2.6.4} [Just Enough Calculation] (JustEnoughCalculation-1.11.2-2.6.4.jar) | |
UCHIJA jeresources{0.6.6.12} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.6.12.jar) | |
UCHIJA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.11.2.jar) | |
UCHIJA literalascension{1.11.2-1.0.2.2} [Literal Ascension] (literalascension-1.11.2-1.0.2.2.jar) | |
UCHIJA llor{1.1.3-mc1.11.2} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.3-mc1.11.2.jar) | |
UCHIJA lttweaker{1.0.12} [Loot Table Tweaker] (LootTableTweaker-1.11.2-1.0.12.jar) | |
UCHIJA magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar) | |
UCHIJA mekanismgenerators{9.3.5} [MekanismGenerators] (MekanismGenerators-1.11.2-9.3.5.206.jar) | |
UCHIJA mekanismtools{9.3.5} [MekanismTools] (MekanismTools-1.11.2-9.3.5.206.jar) | |
UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.2-1.13.jar) | |
UCHIJA modnametooltip{1.7.1} [Mod Name Tooltip] (modnametooltip_1.11-1.7.1.jar) | |
UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-2.0.3.jar) | |
UCHIJA modtweaker{3.0.2} [Mod Tweaker] (modtweaker-3.0.2.jar) | |
UCHIJA techreborn{2.3.3.181} [Tech Reborn] (TechReborn-1.11.2-2.3.3.181-universal.jar) | |
UCHIJA morebees{1.11.2-1.4.1} [More Bees] (morebees-1.11.2-1.4.1.jar) | |
UCHIJA morpheus{1.11.2-3.2.14} [Morpheus] (Morpheus-1.11.2-3.2.14.jar) | |
UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.11.2.jar) | |
UCHIJA mysteriousmiscellany{1.11.2-1.1.7} [Mysterious Miscellany] (MysteriousMiscellany-1.11.2-1.1.7.jar) | |
UCHIJA mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.8.jar) | |
UCHIJA mysticalagradditions{1.1.2} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.1.2.jar) | |
UCHIJA natura{1.11.2-4.2.0.28} [Natura] (natura-1.11.2-4.2.0.28.jar) | |
UCHIJA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11-4.3.1.jar) | |
UCHIJA nmsot{1.2.0-mc1.11.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.11.2.jar) | |
UCHIJA neid{1.5.4.1} [NotEnoughIDs] (NotEnoughIDs-1.5.4.1.jar) | |
UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) | |
UCHIJA opencomputers{1.7.0.40} [OpenComputers] (OpenComputers-MC1.11.2-1.7.0.40.jar) | |
UCHIJA oreexcavation{1.3.103} [OreExcavation] (OreExcavation-1.3.103.jar) | |
UCHIJA oeintegration{2.0} [OreExcavation Integration] (OreExcavationIntegration-1.11.2_2.0.jar) | |
UCHIJA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar) | |
UCHIJA pamscookables{1.0} [Pam's Cookables] (pamscookables-1.11.2_1.0.jar) | |
UCHIJA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar) | |
UCHIJA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar) | |
UCHIJA reauth{3.5.0} [ReAuth] (ReAuth-3.5.0.jar) | |
UCHIJA redstonearsenal{2.2.6} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.6.10-universal.jar) | |
UCHIJA refinedstorage{1.4.20} [Refined Storage] (refinedstorage-1.4.20.jar) | |
UCHIJA xreliquary{1.11.2-1.3.4.678} [Reliquary] (Reliquary-1.11.2-1.3.4.678.jar) | |
UCHIJA resourceloader{1.5.2} [Resource Loader] (ResourceLoader-MC1.11.2-1.5.2.jar) | |
UCHIJA rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar) | |
UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar) | |
UCHIJA rftoolsdim{5.04} [RFTools Dimensions] (rftoolsdim-1.1x-5.04.jar) | |
UCHIJA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar) | |
UCHIJA roots{0.025} [Roots 2] (roots-2-0.025.jar) | |
UCHIJA simplegenerators{1.11.2-0.11.0a} [Simple Generators] (simplegenerators-1.11.2-0.11.0a.jar) | |
UCHIJA simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.1.1d.jar) | |
UCHIJA soulshardstow{1.11-2.6.6-47} [Soul Shards - The Old Ways] (SoulShards-TOW-1.11-2.6.6-47.jar) | |
UCHIJA spartanshields{1.3} [Spartan Shields] (SpartanShields-1.11.2-1.3a.jar) | |
UCHIJA spiceoflife{1.3.9} [The Spice of Life] (SpiceOfLife-mc1.11.2-1.3.9.jar) | |
UCHIJA stevescarts{2.3.0.22} [Steve's Carts 2] (StevesCarts-1.11.2-2.3.0.22.jar) | |
UCHIJA stg{1.11.2-1.1.1} [SwingThroughGrass] (stg-1.11.2-1.1.1.jar) | |
UCHIJA storagedrawers{1.11.2-4.2.10} [Storage Drawers] (StorageDrawers-1.11.2-4.2.10.jar) | |
UCHIJA storagedrawersextra{@VERSION@} [Storage Drawers Extras] (StorageDrawersExtras-1.11.2-2.0.0.jar) | |
UCHIJA terraqueous{1.3.14} [Terraqueous] (terraqueous-1.11.0-1.3.14.jar) | |
UCHIJA beneath{1.2.0} [The Beneath] (The Beneath-1.11.2-1.2.0.jar) | |
UCHIJA thermaldynamics{2.2.6} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.6.13-universal.jar) | |
UCHIJA tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar) | |
UCHIJA tombmanygraves{1.11.2-3.0.10} [Tomb Many Graves] (TombManyGraves-1.11.2-3.0.10.jar) | |
UCHIJA topaddons{1.11.2-0.15.0} [TOP Addons] (topaddons-1.11.2-0.15.0.jar) | |
UCHIJA translocator{2.3.0.63} [Translocator] (Translocators-1.11.2-2.3.0.63-universal.jar) | |
UCHIJA wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar) | |
UCHIJA xnet{1.4.0} [XNet] (xnet-1.4.0.jar) | |
UCHIJA denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar) | |
UCHIJA unidict{1.11.2-1.1b} [UniDict] (UniDict-1.11.2-1.1b.jar) | |
Loaded coremods (and transformers): | |
Default Options (DefaultOptions_1.11.2-8.2.2.jar) | |
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer | |
ForgelinPlugin (Forgelin-1.5.1.jar) | |
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar) | |
pl.asie.foamfix.coremod.FoamFixTransformer | |
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar) | |
li.cil.oc.common.asm.ClassTransformer | |
AppleCore (AppleCore-mc1.11.2-2.2.2.jar) | |
squeek.applecore.asm.TransformerModuleHandler | |
CTMCorePlugin (CTM-MC1.11.2-0.2.2.12.jar) | |
team.chisel.ctm.client.asm.CTMTransformer | |
LoadingPlugin (Quark-r1.2-93b.jar) | |
vazkii.quark.base.asm.ClassTransformer | |
RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar) | |
reborncore.mixin.transformer.MixinTransformer | |
AstralCore (astralsorcery-1.4.5.jar) | |
IC2core (industrialcraft-2-2.7.81-ex111.jar) | |
llibrary (llibrary-1.7.7-1.11.2.jar) | |
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer | |
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher | |
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.6.jar) | |
shetiphian.core.asm.ClassTransformer | |
CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar) | |
codechicken.lib.asm.ClassHierarchyManager | |
codechicken.lib.asm.CCL_ASMTransformer | |
BlurPlugin (Blur-1.0.4-14.jar) | |
com.tterrag.blur.BlurTransformer | |
LoadingPlugin (ResourceLoader-MC1.11.2-1.5.2.jar) | |
lumien.resourceloader.asm.ClassTransformer | |
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar) | |
invtweaks.forge.asm.ContainerTransformer | |
literalascension (literalascension-1.11.2-1.0.2.2.jar) | |
com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher | |
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.7.15-universal.jar) | |
cofh.asm.CoFHClassTransformer | |
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager | |
CorePlugin (FluxedRedstone-2.6.1.59.jar) | |
BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar) | |
net.darkhax.bookshelf.asm.BookshelfTransformerManager | |
Plugin (NotEnoughIDs-1.5.4.1.jar) | |
ru.fewizz.neid.asm.Transformer | |
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.53' Renderer: 'GeForce GTX 1080 Ti/PCIe/SSE2' | |
Pulsar/tconstruct loaded Pulses: | |
- TinkerCommons (Enabled/Forced) | |
- TinkerWorld (Enabled/Not Forced) | |
- TinkerTools (Enabled/Not Forced) | |
- TinkerHarvestTools (Enabled/Forced) | |
- TinkerMeleeWeapons (Enabled/Forced) | |
- TinkerRangedWeapons (Enabled/Forced) | |
- TinkerModifiers (Enabled/Forced) | |
- TinkerSmeltery (Enabled/Not Forced) | |
- TinkerGadgets (Enabled/Not Forced) | |
- TinkerOredict (Enabled/Forced) | |
- TinkerIntegration (Enabled/Forced) | |
- TinkerFluids (Enabled/Forced) | |
- TinkerMaterials (Enabled/Forced) | |
- TinkerModelRegister (Enabled/Forced) | |
- chiselIntegration (Enabled/Not Forced) | |
- chiselsandbitsIntegration (Enabled/Not Forced) | |
- craftingtweaksIntegration (Enabled/Not Forced) | |
- theoneprobeIntegration (Enabled/Not Forced) | |
Pulsar/natura loaded Pulses: | |
- NaturaCommons (Enabled/Forced) | |
- NaturaOverworld (Enabled/Not Forced) | |
- NaturaNether (Enabled/Not Forced) | |
- NaturaDecorative (Enabled/Not Forced) | |
- NaturaTools (Enabled/Not Forced) | |
- NaturaEntities (Enabled/Not Forced) | |
- NaturaOredict (Enabled/Forced) | |
- NaturaWorld (Enabled/Not Forced) | |
- craftingtweaksIntegration (Enabled/Not Forced) | |
List of loaded APIs: | |
* actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar | |
* AppleCoreAPI (2.3.0) from AppleCore-mc1.11.2-2.2.2.jar | |
* ArmorPlusApi (2.0) from armorplus-1.11.2-10.7.2.3.jar | |
* Baubles|API (1.4.0.2) from Baubles-1.11-1.4.6.jar | |
* BetterAchievements|API (0.4.3.12) from BetterAchievements-1.11.2-0.4.3.12.jar | |
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.11-1.0.7.jar | |
* bigreactors|API (4.0.1) from ExtremeReactors-1.11.2-0.4.5.30.jar | |
* bloodmagic|API (1.11-2.1.11-80) from BloodMagic-1.11-2.1.11-80.jar | |
* BotaniaAPI (86) from Botania r1.9-345.jar | |
* Chisel-API (0.0.1) from Chisel-MC1.11.2-0.0.13.23.jar | |
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.13.23.jar | |
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-13.10.jar | |
* CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar | |
* cofhapi (1.8.0) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhapi|block (1.6.0) from zerocore-1.11.2-0.1.0.6.jar | |
* cofhapi|core (1.6.0) from zerocore-1.11.2-0.1.0.6.jar | |
* CoFHAPI|energy (1.8.9R1.2.0B1) from FluxedRedstone-2.6.1.59.jar | |
* cofhapi|energy (1.5.0) from ImmersiveEngineering-0.11-63.jar | |
* CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.11.2-9.3.5.206.jar | |
* cofhapi|item (1.6.0) from zerocore-1.11.2-0.1.0.6.jar | |
* cofhapi|tileentity (1.8.0) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhapi|util (1.6.0) from zerocore-1.11.2-0.1.0.6.jar | |
* cofhlib (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|audio (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|gui (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|gui|container (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|gui|element (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|gui|element|listbox (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|gui|slot (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|inventory (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|util (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|util|helpers (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|world (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* cofhlib|world|feature (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar | |
* compatlayer (0.2.9) from compatlayer-1.11.2-0.2.9.jar | |
* ComputerCraft|API (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|FileSystem (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|Lua (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|Media (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|Peripheral (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|Permissions (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|Redstone (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* ComputerCraft|API|Turtle (1.11.2-1.82) from computality-1.11.2-1.82.jar | |
* CraftingTweaks|API (4.1) from CraftingTweaks_1.11.2-7.1.9.jar | |
* ctm-api (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar | |
* ctm-api-events (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar | |
* ctm-api-models (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar | |
* ctm-api-textures (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar | |
* ctm-api-utils (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar | |
* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar | |
* ElecCoreAPI (1.0) from ElecCore-1.11-1.7.431.jar | |
* ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.431.jar | |
* environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar | |
* ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.165.jar | |
* ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.165.jar | |
* funkylocomotion_api (2.0) from funky-locomotion-1.11.2-alpha-0.0.1.jar | |
* gendustryAPI (2.3.0) from gendustry-1.6.5.9-mc1.11.2.jar | |
* Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.4-56.jar | |
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.11-63.jar | |
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.11-63.jar | |
* intwheel_api (1.2.4) from intwheel-1.1x-1.2.6.jar | |
* jeresources|API (0.6.6.12) from JustEnoughResources-1.11.2-0.6.6.12.jar | |
* journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar | |
* journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar | |
* journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar | |
* journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar | |
* journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar | |
* JustEnoughItemsAPI (4.13.0) from jei_1.11.2-4.5.0.294.jar | |
* mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar | |
* MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar | |
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.11.2.jar | |
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar | |
* pressureAPI (1.3.1.7) from pressure-1.3.1.7-mc1.11.2.jar | |
* PsiAPI (4) from Psi-r1.1-47.jar | |
* reborncoreAPI (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar | |
* reborncoreAPI|Fuel (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar | |
* reborncoreAPI|Power (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar | |
* reborncoreAPI|Recipe (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar | |
* reborncoreAPI|Tile (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar | |
* simplyconveyorsapi (1.0) from SimplyConveyors-3.1.1d.jar | |
* stevescartsAPI (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar | |
* stevescartsAPI|FARMS (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar | |
* StorageDrawersAPI (1.10.2-1.3.0) from refinedstorage-1.4.20.jar | |
* StorageDrawersAPI|config (1.10.2-1.3.0) from refinedstorage-1.4.20.jar | |
* StorageDrawersAPI|event (1.10.2-1.3.0) from refinedstorage-1.4.20.jar | |
* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar | |
* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar | |
* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar | |
* StorageDrawersAPI|storage (1.10.2-1.3.0) from refinedstorage-1.4.20.jar | |
* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar | |
* techrebornAPI (2.3.3.181) from TechReborn-1.11.2-2.3.3.181-universal.jar | |
* TerraqueousAPI (1.0) from terraqueous-1.11.0-1.3.14.jar | |
* TerraqueousAPI|Cloud (1.0) from terraqueous-1.11.0-1.3.14.jar | |
* TerraqueousAPI|Machines (1.0) from terraqueous-1.11.0-1.3.14.jar | |
* TerraqueousAPI|Plant (1.0) from terraqueous-1.11.0-1.3.14.jar | |
* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.14.jar | |
* valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar | |
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar | |
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar | |
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar | |
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar | |
codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.: | |
chickenchunks Invalid Fingerprint Reports: - No invalid fingerprints.: | |
enderstorage Invalid Fingerprint Reports: - No invalid fingerprints.: | |
RebornCore: | |
Plugin Engine: 0 | |
RebornCore Version: 2.16.1.115 | |
Mixin Status: 1 | |
Runtime Debofucsation 1 | |
RenderEngine: 0 | |
translocator Invalid Fingerprint Reports: - No invalid fingerprints.: | |
Launched Version: forge-13.20.1.2454 | |
LWJGL: 2.9.4 | |
OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.53, NVIDIA Corporation | |
GL Caps: Using GL 1.3 multitexturing. | |
Using GL 1.3 texture combiners. | |
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
Shaders are available because OpenGL 2.1 is supported. | |
VBOs are available because OpenGL 1.5 is supported. | |
Using VBOs: Yes | |
Is Modded: Definitely; Client brand changed to 'fml,forge' | |
Type: Client (map_client.txt) | |
Resource Packs: | |
Current Language: English (US) | |
Profiler Position: N/A (disabled) | |
CPU: 12x Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment