MineTweaker RecipeMaker

MineTweaker RecipeMaker

12M Downloads

Game crashes after attempting to create a recipe

NerdySpider opened this issue ยท 1 comments

commented

I have a problem where when I attempt to create a recipe, the game would crash. though sometimes it doesn't crash when attempting to remove one here's a report.

(paste bin version if needed > https://pastebin.com/it75HESY )

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  LibrarianLib Plugin (librarianlib-3.1.5.jar)
  LoadingPlugin (Quark-r1.2-93.jar)
  ForgelinPlugin (Forgelin-1.5.0.jar)
  TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar)
  CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.284-universal.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.6-1.11.2.jar)
  ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.6.jar)
  CTMCorePlugin (CTM-MC1.11.2-0.2.0.8.jar)
  LoadingPlugin (ResourceLoader-MC1.11.2-1.5.2.jar)
  CoreMod (Aroma1997Core-1.11.2-1.2.0.0.jar)
  CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  BookshelfLoadingPlugin (Bookshelf-1.11.2-1.5.0.371.jar)
  AppleCore (AppleCore-mc1.11.2-2.2.0.jar)
  CorePlugin (FluxedRedstone-2.6.1.59.jar)
  Plugin (NotEnoughIDs-1.5.4.1.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 9/15/17 2:28 PM
Description: Rendering screen

java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
	at java.util.ArrayList$Itr.next(ArrayList.java:851)
	at assets.recipehandler.CraftingHandler.getCraftResult(CraftingHandler.java:155)
	at assets.recipehandler.CraftingHandler.getNumberOfCraft(CraftingHandler.java:203)
	at assets.recipehandler.GuiEventHandler$CreativeButton.func_146112_a(GuiEventHandler.java:108)
	at net.minecraft.client.gui.GuiScreen.func_73863_a(GuiScreen.java:72)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:81)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
	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 java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
	at java.util.ArrayList$Itr.next(ArrayList.java:851)
	at assets.recipehandler.CraftingHandler.getCraftResult(CraftingHandler.java:155)
	at assets.recipehandler.CraftingHandler.getNumberOfCraft(CraftingHandler.java:203)
	at assets.recipehandler.GuiEventHandler$CreativeButton.func_146112_a(GuiEventHandler.java:108)
	at net.minecraft.client.gui.GuiScreen.func_73863_a(GuiScreen.java:72)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:81)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)

-- Screen render details --
Details:
	Screen name: net.doubledoordev.mtrm.gui.MTRMGui
	Mouse location: Scaled: (427, 139). Absolute: (1282, 662)
	Screen size: Scaled: (640, 360). Absolute: (1920, 1080). Scale factor of 3

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['DragonmasterDJ'/127, l='MpServer', x=-150.34, y=4.00, z=-1585.77]]
	Chunk stats: MultiplayerChunkCache: 169, 169
	Level seed: 0
	Level generator: ID 01 - flat, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-150,4,-1604), Chunk: (at 10,0,12 in -10,-101; contains blocks -160,0,-1616 to -145,255,-1601), Region: (-1,-4; contains chunks -32,-128 to -1,-97, blocks -512,0,-2048 to -1,255,-1537)
	Level time: 1743515 game time, 711 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: 4 total; [EntityPlayerSP['DragonmasterDJ'/127, l='MpServer', x=-183.15, y=-156.71, z=-1610.74], EntityPlayerSP['DragonmasterDJ'/127, l='MpServer', x=-150.34, y=4.00, z=-1585.77], EntityPlayerSP['DragonmasterDJ'/127, l='MpServer', x=-189.29, y=-289.98, z=-1610.55], EntityPlayerSP['DragonmasterDJ'/127, l='MpServer', x=-116.80, y=-290.84, z=-1612.89]]
	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: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: 1003020704 bytes (956 MB) / 6390546432 bytes (6094 MB) up to 7635730432 bytes (7282 MB)
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.38 Powered by Forge 13.20.1.2421 174 mods loaded, 174 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJAAAA	minecraft{1.11.2} [Minecraft] (minecraft.jar) 
	UCHIJAAAA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJAAAA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2421.jar) 
	UCHIJAAAA	forge{13.20.1.2421} [Minecraft Forge] (forge-1.11.2-13.20.1.2421.jar) 
	UCHIJAAAA	aroma1997core{${version}} [Aroma1997Core] (Aroma1997Core-1.11.2-1.2.0.0.jar) 
	UCHIJAAAA	opencomputers|core{1.7.0.40} [OpenComputers (Core)] (minecraft.jar) 
	UCHIJAAAA	<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
	UCHIJAAAA	ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-3.0.0.284-universal.jar) 
	UCHIJAAAA	actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar) 
	UCHIJAAAA	ic2{2.7.81-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.81-ex111.jar) 
	UCHIJAAAA	advanced_solar_panels{4.1.0} [Advanced Solar Panels] (Advanced Solar Panels-4.1.0.jar) 
	UCHIJAAAA	akashictome{1.1-7} [Akashic Tome] (AkashicTome-1.1-7.jar) 
	UCHIJAAAA	applecore{2.2.0} [AppleCore] (AppleCore-mc1.11.2-2.2.0.jar) 
	UCHIJAAAA	jei{4.5.0.291} [Just Enough Items] (jei_1.11.2-4.5.0.291.jar) 
	UCHIJAAAA	appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.11-1.0.7.jar) 
	UCHIJAAAA	baubles{1.4.5} [Baubles] (Baubles-1.11-1.4.5.jar) 
	UCHIJAAAA	forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar) 
	UCHIJAAAA	mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar) 
	UCHIJAAAA	chisel{MC1.11.2-0.0.13.21} [Chisel] (Chisel-MC1.11.2-0.0.13.21.jar) 
	UCHIJAAAA	tconstruct{1.11.2-2.7.1.34} [Tinkers' Construct] (TConstruct-1.11.2-2.7.1.34.jar) 
	UCHIJAAAA	thedragonlib{1.11.2-3.2.2} [TheDragonLib] (thedragonlib-1.11.2-3.2.2.jar) 
	UCHIJAAAA	armorplus{1.11.2-10.7.0.1} [ArmorPlus] (armorplus-1.11.2-10.7.0.1.jar) 
	UCHIJAAAA	aroma1997corehelper{1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.11.2-1.2.0.0.jar) 
	UCHIJAAAA	aroma1997sdimension{1.0} [Aroma1997sDimension] (Aroma1997s-Dimensional-World-1.11.2-1.3.0.0.jar) 
	UCHIJAAAA	astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar) 
	UCHIJAAAA	atg{2} [Alternate Terrain Generation] (atg-1.11.2-2.1.7.jar) 
	UCHIJAAAA	morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar) 
	UCHIJAAAA	psi{r1.1-47} [Psi] (Psi-r1.1-47.jar) 
	UCHIJAAAA	quark{r1.2-93} [Quark] (Quark-r1.2-93.jar) 
	UCHIJAAAA	autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar) 
	UCHIJAAAA	codechickenlib{3.0.0.284} [CodeChicken Lib] (CodeChickenLib-1.11.2-3.0.0.284-universal.jar) 
	UCHIJAAAA	avaritia{3.1.1} [Avaritia] (Avaritia-1.11.2-3.1.1.5-universal.jar) 
	UCHIJAAAA	bdlib{1.13.2.7} [BD Lib] (bdlib-1.13.2.7-mc1.11.2.jar) 
	UCHIJAAAA	betterachievements{0.4.3.12} [Better Achievements] (BetterAchievements-1.11.2-0.4.3.12.jar) 
	UCHIJAAAA	betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar) 
	UCHIJAAAA	betterquesting{2.4.235} [Better Questing] (BetterQuesting-2.4.235.jar) 
	UCHIJAAAA	biomesoplenty{6.2.0.2267} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2267-universal.jar) 
	UCHIJAAAA	guideapi{1.11.2-2.1.1-52} [Guide-API] (Guide-API-1.11.2-2.1.1-52.jar) 
	UCHIJAAAA	bloodmagic{1.11-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.11-80.jar) 
	UCHIJAAAA	bookshelf{1.5.0.371} [Bookshelf] (Bookshelf-1.11.2-1.5.0.371.jar) 
	UCHIJAAAA	botania{r1.9-344} [Botania] (Botania r1.9-344.jar) 
	UCHIJAAAA	cofhcore{4.2.8} [CoFH Core] (CoFHCore-1.11.2-4.2.8.16-universal.jar) 
	UCHIJAAAA	brandonscore{2.2.3} [Brandon's Core] (BrandonsCore-1.11.2-2.2.3.128-universal.jar) 
	UCHIJAAAA	buildcraftlib{7.99.7} [BuildCraft Lib] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcraftcore{7.99.7} [BuildCraft] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcraftbuilders{7.99.7} [BC Builders] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcraftenergy{7.99.7} [BC Energy] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcraftfactory{7.99.7} [BC Factory] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcraftrobotics{7.99.7} [BC Robotics] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcraftsilicon{7.99.7} [BC Silicon] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	buildcrafttransport{7.99.7} [BC Transport] (buildcraft-7.99.7.jar) 
	UCHIJAAAA	chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar) 
	UCHIJAAAA	chickenchunks{2.3.1.68} [ChickenChunks] (ChickenChunks-1.11.2-2.3.1.68-universal.jar) 
	UCHIJAAAA	chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar) 
	UCHIJAAAA	cyclopscore{0.10.6} [Cyclops Core] (CyclopsCore-1.11.2-0.10.6.jar) 
	UCHIJAAAA	colossalchests{1.6.2} [Colossal Chests] (ColossalChests-1.11.2-1.6.2.jar) 
	UCHIJAAAA	compactsolars{1.11.2-5.0.12.333} [Compact Solar Arrays] (CompactSolars-1.11.2-5.0.12.333-universal.jar) 
	UCHIJAAAA	computercraft{1.11.2-1.82} [Computality] (computality-1.11.2-1.82.jar) 
	UCHIJAAAA	controlling{2.0.5} [Controlling] (Controlling-2.0.5.jar) 
	UCHIJAAAA	cookingforblockheads{5.3.21} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.21.jar) 
	UCHIJAAAA	cosmeticarmorreworked{1.11.2-v1a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.11.2-v1a.jar) 
	UCHIJAAAA	craftingtweaks{7.1.9} [Crafting Tweaks] (CraftingTweaks_1.11.2-7.1.9.jar) 
	UCHIJAAAA	crafttweakerjei{1.0.2} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.26.jar) 
	UCHIJAAAA	crafttweaker{3.0.26} [Crafttweaker] (CraftTweaker-1.11.2-3.0.26.jar) 
	UCHIJAAAA	ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.26.jar) 
	UCHIJAAAA	creativeplus{1.0.1} [Creative+] (Creative Plus MC1.11.2 v1.0.1.jar) 
	UCHIJAAAA	ctm{MC1.11.2-0.2.0.8} [CTM] (CTM-MC1.11.2-0.2.0.8.jar) 
	UCHIJAAAA	cyberware{alpha-0.2.10} [Cyberware] (cyberware-1.11.2-alpha-0.2.10.jar) 
	UCHIJAAAA	darkutils{1.2.0.134} [Dark Utilities] (DarkUtilities-1.11.2-1.2.0.134.jar) 
	UCHIJAAAA	forestry{5.3.4.132} [Forestry] (forestry_1.11.2-5.3.4.132.jar) 
	UCHIJAAAA	eleccore{1.7.425} [ElecCore] (ElecCore-1.11-1.7.425.jar) 
	UCHIJAAAA	deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar) 
	UCHIJAAAA	defaultoptions{8.2.2} [Default Options] (DefaultOptions_1.11.2-8.2.2.jar) 
	UCHIJAAAA	draconicevolution{2.2.3} [Draconic Evolution] (Draconic-Evolution-1.11.2-2.2.3.260-universal.jar) 
	UCHIJAAAA	elevatorid{1.3.2} [Elevator Mod] (ElevatorMod-1.11.2-1.3.2.jar) 
	UCHIJAAAA	embers{0.220} [Embers] (embers-0.220.jar) 
	UCHIJAAAA	endercompass{1.2.5.3} [Ender Compass] (EnderCompass-1.11-1.2.5.3.jar) 
	UCHIJAAAA	enderstorage{1.0} [EnderStorage] (EnderStorage-1.11.2-2.3.1.116-universal.jar) 
	UCHIJAAAA	shetiphiancore{3.4.5} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.6.jar) 
	UCHIJAAAA	endertanks{1.5.5} [EnderTanks] (endertanks-1.11.0-1.5.5.jar) 
	UCHIJAAAA	energyconverters{1.0.1.22} [Energy Converters] (energyconverters_1.11.2-1.0.1.22.jar) 
	UCHIJAAAA	valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar) 
	UCHIJAAAA	environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar) 
	UCHIJAAAA	mcmultipart{2.0.2} [MCMultiPart] (MCMultiPart-2.0.2.jar) 
	UCHIJAAAA	mekanism{9.3.2} [Mekanism] (Mekanism-1.11.2-9.3.2.307.jar) 
	UCHIJAAAA	thermalfoundation{2.2.5} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.5.16-universal.jar) 
	UCHIJAAAA	thermalexpansion{5.2.7} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.7.24-universal.jar) 
	UCHIJAAAA	exchangers{1.11.2-1.5} [Exchangers] (Exchangers-1.11.2-1.5.jar) 
	UCHIJAAAA	extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.6.1.jar) 
	UCHIJAAAA	zerocore{1.11.2-0.1.0.6} [Zero CORE] (zerocore-1.11.2-0.1.0.6.jar) 
	UCHIJAAAA	bigreactors{1.11.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.30.jar) 
	UCHIJAAAA	fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar) 
	UCHIJAAAA	reborncore{2.16.1.115} [Reborn Core] (RebornCore-1.11.2-2.16.1.115-universal.jar) 
	UCHIJAAAA	reborncore-mcmultipart{2.16.1.115} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.16.1.115-universal.jar) 
	UCHIJAAAA	fluxedredstone{@MODVERSION@} [FluxedRedstone] (FluxedRedstone-2.6.1.59.jar) 
	UCHIJAAAA	ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
	UCHIJAAAA	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
	UCHIJAAAA	fw{1.5.0} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.0.jar) 
	UCHIJAAAA	funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.11.2-alpha-0.0.1.jar) 
	UCHIJAAAA	gendustry{1.6.5.7} [GenDustry] (gendustry-1.6.5.7-mc1.11.2.jar) 
	UCHIJAAAA	advgenerators{0.9.20.5} [Advanced Generators] (generators-0.9.20.5-mc1.11.2.jar) 
	UCHIJAAAA	gravestone{1.7.4} [Gravestone Mod] (gravestone-1.7.4_.jar) 
	UCHIJAAAA	theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar) 
	UCHIJAAAA	immersiveengineering{0.11-63} [Immersive Engineering] (ImmersiveEngineering-0.11-63.jar) 
	UCHIJAAAA	immersivepetroleum{1.0.7} [Immersive Petroleum] (immersivepetroleum-1.11.2-1.0.7.jar) 
	UCHIJAAAA	industrialwires{1.5-13} [Industrial Wires] (IndustrialWires-1.5-13.jar) 
	UCHIJAAAA	inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar) 
	UCHIJAAAA	ironchest{1.11.2-7.0.25.815} [Iron Chest] (ironchest-1.11.2-7.0.25.815.jar) 
	UCHIJAAAA	jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar) 
	UCHIJAAAA	journeymap{1.11.2-5.4.7} [JourneyMap] (journeymap-1.11.2-5.4.7.jar) 
	UCHIJAAAA	jeresources{0.6.6.12} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.6.12.jar) 
	UCHIJAAAA	librarianlib{3.1.5} [LibrarianLib] (librarianlib-3.1.5.jar) 
	UCHIJAAAA	libvulpes{0.2.5.} [Vulpes library] (LibVulpes-1.11.2-0.2.5-universal.jar) 
	UCHIJAAAA	llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.11.2.jar) 
	UCHIJAAAA	llor{1.1.3-mc1.11.2} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.3-mc1.11.2.jar) 
	UCHIJAAAA	lttweaker{1.0.12} [Loot Table Tweaker] (LootTableTweaker-1.11.2-1.0.12.jar) 
	UCHIJAAAA	magicbees{1.0} [MagicBees] (MagicBees-Alpha-3.0.2.jar) 
	UCHIJAAAA	mekanismtools{9.3.2} [MekanismTools] (MekanismTools-1.11.2-9.3.2.307.jar) 
	UCHIJAAAA	mikedongles{0.4.3-[1.11.2]} [Mike Dongles] (MikeDongles-0.4.3-MC[1.11.2].jar) 
	UCHIJAAAA	minecolonies{1.11.2-0.8.3184} [MineColonies] (minecolonies-universal-1.11.2-0.8.3184.jar) 
	UCHIJAAAA	mtrm{1.2.1.23} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.11.2-1.2.1.23.jar) 
	UCHIJAAAA	testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.2-1.13.jar) 
	UCHIJAAAA	modnametooltip{1.7.1} [Mod Name Tooltip] (modnametooltip_1.11-1.7.1.jar) 
	UCHIJAAAA	mtlib{@VERSION@} [MTLib] (MTLib-2.0.3.jar) 
	UCHIJAAAA	modtweaker{3.0.2} [Mod Tweaker] (modtweaker-3.0.2.jar) 
	UCHIJAAAA	morebees{1.11.2-1.4.1} [More Bees] (morebees-1.11.2-1.4.1.jar) 
	UCHIJAAAA	moreoverlays{1.12} [MoreOverlays] (moreoverlays-1.12-mc1.11.2.jar) 
	UCHIJAAAA	morpheus{1.11.2-3.2.14} [Morpheus] (Morpheus-1.11.2-3.2.14.jar) 
	UCHIJAAAA	mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.11.2.jar) 
	UCHIJAAAA	mysteriousmiscellany{1.11.2-1.1.7} [Mysterious Miscellany] (MysteriousMiscellany-1.11.2-1.1.7.jar) 
	UCHIJAAAA	mysticalagriculture{1.5.7} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.7a.jar) 
	UCHIJAAAA	mysticalagradditions{1.1.0} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.1.0.jar) 
	UCHIJAAAA	natura{1.11.2-4.2.0.24} [Natura] (natura-1.11.2-4.2.0.24.jar) 
	UCHIJAAAA	netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11-4.3.1.jar) 
	UCHIJAAAA	nmsot{1.2.0-mc1.11.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.11.2.jar) 
	UCHIJAAAA	recipehandler{0.8} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.8(1.11).jar) 
	UCHIJAAAA	neid{1.5.4.1} [NotEnoughIDs] (NotEnoughIDs-1.5.4.1.jar) 
	UCHIJAAAA	notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) 
	UCHIJAAAA	opencomputers{1.7.0.40} [OpenComputers] (OpenComputers-MC1.11.2-1.7.0.40.jar) 
	UCHIJAAAA	harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar) 
	UCHIJAAAA	reauth{3.5.0} [ReAuth] (ReAuth-3.5.0.jar) 
	UCHIJAAAA	redstonearsenal{2.2.5} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.5.9-universal.jar) 
	UCHIJAAAA	refinedstorage{1.4.20} [Refined Storage] (refinedstorage-1.4.20.jar) 
	UCHIJAAAA	refined_avaritia{1.1} [Refined Avaritia] (refined_avaritia-1.11.2-1.1.jar) 
	UCHIJAAAA	xreliquary{1.11.2-1.3.3.653} [Reliquary] (Reliquary-1.11.2-1.3.3.653.jar) 
	UCHIJAAAA	resourceloader{1.5.2} [Resource Loader] (ResourceLoader-MC1.11.2-1.5.2.jar) 
	UCHIJAAAA	rftools{6.10} [RFTools] (rftools-1.1x-6.10.jar) 
	UCHIJAAAA	rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar) 
	UCHIJAAAA	rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar) 
	UCHIJAAAA	rockhounding_chemistry{${version_mod}} [Rockhounding Mod: Chemistry] (rockhounding_chemistry-1.11.2-2.07.jar) 
	UCHIJAAAA	roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar) 
	UCHIJAAAA	roots{0.025} [Roots 2] (roots-2-0.025.jar) 
	UCHIJAAAA	scanner{1.0.1} [Corail Scanner] (scanner-1.0.1-1.11.2.jar) 
	UCHIJAAAA	shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar) 
	UCHIJAAAA	simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.1.1d.jar) 
	UCHIJAAAA	spartanshields{1.3} [Spartan Shields] (SpartanShields-1.11.2-1.3a.jar) 
	UCHIJAAAA	spectritemod{1.2.0} [Spectrite Mod] (spectritemod-1.2.0-1.11.2.jar) 
	UCHIJAAAA	spiceoflife{1.3.9} [The Spice of Life] (SpiceOfLife-mc1.11.2-1.3.9.jar) 
	UCHIJAAAA	bq_standard{2.4.132} [Standard Expansion] (StandardExpansion-2.4.132.jar) 
	UCHIJAAAA	stevescarts{2.3.0.22} [Steve's Carts 2] (StevesCarts-1.11.2-2.3.0.22.jar) 
	UCHIJAAAA	stg{1.11.2-1.1.1} [SwingThroughGrass] (stg-1.11.2-1.1.1.jar) 
	UCHIJAAAA	storagedrawers{1.11.2-4.2.10} [Storage Drawers] (StorageDrawers-1.11.2-4.2.10.jar) 
	UCHIJAAAA	terraqueous{1.3.14} [Terraqueous] (terraqueous-1.11.0-1.3.14.jar) 
	UCHIJAAAA	thermaldynamics{2.2.7} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.7.14-universal.jar) 
	UCHIJAAAA	tinker_io{release 2.5.2d} [Tinker I/O] (tinker_io-1.11.2-release 2.5.2d.jar) 
	UCHIJAAAA	tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar) 
	UCHIJAAAA	topaddons{1.11.2-0.15.0} [TOP Addons] (topaddons-1.11.2-0.15.0.jar) 
	UCHIJAAAA	translocator{2.3.0.63} [Translocator] (Translocators-1.11.2-2.3.0.63-universal.jar) 
	UCHIJAAAA	veinminer{0.35.3} [Vein Miner] (VeinMiner-1.11-0.35.3.605+dad98e1.jar) 
	UCHIJAAAA	veinminermodsupport{0.35.3} [Mod Support] (VeinMiner-1.11-0.35.3.605+dad98e1.jar) 
	UCHIJAAAA	wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar) 
	UCHIJAAAA	woot{1.11.2-0.3.0} [Woot] (woot-1.11.2-0.3.0.jar) 
	UCHIJAAAA	librarianliblate{3.1.5} [LibrarianLib Stage 2] (librarianlib-3.1.5.jar) 
	UCHIJAAAA	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
LibrarianLib Plugin (librarianlib-3.1.5.jar)
  com.teamwizardry.librarianlib.asm.LibLibTransformer
LoadingPlugin (Quark-r1.2-93.jar)
  vazkii.quark.base.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.0.jar)
  
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar)
  li.cil.oc.common.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.284-universal.jar)
  codechicken.lib.asm.ClassHierarchyManager
  codechicken.lib.asm.CCL_ASMTransformer
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.6-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
CTMCorePlugin (CTM-MC1.11.2-0.2.0.8.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (ResourceLoader-MC1.11.2-1.5.2.jar)
  lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.11.2-1.2.0.0.jar)
  
CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  invtweaks.forge.asm.ContainerTransformer
BookshelfLoadingPlugin (Bookshelf-1.11.2-1.5.0.371.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
AppleCore (AppleCore-mc1.11.2-2.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
CorePlugin (FluxedRedstone-2.6.1.59.jar)
  
Plugin (NotEnoughIDs-1.5.4.1.jar)
  ru.fewizz.neid.asm.Transformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce GTS 360M/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)

	codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.: 
	List of loaded APIs: 
		* actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar
		* AppleCoreAPI (2.3.0) from AppleCore-mc1.11.2-2.2.0.jar
		* ArmorPlusApi (2.0) from armorplus-1.11.2-10.7.0.1.jar
		* Baubles|API (1.4.0.2) from Baubles-1.11-1.4.5.jar
		* BetterAchievements|API (0.4.3.12) from BetterAchievements-1.11.2-0.4.3.12.jar
		* BetterQuesting|API (2.6) from BetterQuesting-2.4.235.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-344.jar
		* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|boards (2.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|core (2.2) from buildcraft-7.99.7.jar
		* BuildCraftAPI|crops (1.1) from buildcraft-7.99.7.jar
		* BuildCraftAPI|enums (1.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|events (2.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|facades (1.1) from buildcraft-7.99.7.jar
		* BuildCraftAPI|filler (4.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|gates (4.1) from buildcraft-7.99.7.jar
		* BuildCraftAPI|items (1.1) from buildcraft-7.99.7.jar
		* BuildCraftAPI|library (2.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|lists (1.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|power (1.3) from buildcraft-7.99.7.jar
		* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|statements (1.1) from buildcraft-7.99.7.jar
		* BuildCraftAPI|tablet (1.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.7.jar
		* BuildCraftAPI|tools (1.0) from buildcraft-7.99.7.jar
		* BuildCraftAPI|transport (5.0) from buildcraft-7.99.7.jar
		* Chisel-API (0.0.1) from Chisel-MC1.11.2-0.0.13.21.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.13.21.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.5.0) from ImmersiveEngineering-0.11-63.jar
		* cofhapi|block (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
		* cofhapi|core (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* CoFHAPI|energy (1.8.9R1.2.0B1) from energyconverters_1.11.2-1.0.1.22.jar
		* cofhapi|energy (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
		* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
		* cofhapi|item (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
		* cofhapi|tileentity (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
		* cofhapi|util (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
		* cofhlib (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|audio (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|container (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|element (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|element|listbox (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|gui|slot (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|inventory (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|util (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|util|helpers (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|world (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
		* cofhlib|world|feature (1.8.6) from CoFHCore-1.11.2-4.2.8.16-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.0.8.jar
		* ctm-api-events (0.1.0) from CTM-MC1.11.2-0.2.0.8.jar
		* ctm-api-models (0.1.0) from CTM-MC1.11.2-0.2.0.8.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.11.2-0.2.0.8.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.11.2-0.2.0.8.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.11.2-2.2.3.260-universal.jar
		* ElecCoreAPI (1.0) from ElecCore-1.11-1.7.425.jar
		* ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.425.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.132.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.132.jar
		* ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.132.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.7-mc1.11.2.jar
		* Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.1-52.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.11-63.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.11-63.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.291.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.2.307.jar
		* MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
		* MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
		* MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
		* MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
		* MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.2.307.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.2.307.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
		* 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
		* rh_api (1.30) from rockhounding_chemistry-1.11.2-2.07.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 StorageDrawers-1.11.2-4.2.10.jar
		* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.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 refinedstorage-1.4.20.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 StorageDrawers-1.11.2-4.2.10.jar
		* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.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.7.jar
		* valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
		* veinminerApi (0.3) from VeinMiner-1.11-0.35.3.605+dad98e1.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
	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.2421
	LWJGL: 2.9.4
	OpenGL: GeForce GTS 360M/PCIe/SSE2 GL version 3.3.0, 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: 8x Intel(R) Core(TM) i7 CPU Q 820 @ 1.73GHz
commented

I too am having the same issue