Giter Club home page Giter Club logo

colourful-blocks's People

Contributors

elix-x avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

immortalcatz

colourful-blocks's Issues

Crashes on Start

crashes all the time when i start my launcher with other mods. What could be the Problem? And is there a way to fix it when rewriting any ids somewhere?
used latest version for minecraft 1.7.10

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 21.05.18 16:02
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    growthcraft/core/client/renderer/RenderPaddy.colorMultiplier(Lnet/minecraft/world/IBlockAccess;III)I @137: invokestatic
  Reason:
    Type 'growthcraft/core/client/renderer/RenderPaddy' (current frame, stack[2]) is not assignable to 'net/minecraft/block/Block'
  Current Frame:
    bci: @137
    flags: { }
    locals: { 'growthcraft/core/client/renderer/RenderPaddy', 'net/minecraft/world/IBlockAccess', integer, integer, integer, integer, integer, integer }
    stack: { integer, 'net/minecraft/world/IBlockAccess', 'growthcraft/core/client/renderer/RenderPaddy', integer, integer, integer }
  Bytecode:
    0x0000000: 0336 0503 3606 0336 0702 3608 1508 04a3
    0x0000010: 0051 0236 0915 0904 a300 422b 1c15 0960
    0x0000020: 1504 1508 60b9 00d2 0300 b600 d836 0a15
    0x0000030: 0515 0a12 d97e 1010 7a60 3605 1506 150a
    0x0000040: 12da 7e10 087a 6036 0615 0715 0a11 00ff
    0x0000050: 7e60 3607 8409 01a7 ffbe 8408 01a7 ffaf
    0x0000060: 1505 1009 6c11 00ff 7e10 1078 1506 1009
    0x0000070: 6c11 00ff 7e10 0878 8015 0710 096c 1100
    0x0000080: ff7e 802b 2a1c 1d15 04b8 00df ac       
  Stackmap Table:
    full_frame(@12,{Object[#2],Object[#24],Integer,Integer,Integer,Integer,Integer,Integer,Integer},{})
    append_frame(@21,Integer)
    chop_frame(@90,1)
    chop_frame(@96,1)

	at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
	at net.minecraft.client.main.Main.main(SourceFile:148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    growthcraft/core/client/renderer/RenderPaddy.colorMultiplier(Lnet/minecraft/world/IBlockAccess;III)I @137: invokestatic
  Reason:
    Type 'growthcraft/core/client/renderer/RenderPaddy' (current frame, stack[2]) is not assignable to 'net/minecraft/block/Block'
  Current Frame:
    bci: @137
    flags: { }
    locals: { 'growthcraft/core/client/renderer/RenderPaddy', 'net/minecraft/world/IBlockAccess', integer, integer, integer, integer, integer, integer }
    stack: { integer, 'net/minecraft/world/IBlockAccess', 'growthcraft/core/client/renderer/RenderPaddy', integer, integer, integer }
  Bytecode:
    0x0000000: 0336 0503 3606 0336 0702 3608 1508 04a3
    0x0000010: 0051 0236 0915 0904 a300 422b 1c15 0960
    0x0000020: 1504 1508 60b9 00d2 0300 b600 d836 0a15
    0x0000030: 0515 0a12 d97e 1010 7a60 3605 1506 150a
    0x0000040: 12da 7e10 087a 6036 0615 0715 0a11 00ff
    0x0000050: 7e60 3607 8409 01a7 ffbe 8408 01a7 ffaf
    0x0000060: 1505 1009 6c11 00ff 7e10 1078 1506 1009
    0x0000070: 6c11 00ff 7e10 0878 8015 0710 096c 1100
    0x0000080: ff7e 802b 2a1c 1d15 04b8 00df ac       
  Stackmap Table:
    full_frame(@12,{Object[#2],Object[#24],Integer,Integer,Integer,Integer,Integer,Integer,Integer},{})
    append_frame(@21,Integer)
    chop_frame(@90,1)
    chop_frame(@96,1)

	at growthcraft.core.client.ClientProxy.initRenders(ClientProxy.java:18)
	at growthcraft.core.GrowthCraftCore.init(GrowthCraftCore.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
	... 10 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_161, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 6504453400 bytes (6203 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
	JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8192m -Xmx8192m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_D1 221 mods loaded, 216 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHI	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
	UCHI	FML{7.10.99.99} [Forge Mod Loader] (modpack.jar) 
	UCHI	Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar) 
	UCHI	appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar) 
	UCHI	CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) 
	UCHI	Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
	UCHI	NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) 
	UCHI	OpenComputers|Core{1.7.0.1085} [OpenComputers (Core)] (minecraft.jar) 
	UCHI	PlayerAPI{1.4} [Player API] (minecraft.jar) 
	UCHI	ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) 
	UCHI	ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar) 
	UCHI	OpenModsCore{0.10} [OpenModsCore] (minecraft.jar) 
	UCHI	<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
	UCHI	magneticraftpatcher{1.7.10-0.2} [MagnetiCraft Patcher] (minecraft.jar) 
	UCHI	FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar) 
	UCHI	IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar) 
	UCHI	AdvancedMachines{1.1.6} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar) 
	UCHI	appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar) 
	UCHI	bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) 
	UCHI	ae2stuff{0.5.1.9} [AE2 Stuff] (ae2stuff-rv3-0.5.1.9-mc1.7.10.jar) 
	UCHI	antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-1.3.5-1.7.10.jar) 
	UCHI	ArchitectureCraft{1.7.2} [ArchitectureCraft] (ArchitectureCraft-1.7.2-mc1.7.10.jar) 
	UCHI	armourersWorkshop{1.7.10-0.48.2} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.48.2.jar) 
	UCHI	CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar) 
	UCHI	asielib{0.4.5} [asielib] (AsieLib-1.7.10-0.4.5.jar) 
	UCHI	autooredictconv{1.7.10-1.3.1} [Auto Ore Dictionary Converter] (autooredictconv-1.7.10-1.3.1.jar) 
	UCHI	Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) 
	UCHI	BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) 
	UCHI	Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) 
	UCHI	Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar) 
	UCHI	BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) 
	UCHI	Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
	UCHI	ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar) 
	UCHI	ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar) 
	UCHI	BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) 
	UCHI	biomereactors{1.0.2} [Biome Reactors] (biomereactors-1.0.2.jar) 
	UCHI	BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar) 
	UCHI	AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar) 
	UCHI	Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
	UCHI	Botania{r1.8-249} [Botania] (Botania r1.8-249.jar) 
	UCHI	BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar) 
	UCHI	BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar) 
	UCHI	BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar) 
	UCHI	BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar) 
	UCHI	BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar) 
	UCHI	BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar) 
	UCHI	BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar) 
	UCHI	Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar) 
	UCHI	BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar) 
	UCHI	Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) 
	UCHI	TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) 
	UCHI	ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
	UCHI	chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) 
	UCHI	CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar) 
	UCHI	catwalks{2.0.4} [Catwalks Mod] (catwalks-2.0.4.jar) 
	UCHI	catwalkmod{x.x.x} [Legacy Catwalk Compat] (catwalks-2.0.4.jar) 
	UCHI	ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) 
	UCHI	excore{1.5.3} [EXCore] (Excore-1.5.3-1.7.10.jar) 
	UCHI	colourfullblocks{1.3} [Colourfull Blocks] (ColorfulBlocks-1.3-1.7.10.jar) 
	UCHI	CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar) 
	UCHI	endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) 
	UCHI	MineFactoryReloaded{1.7.10R2.8.2B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) 
	UCHI	EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar) 
	UCHI	EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar) 
	UCHI	MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar) 
	UCHI	ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar) 
	UCHI	ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
	UCHI	OpenComputers{1.7.0.1085} [OpenComputers] (OpenComputers-MC1.7.10-1.7.0.1085-universal.jar) 
	UCHI	GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.463.jar) 
	UCHI	Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar) 
	UCHI	computronics{1.6.0} [Computronics] (Computronics-1.7.10-1.6.0.jar) 
	UCHI	cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar) 
	UCHI	PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar) 
	UCHI	props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar) 
	UCHI	DescriptionTags{1.0} [Description Tags] (DescriptionTags-1.0-1.7.10.jar) 
	UCHI	MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) 
	UCHI	Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar) 
	UCHI	Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar) 
	UCHI	EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar) 
	UCHI	enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar) 
	UCHI	extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar) 
	UCHI	ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) 
	UCHI	harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10k.jar) 
	UCHI	progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar) 
	UCHI	ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) 
	UCHI	tc{4.3.2_009} [Traincraft] (Traincraft-4.3.2_009.jar) 
	UCHI	TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar) 
	UCHI	ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) 
	UCHI	factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.107.jar) 
	UCHI	factorization.dimensionalSlice{0.8.107} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.107.jar) 
	UCHI	factorization{0.8.107} [Factorization] (Factorization-1.7.10-0.8.107.jar) 
	UCHI	factorization.misc{0.8.107} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.107.jar) 
	UCHI	fz.scrap{0.8.107} [Scrap] (Factorization-1.7.10-0.8.107.jar) 
	UCHI	factorization.truth{0.8.107} [Truth] (Factorization-1.7.10-0.8.107.jar) 
	UCHI	fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar) 
	UCHI	Steamcraft{0.29.3} [Flaxbeard's Steam Power] (FSP-1.7.10-0.29.3.jar) 
	UCHI	GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.463.jar) 
	UCHI	GalaxySpace{1.0.8} [GalaxySpace] (GalaxySpace-1.0.8STABLE.jar) 
	UCHI	GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar) 
	UCHI	GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar) 
	UCHI	GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar) 
	UCHI	GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar) 
	UCHI	gendustry{1.6.4.135} [GenDustry] (gendustry-1.6.4.135-mc1.7.10.jar) 
	UCHI	GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) 
	UCHE	Growthcraft{1.7.10-2.6.2} [Growthcraft] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Cellar{1.7.10-2.6.2} [Growthcraft Cellar] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Apples{1.7.10-2.6.2} [Growthcraft Apples] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Bamboo{1.7.10-2.6.2} [Growthcraft Bamboo] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Bees{1.7.10-2.6.2} [Growthcraft Bees] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Fishtrap{1.7.10-2.6.2} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Grapes{1.7.10-2.6.2} [Growthcraft Grapes] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Hops{1.7.10-2.6.2} [Growthcraft Hops] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Milk{1.7.10-2.6.2} [Growthcraft Milk] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHE	Growthcraft|Rice{1.7.10-2.6.2} [Growthcraft Rice] (growthcraft-1.7.10-2.6.2-complete.jar) 
	UCHI	guideapi{1.7.10-1.0.1-29} [Guide-API] (Guide-API-1.7.10-1.0.1-29.jar) 
	UCHI	HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar) 
	UCHI	IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar) 
	UCHI	IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.12-34-universal.jar) 
	UCHI	immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar) 
	UCHI	inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar) 
	UCHI	inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) 
	UCHI	IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) 
	UCHI	JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar) 
	UCHI	journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar) 
	UCHI	koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar) 
	UCHI	launchgui{1.7.10-2.0-18} [LaunchGUI] (LaunchGui-1.7.10-2.0-18-client.jar) 
	UCHI	LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar) 
	UCHI	Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.1-final.jar) 
	UCHI	malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar) 
	UCHI	malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar) 
	UCHI	mo{0.4.2} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.2.jar) 
	UCHI	MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar) 
	UCHI	MekanismTools{9.1.0} [MekanismTools] (MekanismTools-1.7.10-9.1.0.281.jar) 
	UCHI	MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.2B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.2B1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatForestry{1.7.10R2.8.2B1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.2B1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatIC2{1.7.10R2.8.2B1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar) 
	UCHI	MineFactoryReloaded|CompatProjRed{1.7.10R2.8.2B1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.2B1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.2B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.2B1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.2B1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.2B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineFactoryReloaded|CompatVanilla{1.7.10R2.8.2B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHI	MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar) 
	UCHI	MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar) 
	UCHI	modtweaker2{0.9.4} [Mod Tweaker 2] (ModTweaker2-0.9.4.jar) 
	UCHI	numina{1.7.10} [Numina] (Numina-0.4.1.105.jar) 
	UCHI	powersuits{1.7.10-0.11.1.114} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.7.10-0.11.1.114.jar) 
	UCHI	Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar) 
	UCHI	NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHI	neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar) 
	UCHI	NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar) 
	UCHI	recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar) 
	UCHI	neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar) 
	UCHI	NuclearCraft{1.9e} [NuclearCraft] (NuclearCraft-1.9e--1.7.10.jar) 
	UCHI	ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) 
	UCHI	OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar) 
	UCHI	OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar) 
	UCHI	openmodularturrets{2.2.11-238} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.2.11-238.jar) 
	UCHI	OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.4.jar) 
	UCHI	OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.6.jar) 
	UCHI	OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.6.jar) 
	UCHI	PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar) 
	UCHI	SonarCore{1.1.3} [SonarCore] (SonarCore-1.7.10-1.1.3.jar) 
	UCHI	PracticalLogistics{0.2.4} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.4.jar) 
	UCHI	pressure{1.3.0.131} [Pressure Pipes] (pressure-1.3.0.131-mc1.7.10.jar) 
	UCHI	ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar) 
	UCHI	ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar) 
	UCHI	ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
	UCHI	ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar) 
	UCHI	ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar) 
	UCHI	ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar) 
	UCHI	row{1.7.10-5.8-RC6} [Rails of War] (RailsOfWar-1.7.10-5.8-RC6.jar) 
	UCHI	RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) 
	UCHI	RedstoneArsenal{1.7.10R1.1.3} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.3-97.jar) 
	UCHI	RefinedRelocation{1.1.34} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.34.jar) 
	UCHI	simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar) 
	UCHI	rfdrills{1.7.3} [RFDrills] (RFDrills-1.7.10-1.7.3.jar) 
	UCHI	rftools{4.23} [RFTools] (rftools-4.23.jar) 
	UCHI	roadstuff{1.0.3-final} [Road Stuff] (RoadStuff-mc1.7.10-1.0.2-final.jar) 
	UCHI	Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar) 
	UCHI	AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar) 
	UCHI	scottstweaks{1.7.10-1.3.1} [Scott's Tweaks] (ScottsTweaks-1.7.10-1.3.1.jar) 
	UCHI	StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) 
	UCHI	StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) 
	UCHI	StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar) 
	UCHI	StorageDrawers{1.7.10-1.10.8} [Storage Drawers] (StorageDrawers-1.7.10-1.10.8.jar) 
	UCHI	StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar) 
	UCHI	tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar) 
	UCHI	thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar) 
	UCHI	ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) 
	UCHI	ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar) 
	UCHI	TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) 
	UCHI	TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar) 
	UCHI	Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar) 
	UCHI	AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) 
	UCHI	WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) 
	UCHI	wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar) 
	UCHI	wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar) 
	UCHI	wtp{1.0} [WTP] (whatsthispack-1.7.2-1.0.jar) 
	UCHI	McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
	UCHI	ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar) 
	UCHI	MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar) 
	UCHI	RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar) 
	UCHI	aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar) 
	UCHI	ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) 
	UD	MineFactoryReloaded|CompatAtum{1.7.10R2.8.2B1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatBackTools{1.7.10R2.8.2B1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatChococraft{1.7.10R2.8.2B1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.2B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.2B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 397.64' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
	OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
	Class transformer null safety: found misbehaving transformers: code.elix_x.coremods.colourfulblocks.core.ColourfulBlocksTransformer(code.elix_x.coremods.colourfulblocks.core.ColourfulBlocksTransformer@6402f7c8) crashed with java.lang.NullPointerException(null)
	AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
	CoFHCore: -[1.7.10]3.1.4-329
	Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
	ThermalFoundation: -[1.7.10]1.2.6-118
	ThermalExpansion: -[1.7.10]4.1.5-248
	MineFactoryReloaded: -[1.7.10]2.8.2B1-201
	TConstruct Environment: Environment healthy.
	NetherOres: -[1.7.10]2.3.1-22
	RedstoneArsenal: -[1.7.10]1.1.3-97
	ThermalDynamics: -[1.7.10]1.2.1-172
	List of loaded APIs: 
		* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
		* armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.48.2.jar
		* asielibAPI (1.1) from AsieLib-1.7.10-0.4.5.jar
		* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.5.jar
		* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.5.jar
		* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.5.jar
		* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
		* BiomeReactorsAPI (1.0.0) from biomereactors-1.0.2.jar
		* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
		* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
		* BotaniaAPI (76) from Botania r1.8-249.jar
		* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.23.jar
		* BuildCraftAPI|boards (2.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|core (1.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|events (2.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|facades (1.1) from buildcraft-7.1.23.jar
		* BuildCraftAPI|filler (4.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|gates (4.1) from buildcraft-7.1.23.jar
		* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|lists (1.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|power (1.3) from buildcraft-7.1.23.jar
		* BuildCraftAPI|recipes (3.1) from buildcraft-7.1.23.jar
		* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.23.jar
		* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
		* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
		* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
		* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
		* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
		* CoFHAPI (1.7.10R1.0.2) from IC2NuclearControl-2.4.2a.jar
		* CoFHAPI|block (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
		* CoFHAPI|core (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
		* CoFHAPI|energy (1.7.10R1.0.2) from EnhancedPortals_1.7.10-universal-3.0.12.jar
		* CoFHAPI|fluid (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
		* CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHAPI|modhelpers (1.7.10R1.1.0) from MatterOverdrive-1.7.10-0.4.2.jar
		* CoFHAPI|tileentity (1.7.10R1.1.0) from NuclearCraft-1.9e--1.7.10.jar
		* CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHAPI|world (1.7.10R1.1.0) from NuclearCraft-1.9e--1.7.10.jar
		* CoFHLib (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|container (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|render (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|util|position (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|world (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* computronicsAPI (1.3) from Computronics-1.7.10-1.6.0.jar
		* computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.0.jar
		* computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.0.jar
		* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.0.jar
		* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.0.jar
		* CSLib|API (0.3.0) from Decocraft-2.4.2_1.7.10.jar
		* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* factorization notification system (1.0) from Factorization-1.7.10-0.8.107.jar
		* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
		* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.463.jar
		* GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.7.0.jar
		* gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar
		* GrowthcraftAPI|Bees (2.6.0) from growthcraft-1.7.10-2.6.2-complete.jar
		* GrowthcraftAPI|Cellar (2.6.0) from growthcraft-1.7.10-2.6.2-complete.jar
		* GrowthcraftAPI|Core (2.6.0) from growthcraft-1.7.10-2.6.2-complete.jar
		* GrowthcraftAPI|FishTrap (2.6.0) from growthcraft-1.7.10-2.6.2-complete.jar
		* GrowthcraftAPI|Milk (2.6.0) from growthcraft-1.7.10-2.6.2-complete.jar
		* Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
		* IC2API (1.0) from SonarCore-1.7.10-1.1.3.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
		* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
		* MagneticraftAPI (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Computer (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Computer|PreFab (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|ConveyorBelt (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|ConveyorBelt|PreFab (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Electricity (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Electricity|PreFab (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Heat (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Heat|PreFab (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Kinetic (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Pressure (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Pressure|PreFab (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Radiation (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Recipes (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Steel (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Tools (2.0.3) from magneticraft-0.6.1-final.jar
		* MagneticraftAPI|Util (2.0.3) from magneticraft-0.6.1-final.jar
		* MatterOverdrive|API (0.4.1) from MatterOverdrive-1.7.10-0.4.2.jar
		* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
		* MekanismAPI|core (9.0.0) from NuclearCraft-1.9e--1.7.10.jar
		* MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
		* MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
		* MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
		* MekanismAPI|laser (9.0.0) from NuclearCraft-1.9e--1.7.10.jar
		* MekanismAPI|reactor (9.0.0) from NuclearCraft-1.9e--1.7.10.jar
		* MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
		* MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar
		* MekanismAPI|util (9.0.0) from NuclearCraft-1.9e--1.7.10.jar
		* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-128.jar
		* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar
		* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.6.jar
		* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.7.0.1085-universal.jar
		* OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.6.jar
		* OpenPeripheralApi (3.4.2) from OpenPeripheralCore-1.7.10-1.4.jar
		* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
		* PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
		* pressureAPI (1.3.0.131) from pressure-1.3.0.131-mc1.7.10.jar
		* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|electricity (2.0.0) from Traincraft-4.3.2_009.jar
		* RailcraftAPI|events (1.0.0) from Traincraft-4.3.2_009.jar
		* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|helpers (1.1.0) from Traincraft-4.3.2_009.jar
		* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|locomotive (1.1.0) from Traincraft-4.3.2_009.jar
		* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RefinedRelocationAPI (1.0.0) from RefinedRelocation-mc1.7.10-1.1.34.jar
		* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar
		* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
	Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
	EnderIO: Found the following problem(s) with your installation:
                  * Optifine is installed. This is NOT supported.
                  * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from EnhancedPortals_1.7.10-universal-3.0.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
	Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client: 
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
	OptiFine Version: OptiFine_1.7.10_HD_D1
	Render Distance Chunks: 12
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	OpenGlVersion: 4.6.0 NVIDIA 397.64
	OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 8

Client crash

Client crash. NPE.

[18:37:33] [Client thread/ERROR] [FML]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
colorfulblocks (ColorfulBlocks-1.3.1-1.9.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 14/05/16 18:37
Description: Exception while adding particle

java.lang.NullPointerException: Exception while adding particle
at code.elix_x.coremods.colorfulblocks.client.color.ColorfulBlocksBlockColor.func_186720_a(ColorfulBlocksBlockColor.java:19)
at net.minecraft.client.renderer.color.BlockColors.func_186724_a(BlockColors.java:150)
at net.minecraft.client.particle.EntityDiggingFX.func_187154_b(SourceFile:50)
at net.minecraft.client.particle.EntityDiggingFX.func_174845_l(SourceFile:45)
at net.minecraft.client.particle.EntityDiggingFX$Factory.func_178902_a(SourceFile:103)
at net.minecraft.client.particle.EffectRenderer.func_178927_a(EffectRenderer.java:140)
at net.minecraft.client.renderer.RenderGlobal.func_174974_b(RenderGlobal.java:2936)
at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2822)
at net.minecraft.world.World.func_175720_a(World.java:1074)
at net.minecraft.world.World.func_175688_a(World.java:1061)
at net.minecraft.entity.Entity.func_174808_Z(Entity.java:1129)
at net.minecraft.entity.Entity.func_174830_Y(Entity.java:1115)
at net.minecraft.entity.Entity.func_70030_z(Entity.java:428)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:212)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:351)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1880)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1783)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 code.elix_x.coremods.colorfulblocks.client.color.ColorfulBlocksBlockColor.func_186720_a(ColorfulBlocksBlockColor.java:19)
at net.minecraft.client.renderer.color.BlockColors.func_186724_a(BlockColors.java:150)
at net.minecraft.client.particle.EntityDiggingFX.func_187154_b(SourceFile:50)
at net.minecraft.client.particle.EntityDiggingFX.func_174845_l(SourceFile:45)
at net.minecraft.client.particle.EntityDiggingFX$Factory.func_178902_a(SourceFile:103)
at net.minecraft.client.particle.EffectRenderer.func_178927_a(EffectRenderer.java:140)
at net.minecraft.client.renderer.RenderGlobal.func_174974_b(RenderGlobal.java:2936)

-- Particle being added --
Details:
ID: 37
Parameters: [I@307f9f4a

Position: -174,46,45,10,32,28 - World: (-175,45,32), Chunk: (at 1,2,0 
in -11,2; contains blocks -176,0,32 to -161,255,47), Region: (-1,0; 
contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2822)
at net.minecraft.world.World.func_175720_a(World.java:1074)
at net.minecraft.world.World.func_175688_a(World.java:1061)
at net.minecraft.entity.Entity.func_174808_Z(Entity.java:1129)
at net.minecraft.entity.Entity.func_174830_Y(Entity.java:1115)
at net.minecraft.entity.Entity.func_70030_z(Entity.java:428)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:212)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:351)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1880)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:226)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:156)
at net.minecraft.world.World.func_72866_a(World.java:1934)
at net.minecraft.world.World.func_72870_g(World.java:1903)

-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
Entity ID: 9830
Entity Name: Ushupiuck
Entity's Exact location: -174,44, 45,00, 32,34

Entity's Block location: World: (-175,45,32), Chunk: (at 1,2,0 in 
-11,2; contains blocks -176,0,32 to -161,255,47), Region: (-1,0; 
contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0,08, -0,08, 0,02
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1783)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:366)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_92, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 580045936 bytes (553 MB) / 1552801792 bytes (1480 MB) up to 3194421248 bytes (3046 MB)

JVM Flags: 7 total; 
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
-Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode 
-XX:-UseAdaptiveSizePolicy -Xmn256M -Xss2M
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.23 Powered by Forge 12.16.1.1904 Optifine OptiFine_1.9_HD_U_B2 9 mods loaded, 9 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = 
Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available
'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.1.1904.jar) 
UCHIJAAAAAAAAA Forge{12.16.1.1904} [Minecraft Forge] (forge-1.9-12.16.1.1904.jar) 
UCHIJAAAAAAAAA BiomesOPlenty{4.0.2.2018} [Biomes O' Plenty] (BiomesOPlenty-1.9-4.0.2.2018-universal.jar) 
UCHIJAAAAAAAAA excore{1.5.3} [EXCore] (Excore-1.5.3-1.9.jar) 
UCHIJAAAAAAAAA colorfulblocks{1.3.1} [Colorful Blocks] (ColorfulBlocks-1.3.1-1.9.jar) 
UCHIJAAAAAAAAA JEI{3.3.3.197} [Just Enough Items] (jei_1.9-3.3.3.197.jar) 
UCHIJAAAAAAAAA mantle{1.9-0.9.4.jenkins114} [Mantle] (Mantle-1.9-0.9.4.jar) 
UCHIJAAAAAAAAA tconstruct{1.9-2.2.2.jenkins156} [Tinkers' Construct] (TConstruct-1.9-2.2.2.jar) 
Loaded coremods (and transformers): 
colorfulblocks (ColorfulBlocks-1.3.1-1.9.jar)
code.elix_x.coremods.colorfulblocks.core.ColorfulBlocksTransformer
Pulsar/tconstruct loaded Pulses: 
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)

OptiFine Version: OptiFine_1.9_HD_U_B2
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.0.0 - Build 10.18.10.4358
OpenGlRenderer: Intel(R) HD Graphics
OpenGlVendor: Intel
CpuCount: 2

Twice registered crash!

I don't know if this is duplicated because al the insuess have the same title, but I have a crash:

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (Quark-beta-18.jar)
colorfulblocks (ColorfulBlocks-1.3.2-1.9.jar)
LoadingPlugin (HardcoreDarkness-MC1.9-1.8.jar)
LoadingPluginBuildingBricks (BuildingBricks-1.9-2.0.1.jar)
SeasonsPreLoader (SeasonsAPI-1.1.3b.jar)
BCModPlugin (zz-backpacks 1.9 - 3.0.10 beta.jar)
CXLibraryCore (cxlibrary-1.0.0.jar)
StreamsCoreMod (Streams-1.9-0.2.jar)
FarseekCoreMod (Farseek-1.9-1.0.jar)
Contact their authors BEFORE contacting forge

// I just don't know what went wrong :(

Time: 17/05/16 14:06
Description: Initializing game

java.lang.IllegalArgumentException: The name colorfulblocks:brush_eternalflames has been registered twice, for code.elix_x.coremods.colorfulblocks.items.ItemBrush@6d17a36e and code.elix_x.coremods.colorfulblocks.items.ItemBrush@50a38985.
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:425)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:781)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:243)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:146)
at code.elix_x.coremods.colorfulblocks.color.tool.ColoringToolsManager.init(ColoringToolsManager.java:56)
at code.elix_x.coremods.colorfulblocks.ColorfulBlocksBase.init(ColorfulBlocksBase.java:197)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:765)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
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 --
Stacktrace:
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:425)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:781)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:243)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:146)
at code.elix_x.coremods.colorfulblocks.color.tool.ColoringToolsManager.init(ColoringToolsManager.java:56)
at code.elix_x.coremods.colorfulblocks.ColorfulBlocksBase.init(ColorfulBlocksBase.java:197)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:765)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
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.9
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: 1249872392 bytes (1191 MB) / 2211299328 bytes (2108 MB) up to 2570715136 bytes (2451 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2554M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.23 Powered by Forge 12.16.1.1904 Optifine OptiFine_1.9_HD_U_B3 46 mods loaded, 46 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} Minecraft Coder Pack
UCHI FML{8.0.99.99} Forge Mod Loader
UCHI Forge{12.16.1.1904} Minecraft Forge
UCHI buildingbricks{1.9-2.0.1} Building Bricks
UCHI backpacks16840{3.0.10} [Backpacks!](zz-backpacks 1.9 - 3.0.10 beta.jar)
UCHI JEI{3.3.3.197} Just Enough Items
UCHI abyssalcraft{1.9.1.6} AbyssalCraft
UCHI armorplus{1.11.0-1.9} ArmorPlus
UCHI backlytra{1.9-0.0.1} Backlytra
UCHI basemetals{2.2.1} Base Metals
UCHI BetterAchievements{0.2.5.19} Better Achievements
UCHI blockdrops{1.0.0} [Block Drops](Block Drops-1.9-1.0.0.jar)
UCHI BloodMagic{1.9-2.0.0-38} Blood Magic: Alchemical Wizardry
UCHI bookshelf{1.2.0.226} Bookshelf
UCHI excore{1.5.3} EXCore
UCHE colorfulblocks{1.3.2} Colorful Blocks
UCHI customcrosshairmod{0.5-forge} Custom Crosshair Mod
UCHI CustomBackgrounds{1.0} Custom Backgrounds
UCHI customnpcs{1.9.0_beta} CustomNPCs
UCHI cxlibrary{1.0.0} CXLibrary
UCHI elementsofpower{0.7.7-alpha} [Elements of Power](ElementsOfPower-1.9-0.7.7-alpha %281%29.jar)
UCHI EnhancedTools{1.9-1.0.0} [EnhancedTools](Enhanced Tools 1.9-1.0.0.jar)
UCHI golems{4.02} [Extra Golems](ExtraGolems[1.9]-4.02 %281%29.jar)
UCHI EzTimeKeeper{2.1.3} Time Keeper
UCHI Farseek{1.9-1.0} Farseek
UCHI FEI{1.0.10} Forever Enough Items
UCHI grapple_hooks{1.0.5} [Grapple Hooks](Grapple Hooks-1.9-1.0.5.jar)
UCHI gravestone{1.2.4} [Gravestone](Gravestone Mod 1.2.4 .jar)
UCHI HardcoreDarkness{1.8} Hardcore Darkness
UCHI InfernalMobs{1.6.9} Infernal Mobs
UCHI IronChest{6.0.133.777} Iron Chest
UCHI journeymap{1.9-5.2.0b1} JourneyMap
UCHI jeresources{0.4.3} Just Enough Resources
UCHI kk{0.7.7} [Kingdom Keys Re:Coded](Kingdom Keys Re Coded-1.9-0.7.7-19-universal.jar)
UCHI mineralogy{3.0.0} Mineralogy
UCHI modernmetals{0.9.2.3} Modern Metals
UCHI MoreFurnaces{1.6.0} More Furnaces
UCHI nethermetals{1.0.4} Nether Metals
UCHI recipehandler{0.4} NoMoreRecipeConflict
UCHI NoPotionShift{1.0.0} No Potion Shift
UCHI Quark{beta-18} Quark
UCHI xreliquary{1.9-1.3.1.322} Reliquary
UCHI seasonsapi{1.1.3b} Seasons API
UCHI soundfilters{0.9_for_1.9} Sound Filters
UCHI Streams{1.9-0.2} Streams
UCHI ultimate_unicorn_mod{1.4.12} Wings, Horns, and Hooves, the Ultimate Unicorn Mod!
Loaded coremods (and transformers):
LoadingPlugin (Quark-beta-18.jar)
vazkii.quark.base.asm.ClassTransformer
colorfulblocks (ColorfulBlocks-1.3.2-1.9.jar)
code.elix_x.coremods.colorfulblocks.core.ColorfulBlocksTransformer
LoadingPlugin (HardcoreDarkness-MC1.9-1.8.jar)
lumien.hardcoredarkness.asm.ClassTransformer
LoadingPluginBuildingBricks (BuildingBricks-1.9-2.0.1.jar)
com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks
SeasonsPreLoader (SeasonsAPI-1.1.3b.jar)
mod.mindcraft.seasons.asm.Transformer
BCModPlugin (zz-backpacks 1.9 - 3.0.10 beta.jar)
brad16840.common.asm.ClassTransformer
CXLibraryCore (cxlibrary-1.0.0.jar)
cubex2.cxlibrary.CoreModTransformer
StreamsCoreMod (Streams-1.9-0.2.jar)
streams.core.StreamsClassTransformer
FarseekCoreMod (Farseek-1.9-1.0.jar)
farseek.core.FarseekClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 365.19' Renderer: 'GeForce 710M/PCIe/SSE2'
Launched Version: 1.9-forge1.9-12.16.1.1904
LWJGL: 2.9.4
OpenGL: GeForce 710M/PCIe/SSE2 GL version 4.5.0 NVIDIA 365.19, 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: Super HD Kingdom Keys Resource Pack.zip (incompatible)
Current Language: Español (España)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz
OptiFine Version: OptiFine_1.9_HD_U_B3
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 365.19
OpenGlRenderer: GeForce 710M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

Crash

---- Minecraft Crash Report ----
// You're mean.

Time: 10/29/15 5:51 PM
Description: Initializing game

cpw.mods.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: iconString
at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121)
at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:211)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:186)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:181)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initGenMaterials(ColoringMaterialsManager.java:292)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initMaterials(ColoringMaterialsManager.java:259)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.init(ColoringMaterialsManager.java:79)
at code.elix_x.coremods.colourfulblocks.ColourfulBlocksBase.init(ColourfulBlocksBase.java:112)
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:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: iconString
at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:94)
at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117)
... 44 more
Caused by: java.lang.NoSuchFieldException: iconString
at java.lang.Class.getDeclaredField(Class.java:2070)
at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85)
... 45 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121)
at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:211)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:186)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:181)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initGenMaterials(ColoringMaterialsManager.java:292)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initMaterials(ColoringMaterialsManager.java:259)
at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.init(ColoringMaterialsManager.java:79)
at code.elix_x.coremods.colourfulblocks.ColourfulBlocksBase.init(ColourfulBlocksBase.java:112)
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:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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:497)
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_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 334364296 bytes (318 MB) / 996618240 bytes (950 MB) up to 3169910784 bytes (3023 MB)
JVM Flags: 13 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3048M -XX:PermSize=256m -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=3 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 152 mods loaded, 152 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} Minecraft Coder Pack
UCHI FML{7.10.99.99} Forge Mod Loader
UCHI Forge{10.13.4.1517} Minecraft Forge
UCHI CodeChickenCore{1.0.7.47} CodeChicken Core
UCHI MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks
UCHI NotEnoughItems{1.0.5.118} Not Enough Items
UCHI WitchingGadgetsCore{1.1.10} Witching Gadgets Core
UCHI {000} CoFH ASM
UCHI mcdiscord{2.0.0} MC Discord
UCHI FastCraft{1.22} FastCraft
UCHI antiidconflict{1.3.5} Anti Id Conflict
UCHI AppleCore{1.1.0} AppleCore
UCHI ClockHUD{1.7.10-1.0} Clock HUD
UCHI CustomMainMenu{1.8} Custom Main Menu
UCHI DamageIndicatorsMod{3.2.0} Damage Indicators
UCHI ForgeEssentialsClient{1.4.3} Forge Essentials Client Addon
UCHI journeymap{@Jmversion@} JourneyMap
UCHI CoFHCore{1.7.10R3.0.3} CoFH Core
UCHI Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHI Waila{1.5.10} Waila
UCHI TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHI nevermine{2.3} AdventOfAscension
UCHI Natura{2.2.0} Natura
UCHI BiomesOPlenty{2.1.0} Biomes O' Plenty
UCHI Baubles{1.0.1.10} Baubles
UCHI Thaumcraft{4.2.3.5} Thaumcraft
UCHI Botania{r1.7-228} [Botania]([Universal]-Botania r1.7-228.jar)
UCHI MetallurgyCore{4.0.4} Metallurgy Core
UCHI Metallurgy{4.0.8} Metallurgy 4
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft]([Universal]-Pam's HarvestCraft 1.7.10k.jar)
UCHI ExtraTiC{1.4.5} ExtraTiC
UCHI AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry
UCHI ExtrabiomesXL{3.16.3} ExtrabiomesXL
UCHI IC2{2.2.790-experimental} IndustrialCraft 2
UCHI BuildCraft|Core{7.1.12} BuildCraft
UCHI Forestry{4.0.11.40} Forestry for Minecraft
UCHI Mariculture{1.7.10-1.2.4.2a} Mariculture
UCHI TiCTooltips{1.2.5} TiC Tooltips
UCHI wailafeatures{0.0.5} WAILA Features
UCHI abyssalcraft{1.8.9.6} AbyssalCraft
UCHI acheads{1.2.0} [AbyssalCraft Heads]([Universal]-AbyssalCraft Heads-1.7.X-1.2.0.jar)
UCHI acintegration{1.2.6} [AbyssalCraft Integration]([Universal]-AbyssalCraft Integration-1.7.10-1.2.6.jar)
UCHI BuildCraft|Energy{7.1.12} BC Energy
UCHI ActuallyAdditions{1.7.10-r1} Actually Additions
UCHI aobdbb{1.0.6} Another One Bites The Dust: Berry Bushes
UCHI Aquaculture{1.2.3} Aquaculture
UCHI atum{0.6} Atum
UCHI Backpack{2.0.0} Backpack
UCHI betterrecords{@Version@} Better Records
UCHI BiblioCraft{1.11.3} BiblioCraft
UCHI BiblioWoodsEBXL{1.4} BiblioWoods ExtraBiomesXL Edition
UCHI BiblioWoodsNatura{1.5} BiblioWoods Natura Edition
UCHI BuildCraft|Builders{7.1.12} BC Builders
UCHI BuildCraft|Transport{7.1.12} BC Transport
UCHI BuildCraft|Silicon{7.1.12} BC Silicon
UCHI BuildCraft|Robotics{7.1.12} BC Robotics
UCHI BuildCraft|Factory{7.1.12} BC Factory
UCHI buildhelper{1.0.0} Build Helper
UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks]([Universal]-Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHI chancecubes{1.7.10-1.4.2.38} Chance Cubes
UCHI Railcraft{9.8.0.0} Railcraft
UCHI chisel{2.9.2.8} Chisel
UCHI excore{1.2.1} EXCore
UCHE colourfullblocks{1.1.1} Colourfull Blocks
UCHI cosmeticarmorreworked{1.7.10-v4} CosmeticArmorReworked
UCHI lootablebodies{1.3.6} DrCyano's Lootable Bodies
UCHI deathlog{1.2a} Death Log
UCHI dungeonpack{1.7.10-1.0} Dungeon Pack
UCHI Enchiridion{1.3} [Enchiridion]([Universal]-Enchiridion 2-1.7.10-2.0.2a.jar)
UCHI Enchiridion2{2.0.2a} [Enchiridion 2]([Universal]-Enchiridion 2-1.7.10-2.0.2a.jar)
UCHI endercore{1.7.10-0.2.0.30_beta} EnderCore
UCHI EnderIO{1.7.10-2.3.0.417_beta} Ender IO
UCHI evilcraft{0.9.0} EvilCraft
UCHI extraores{4.0} [Extra Ores]([Universal]-Extra Ores[1.7.10-V4].jar)
UCHI fastleafdecay{1.3} Fast Leaf Decay
UCHI bspkrsCore{6.15} bspkrsCore
UCHI FloatingRuins{1.7.10.r02} FloatingRuins
UCHI GardenContainers{1.7.10-1.6.8} Garden Containers
UCHI GardenCore{1.7.10-1.6.8} Garden Core
UCHI GardenStuff{1.7.10-1.6.8} Garden Stuff
UCHI GardenTrees{1.7.10-1.6.8} Garden Trees
UCHI globbypotato_rockhounding{3.00} Rockhounding Mod
UCHI GraveStone{2.13.0} GraveStone
UCHI headcrumbs{1.6.2} Headcrumbs
UCHI heartdrop{1.3.2} Heart Drop
UCHI HardcoreQuesting{The Journey (4.3.0)} [Hardcore Questing Mode]([Universal]-HQM-The Journey %284.3.0%29.jar)
UCHI InfernalMobs{1.6.0} Infernal Mobs
UCHI infiniteinvo{1.0.44} InfiniteInvo
UCHI inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHI JABBA{1.2.1} JABBA
UCHI LagFix{2.0.1} LagFix
UCHI levelup{0.10} Level Up!
UCHI LogisticsPipes{0.9.3.61} Logistics Pipes
UCHI lycanitesmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI arcticmobs{1.13.0.3 - MC 1.7.10} [Lycanites Arctic Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI demonmobs{1.13.0.3 - MC 1.7.10} [Lycanites Demon Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI desertmobs{1.13.0.3 - MC 1.7.10} [Lycanites Desert Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI forestmobs{1.13.0.3 - MC 1.7.10} [Lycanites Forest Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI freshwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Freshwater Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI infernomobs{1.13.0.3 - MC 1.7.10} [Lycanites Inferno Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI junglemobs{1.13.0.3 - MC 1.7.10} [Lycanites Jungle Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI mountainmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mountain Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI plainsmobs{1.13.0.3 - MC 1.7.10} [Lycanites Plains Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI saltwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Saltwater Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI shadowmobs{1.13.0.3 - MC 1.7.10} [Lycanites Shadow Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI swampmobs{1.13.0.3 - MC 1.7.10} [Lycanites Swamp Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)
UCHI magicalcrops{4.0.0_PUBLIC_BETA_4b} Magical Crops: Core
UCHI magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} Magical Crops: Decorative
UCHI malisiscore{1.7.10-0.12.10} MalisisCore
UCHI malisisdoors{1.7.10-1.10.1} Malisis' Doors
UCHI MariTech{1.0} Marine Technlogy
UCHI metallurgychisel{1.0.0.11} Metallurgy Chisel
UCHI morechisels{@Version@} More Chisels
UCHI AS_MultiMine{1.4.3} Multi Mine
UCHI NEIAddons{1.12.13.38} NEI Addons
UCHI NEIAddons|Developer{1.12.13.38} NEI Addons: Developer Tools
UCHI NEIAddons|AppEng{1.12.13.38} NEI Addons: Applied Energistics 2
UCHI NEIAddons|Botany{1.12.13.38} NEI Addons: Botany
UCHI NEIAddons|Forestry{1.12.13.38} NEI Addons: Forestry
UCHI NEIAddons|CraftingTables{1.12.13.38} NEI Addons: Crafting Tables
UCHI NEIAddons|ExNihilo{1.12.13.38} NEI Addons: Ex Nihilo
UCHI neiintegration{1.0.13} NEI Integration
UCHI newdungeons{0.3} New Dungeons
UCHI recipehandler{1.7.10} NoMoreRecipeConflict
UCHI pokecube_adventures{0.1.0} Pokecube Adventures
UCHI PokecubeCompat{1.0} Pokecube Compat
UCHI pokecube{1.5.25-6.5} Pokecube
UCHI pokecube_generations{7.0.0} Pokecube Generations
UCHI pokecube_lineage{0.9} Pokecube Lineage
UCHI pokecube_ml{0.1.0} Pokecube Model Loader
UCHI pokecube_origin{1.5.25-6.5} Pokecube Origin
UCHI pokecube_world{0.0.1} Thut's WorldGen: Pokecube Edition
UCHI Roguelike{1.3.6.3} Roguelike Dungeons
UCHI AS_Ruins{14.7} Ruins Spawning System
UCHI secretroomsmod{4.7.1} The SecretRoomsMod
UCHI SilentGems{1.3.03} Silent's Gems
UCHI simpleblocks{0.1} SimbleBlocks
UCHI Testerino{0.04} Testerino
UCHI TinyStorage{1.20.5_191} Tiny Storage
UCHI Translocator{1.1.2.15} Translocator
UCHI TravellersGear{1.16.6} Traveller's Gear
UCHI Treecapitator{1.7.10} Treecapitator
UCHI universalcoins{1.7.10-1.6.36} Universal Coins
UCHI wailaevents{1.0.0} Waila Events
UCHI WailaHarvestability{1.1.2} Waila Harvestability
UCHI wailaplugins{MC1.7.10-0.1.2-21} WAILA Plugins
UCHI wawla{1.3.2} What Are We Looking At
UCHI witchery{0.24.1} Witchery
UCHI WitchingGadgets{1.1.10} Witching Gadgets
UCHI IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks
UCHI aobd{2.8.4} Another One Bites The Dust
UCHI JustAnotherSpawner{0.17.6} Just Another Spawner
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1003' Renderer: 'AMD Radeon HD 7700 Series'
CoFHCore: -[1.7.10]3.0.3-303
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
EnderIO: Found the following problem(s) with your installation: "An unsupportted old RF API is installed (1.7.10R1.0.1 from [Universal]-Railcraft_1.7.10-9.8.0.0.jar). Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions." This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Launched Version: 1.7.10-Forge10.13.4.1517-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1003, ATI Technologies Inc.
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: [Pokecube_Resources.zip, Pokecube_Pokecenterfix.zip]
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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.