java.lang.NullPointerException: Updating screen events
at net.minecraft.item.ItemSlab.func_77667_c(SourceFile:37)
at net.minecraft.item.Item.func_77657_g(Item.java:547)
at net.minecraft.item.Item.func_77653_i(Item.java:636)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at cofh.thermaldynamics.item.ItemCover.func_77653_i(ItemCover.java:81)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:489)
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at net.minecraft.item.ItemSlab.func_77667_c(SourceFile:37)
at net.minecraft.item.Item.func_77657_g(Item.java:547)
at net.minecraft.item.Item.func_77653_i(Item.java:636)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at cofh.thermaldynamics.item.ItemCover.func_77653_i(ItemCover.java:81)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:489)
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
Every time I open the search tab in my modpack that I just made, it crashes and gives me this
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 1/24/16 5:42 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at net.minecraft.item.ItemSlab.func_77667_c(SourceFile:37)
at net.minecraft.item.Item.func_77657_g(Item.java:547)
at net.minecraft.item.Item.func_77653_i(Item.java:636)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at cofh.thermaldynamics.item.ItemCover.func_77653_i(ItemCover.java:81)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:489)
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at net.minecraft.item.ItemSlab.func_77667_c(SourceFile:37)
at net.minecraft.item.Item.func_77657_g(Item.java:547)
at net.minecraft.item.Item.func_77653_i(Item.java:636)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at cofh.thermaldynamics.item.ItemCover.func_77653_i(ItemCover.java:81)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:489)
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['MagicalMongoose'/1723, l='MpServer', x=178.48, y=122.04, z=-30.01]]
Chunk stats: MultiplayerChunkCache: 679, 679
Level seed: 0
Level generator: ID 04 - Highlands, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-16,64,16), Chunk: (at 0,4,0 in -1,1; contains blocks -16,0,16 to -1,255,31), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 107076 game time, 107076 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 122 total; [EntityChicken['Chicken'/1536, l='MpServer', x=166.47, y=67.88, z=27.81], EntitySkeleton['Skeleton'/408838, l='MpServer', x=187.50, y=39.00, z=-31.50], EntityChicken['Chicken'/1537, l='MpServer', x=135.31, y=66.88, z=-19.72], EntitySkeleton['Skeleton'/408839, l='MpServer', x=186.50, y=39.00, z=-29.50], EntityChicken['Chicken'/1539, l='MpServer', x=107.63, y=66.88, z=6.25], EntitySkeleton['Skeleton'/408837, l='MpServer', x=186.50, y=39.00, z=-30.50], EntityZombie['Zombie'/408321, l='MpServer', x=173.00, y=105.00, z=-27.94], EntityCreeper['Creeper'/411403, l='MpServer', x=121.50, y=44.00, z=-107.50], EntityBat['Bat'/408852, l='MpServer', x=121.68, y=16.97, z=-0.94], EntityZombie['Zombie'/396821, l='MpServer', x=186.50, y=29.00, z=-20.03], EntityZombie['Zombie'/406802, l='MpServer', x=195.50, y=16.00, z=18.91], EntityCreeper['Creeper'/406803, l='MpServer', x=115.50, y=48.00, z=-106.50], EntityCreeper['Creeper'/406801, l='MpServer', x=196.50, y=16.00, z=19.50], EntityZombie['Zombie'/407326, l='MpServer', x=113.50, y=48.00, z=-105.50], EntityItem['item.item.egg'/402207, l='MpServer', x=132.91, y=67.00, z=-23.66], EntityZombie['Zombie'/407325, l='MpServer', x=112.50, y=50.00, z=-101.97], EntitySlime['Slime'/390937, l='MpServer', x=184.22, y=21.00, z=-56.22], EntityWisp['Wisp'/11039, l='MpServer', x=122.78, y=21.38, z=-4.41], EntityCreeper['Creeper'/408614, l='MpServer', x=131.50, y=17.00, z=-15.50], EntityPech['Pech Forager'/408612, l='MpServer', x=133.50, y=17.00, z=-15.50], EntityPech['Pech Forager'/408613, l='MpServer', x=135.50, y=17.00, z=-13.50], EntityChicken['Chicken'/1580, l='MpServer', x=172.50, y=62.88, z=-24.50], EntityChicken['Chicken'/1581, l='MpServer', x=162.72, y=63.88, z=-22.69], EntityItem['item.item.egg'/394792, l='MpServer', x=182.97, y=69.00, z=-6.50], EntityChicken['Chicken'/1584, l='MpServer', x=168.22, y=64.88, z=-5.56], EntityFluidCow['Fluid Cow'/1585, l='MpServer', x=178.53, y=70.01, z=10.24], EntityCreeper['Creeper'/405053, l='MpServer', x=110.50, y=17.00, z=-15.50], EntityCreeper['Creeper'/412474, l='MpServer', x=236.50, y=22.00, z=-20.50], EntitySpider['Spider'/412475, l='MpServer', x=234.49, y=22.00, z=-19.54], EntityCreeper['Creeper'/406598, l='MpServer', x=209.91, y=26.00, z=-63.28], EntityBat['Bat'/406340, l='MpServer', x=198.25, y=17.10, z=24.44], EntityItem['item.item.egg'/405829, l='MpServer', x=166.78, y=68.00, z=28.38], EntityBat['Bat'/406339, l='MpServer', x=199.80, y=16.73, z=24.40], EntityCreeper['Creeper'/406605, l='MpServer', x=120.50, y=22.00, z=5.50], EntityBat['Bat'/408394, l='MpServer', x=136.69, y=18.82, z=-1.54], EntityBat['Bat'/406345, l='MpServer', x=207.60, y=22.45, z=34.52], AS_EntityGolem['Battletower Golem'/1629, l='MpServer', x=175.88, y=119.00, z=-31.91], EntityBat['Bat'/410200, l='MpServer', x=157.89, y=14.00, z=27.70], EntityChicken['Chicken'/1631, l='MpServer', x=182.66, y=68.88, z=-6.28], EntityChicken['Chicken'/1632, l='MpServer', x=189.50, y=69.88, z=-2.50], EntityChicken['Chicken'/1633, l='MpServer', x=190.53, y=69.88, z=-5.06], EntitySquid['Squid'/411748, l='MpServer', x=115.50, y=60.15, z=-39.95], EntityFluidCow['Fluid Cow'/1635, l='MpServer', x=191.16, y=69.88, z=2.91], EntitySkeleton['Skeleton'/407650, l='MpServer', x=190.94, y=28.00, z=-41.56], EntitySkeleton['Skeleton'/407651, l='MpServer', x=191.50, y=34.00, z=-48.50], EntityCaveSpider['Cave Spider'/349795, l='MpServer', x=-2.82, y=-233.65, z=-3.08], EntityCaveSpider['Cave Spider'/349794, l='MpServer', x=-2.92, y=-186.23, z=-3.67], EntityCreeper['Creeper'/403564, l='MpServer', x=108.50, y=49.00, z=-97.50], EntityItem['item.item.egg'/403051, l='MpServer', x=162.06, y=64.00, z=-23.56], EntityBlitz['Blitz'/400499, l='MpServer', x=199.56, y=17.09, z=24.53], EntityCreeper['Creeper'/407164, l='MpServer', x=180.50, y=19.00, z=-96.50], EntityBat['Bat'/406651, l='MpServer', x=124.84, y=50.10, z=-1.22], EntitySkeleton['Skeleton'/407163, l='MpServer', x=193.50, y=19.00, z=-93.50], EntityZombie['Zombie'/121986, l='MpServer', x=114.94, y=63.88, z=-13.66], EntityBat['Bat'/405381, l='MpServer', x=181.60, y=27.11, z=-18.67], EntityZombie['Zombie'/407950, l='MpServer', x=182.50, y=30.00, z=-35.50], EntityWitch['Witch'/407180, l='MpServer', x=212.50, y=27.00, z=47.50], EntitySkeleton['Skeleton'/400019, l='MpServer', x=197.94, y=24.00, z=-53.47], EntityItem['item.item.dyePowder.black'/393886, l='MpServer', x=114.22, y=60.13, z=33.16], EntitySkeleton['Skeleton'/349855, l='MpServer', x=2.18, y=-219.65, z=-3.08], EntityGiantBrainyZombie['Furious Zombie'/369567, l='MpServer', x=126.63, y=64.88, z=-5.97], EntityCreeper['Creeper'/407453, l='MpServer', x=235.50, y=18.00, z=-2.50], EntityCreeper['Creeper'/407450, l='MpServer', x=234.50, y=18.00, z=0.50], EntityCreeper['Creeper'/407448, l='MpServer', x=235.50, y=18.00, z=0.50], EntityCreeper['Creeper'/407449, l='MpServer', x=236.50, y=18.00, z=-1.50], EntitySpider['Spider'/349861, l='MpServer', x=-2.92, y=-177.27, z=-3.66], EntitySkeleton['Skeleton'/349863, l='MpServer', x=2.08, y=-186.23, z=-3.67], EntityItem['item.item.ItemZombieBrain'/393380, l='MpServer', x=158.00, y=67.00, z=1.81], EntityItem['item.item.lootbag.rare'/393381, l='MpServer', x=159.69, y=68.00, z=4.13], EntityZombie['Zombie'/349859, l='MpServer', x=2.17, y=-210.70, z=-3.11], EntityCaveSpider['Cave Spider'/349858, l='MpServer', x=2.18, y=-226.65, z=-3.08], EntityItem['item.item.rottenFlesh'/393377, l='MpServer', x=158.44, y=67.00, z=3.22], EntityClientPlayerMP['MagicalMongoose'/1723, l='MpServer', x=178.48, y=122.04, z=-30.01], EntityCreeper['Creeper'/400042, l='MpServer', x=130.75, y=17.00, z=-17.06], EntityZombie['Zombie'/349864, l='MpServer', x=2.18, y=-233.65, z=-3.08], EntityCreeper['Creeper'/406198, l='MpServer', x=109.16, y=18.67, z=-18.00], EntitySpider['Spider'/406197, l='MpServer', x=109.16, y=18.00, z=-18.00], EntityCreeper['Creeper'/404661, l='MpServer', x=194.50, y=50.00, z=-101.50], EntityItem['item.item.egg'/395696, l='MpServer', x=190.63, y=70.00, z=-4.34], EntityZombie['Zombie'/405178, l='MpServer', x=99.50, y=35.00, z=8.50], EntityZombie['Zombie'/349880, l='MpServer', x=2.08, y=-179.20, z=-3.67], EntityZombie['Zombie'/349883, l='MpServer', x=-2.92, y=-170.21, z=-3.66], EntitySkeleton['Skeleton'/406200, l='MpServer', x=108.97, y=17.00, z=-14.03], EntityChicken['Chicken'/1727, l='MpServer', x=193.50, y=69.88, z=-2.50], EntitySkeleton['Skeleton'/406201, l='MpServer', x=109.50, y=17.00, z=-12.50], EntityDryad['Dryad'/1728, l='MpServer', x=200.69, y=65.88, z=-9.00], EntityDryad['Dryad'/1729, l='MpServer', x=201.69, y=65.88, z=-9.56], EntityCreeper['Creeper'/406474, l='MpServer', x=238.50, y=40.00, z=-50.50], EntitySlime['Slime'/1486, l='MpServer', x=136.69, y=18.00, z=-61.69], EntityCreeper['Creeper'/406487, l='MpServer', x=165.50, y=25.00, z=-39.50], EntityItem['item.item.egg'/392151, l='MpServer', x=189.53, y=70.00, z=-1.91], EntityBat['Bat'/396756, l='MpServer', x=153.56, y=71.93, z=-11.57], EntityBat['Bat'/408286, l='MpServer', x=192.21, y=15.13, z=-83.52], EntityZombie['Zombie'/403676, l='MpServer', x=115.31, y=46.00, z=-90.69], EntityZombie['Zombie'/410844, l='MpServer', x=112.50, y=49.00, z=-103.50], EntityZombie['Zombie'/403677, l='MpServer', x=114.97, y=48.00, z=-89.53], EntityCreeper['Creeper'/408538, l='MpServer', x=124.50, y=39.00, z=-107.50], EntityItem['item.item.egg'/392920, l='MpServer', x=193.50, y=70.00, z=-2.50], EntitySkeleton['Skeleton'/406488, l='MpServer', x=167.50, y=25.00, z=-37.50], EntityCreeper['Creeper'/408536, l='MpServer', x=177.50, y=13.00, z=23.03], EntityCreeper['Creeper'/408537, l='MpServer', x=179.50, y=13.00, z=20.50], EntityBat['Bat'/407781, l='MpServer', x=130.60, y=59.01, z=-73.51], EntitySkeleton['Skeleton'/404450, l='MpServer', x=212.31, y=26.00, z=-65.25], EntityEnderman['Enderman'/402912, l='MpServer', x=204.50, y=23.00, z=40.50], EntitySkeleton['Skeleton'/349677, l='MpServer', x=-2.84, y=-208.76, z=-3.20], EntityBlitz['Blitz'/407534, l='MpServer', x=195.50, y=53.00, z=-106.50], EntitySkeleton['Skeleton'/349676, l='MpServer', x=-2.83, y=-217.71, z=-3.11], EntityCreeper['Creeper'/408815, l='MpServer', x=215.34, y=34.00, z=-79.41], EntitySkeleton['Skeleton'/349678, l='MpServer', x=-2.83, y=-224.71, z=-3.11], EntityCreeper['Creeper'/402934, l='MpServer', x=154.50, y=16.00, z=20.50], EntityBat['Bat'/403190, l='MpServer', x=182.45, y=34.25, z=-36.74], EntityBat['Bat'/409590, l='MpServer', x=130.59, y=57.01, z=-69.06], EntityCreeper['Creeper'/402935, l='MpServer', x=151.50, y=16.00, z=16.50], EntityCaveSpider['Cave Spider'/406519, l='MpServer', x=2.08, y=-170.21, z=-3.66], EntityBat['Bat'/409588, l='MpServer', x=126.45, y=59.82, z=-74.25], EntityItem['item.item.egg'/404979, l='MpServer', x=172.50, y=63.00, z=-24.25], EntityCreeper['Creeper'/408816, l='MpServer', x=217.38, y=34.00, z=-78.34], EntityCreeper['Creeper'/408817, l='MpServer', x=218.55, y=28.00, z=-76.33], EntitySpider['Spider'/406526, l='MpServer', x=2.08, y=-161.16, z=-3.59], EntityBat['Bat'/407294, l='MpServer', x=211.75, y=15.25, z=3.90], EntityTrail['unknown'/3327, l='MpServer', x=178.48, y=122.04, z=-30.01], EntitySpider['Spider'/406521, l='MpServer', x=-5.48, y=-10.04, z=0.01]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
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: 766235160 bytes (730 MB) / 1887436800 bytes (1800 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 115 mods loaded, 115 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAAAA ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore-1.0.0.10-bugfix.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA DraconicEvolution{1.0.2-snapshot_9} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_9.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar)
UCHIJAAAA waterhooks{1.2.0} [Water Hooks] (waterhooks-1.2.0.jar)
UCHIJAAAA enderioaddons{0.10.3} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.422_beta-0.10.3.046_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA enderutilities{0.4.4} [Ender Utilities] (enderutilities-1.7.10-0.4.4.jar)
UCHIJAAAA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJAAAA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJAAAA extracells{2.3.7} [Extra Cells 2] (ExtraCells-1.7.10-2.3.7b176.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA FlatBedrockx{1.0.2} [FlatBedrock Xplosion's Edition] (FlatBedrock-1.0.2.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
UCHIJAAAA gud_thaumicnei{1.3.0} [Thaumic NEI] (gud_thaumicnei-1.3.0.jar)
UCHIJAAAA Highlands{2.2.3} [Highlands] (Highlands-1.7.2-v-2.2.3.jar)
UCHIJAAAA HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA InventoryPets{1.3.8} [Inventory Pets] (inventorypets-1.7.10-1.3.8-universal.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
UCHIJAAAA lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UCHIJAAAA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAAAA mfrmagiccropscompat{1.1} [MinefactoryReloaded & MagicalCrops extra compatibility] (minefactory-magicalcrops-compatibility-1.1.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-121.jar)
UCHIJAAAA OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar)
UCHIJAAAA OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar)
UCHIJAAAA powerinventory{2.0.0} [Overpowered Inventory] (OverpoweredInventory-1.7.10-2.0.0.jar)
UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.9.5} [ProjectE] (ProjectE-1.7.10-PE1.9.5.jar)
UCHIJAAAA quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHIJAAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA dna948{1.35} [The Last Sword You Will Ever Need Mod] (The_Last_Sword_You_Will_Ever_Need_Mod-1.10.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA VeinMiner{0.31.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.31.1.unknown.jar)
UCHIJAAAA VeinMinerModSupport{0.31.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.31.1.unknown.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
UCHIJAAAA warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.36.jar)
UCHIJAAAA aobd{2.9.0} [Another One Bites The Dust] (AOBD-2.9.0.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
UCHIJAAAA MooFluids{1.7.10-1.5.01.19a} [Moo Fluids] (MooFluids-1.7.10-1.5.01.19a.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4600'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.31_beta.jar
* CoFHAPI|block (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.422_beta.jar
* CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHAPI|energy (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|inventory (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|item (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.422_beta.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|tileentity (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|transport (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
* CoFHLib|util|helpers (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util|position (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|world (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.0.3-175.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2-Snapshot_9.jar
* EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* minechemAPI (1.7.10R1) from Minechem-1.7.10-5.0.5.406.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-121.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.5.jar
* Thaumcraft|API (4.2.2.0) from gud_thaumicnei-1.3.0.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.31.1.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* waterhooks|API (1.0) from waterhooks-1.2.0.jar
EnderIO: Found the following problem(s) with your installation:
* 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.13B1 from extrautilities-1.2.12.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)