Giter VIP home page Giter VIP logo

clonecraft's People

Contributors

jamezo97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clonecraft's Issues

Game crashes when placing multiple eggs in Life Inducer

I am using your Clonecraft mod for Minecraft version 1.7.10 and when I try to place in multiple eggs at once into the life inducer, it begins to activate them, but then my game crashes and if I try to get back on the game, it is still trying to load the unactivated eggs and crashes again, causing me to have to uninstall the mod and reinstall it.

---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 12/17/15 2:01 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.Entity.func_70091_d(Entity.java:617)
at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1490)
at drzhark.mocreatures.entity.MoCEntityAmbient.func_70612_e(MoCEntityAmbient.java:574)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
at drzhark.mocreatures.entity.MoCEntityAmbient.func_70636_d(MoCEntityAmbient.java:204)
at drzhark.mocreatures.entity.MoCEntityInsect.func_70636_d(MoCEntityInsect.java:70)
at drzhark.mocreatures.entity.ambient.MoCEntityCricket.func_70636_d(MoCEntityCricket.java:70)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at net.minecraft.entity.Entity.func_70091_d(Entity.java:617)
at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1490)
at drzhark.mocreatures.entity.MoCEntityAmbient.func_70612_e(MoCEntityAmbient.java:574)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1814)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
at drzhark.mocreatures.entity.MoCEntityAmbient.func_70636_d(MoCEntityAmbient.java:204)
at drzhark.mocreatures.entity.MoCEntityInsect.func_70636_d(MoCEntityInsect.java:70)
at drzhark.mocreatures.entity.ambient.MoCEntityCricket.func_70636_d(MoCEntityCricket.java:70)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: MoCreatures.Cricket (drzhark.mocreatures.entity.ambient.MoCEntityCricket)
Entity ID: 3892
Entity Name: Cricket
Entity's Exact location: -73.10, 80.00, 267.46
Entity's Block location: World: (-74,80,267), Chunk: (at 6,5,11 in -5,16; contains blocks -80,0,256 to -65,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: Alvasyr
All players: 1 total; [EntityPlayerMP['MrValdi'/4071, l='Alvasyr', x=-25.67, y=53.00, z=224.35]]
Chunk stats: ServerChunkCache: 256 Drop: 0
Level seed: -4102002466494538890
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-16,64,228), Chunk: (at 0,4,4 in -1,14; contains blocks -16,0,224 to -1,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 755791 game time, 231019 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 59115 (now: false), thunder time: 129249 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 191689296 bytes (182 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 56 mods loaded, 56 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1481} Minecraft Forge
UCHIJAAAA PlayerAPI{1.2} Player API
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA sapmanpack{2.4.1} SanAndreasPs Manager Pack CORE edition
UCHIJAAAA bspkrsCore{6.16} bspkrsCore
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA adventurebackpack{1.7.10-0.8b} Adventure Backpack
UCHIJAAAA AnimationAPI{1.2.4} AnimationAPI
UCHIJAAAA BiblioCraft{1.11.2} BiblioCraft
UCHIJAAAA celestialcraft{1.0.3} [Celestial Craft](CelestialCraft 1.7.10-1.0.3.jar)
UCHIJAAAA claysoldiers{2.0.0-beta.2} Clay Soldiers Mod
UCHIJAAAA clonecraft{3.0} [CloneCraft](CloneCraft-vB3.0 - MC1.7.10.jar)
UCHIJAAAA cookingbook{1.0.134} Cooking for Blockheads
UCHIJAAAA BuildMod{v1.0} Build Mod
UCHIJAAAA CoroAI{v1.0} CoroAI
UCHIJAAAA ExtendedRenderer{v1.0} Extended Renderer
UCHIJAAAA ConfigMod{v1.0} Extended Mod Config
UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry](CraftHeraldry 1.1.3.jar)
UCHIJAAAA custom_sword{1.7.10} Custom Sword By Kelco_K22
UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner](CustomMobSpawner 3.3.0.zip)
UCHIJAAAA customnpcs{1.7.10b} CustomNpcs
UCHIJAAAA PTRModelLib{1.0.0} PTRModelLib
UCHIJAAAA props{2.1.1} Decocraft
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V9b.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA DynamicLights{1.3.8} Dynamic Lights
UCHIJAAAA DynamicLights_onFire{1.0.4} Dynamic Lights Burning Entity Module
UCHIJAAAA DynamicLights_creepers{1.0.4} Dynamic Lights Creeper Module
UCHIJAAAA DynamicLights_dropItems{1.0.8} Dynamic Lights EntityItem Module
UCHIJAAAA DynamicLights_entityClasses{1.0.1} Dynamic Lights Entity Light Module
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} Dynamic Lights Mob Equipment Light Module
UCHIJAAAA DynamicLights_flameArrows{1.0.0} Dynamic Lights Fiery Arrows Light Module
UCHIJAAAA DynamicLights_floodLights{1.0.2} Dynamic Lights Flood Light
UCHIJAAAA DynamicLights_otherPlayers{1.0.8} Dynamic Lights OtherPlayers Light Module
UCHIJAAAA DynamicLights_thePlayer{1.1.4} Dynamic Lights Player Light Module
UCHIJAAAA SlimevoidLib{2.0.4.7} Slimevoid Library
UCHIJAAAA DynamicTransport{0.1.2.0} Dynamic Transport
UCHIJAAAA ExtraUtilities{1.2.4b} Extra Utilities
UCHIJAAAA examplemod{1.0} examplemod
UCHIJAAAA herobrinemod{3.7} The Herobrine Mod
UCHIJAAAA InventoryPets{1.3.8} Inventory Pets
UCHIJAAAA journeymap{@Jmversion@} JourneyMap
UCHIJAAAA RadixCore{2.0.1} RadixCore
UCHIJAAAA MCA{5.0.5_1} Minecraft Comes Alive
UCHIJAAAA harvestcraft{1.7.10i} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10i.jar)
UCHIJAAAA RPGAdvMod{1.0.0} RPGAdvMod
UCHIJAAAA DP_SimpleFlight{0.8} Simple Flight
UCHIJAAAA TextureGeneratorLib{0.1} TextureGeneratorLib
UCHIJAAAA VoidMonster{1.0} [Void Monster](VoidMonster 1.7.10 V9a.jar)
UCHIJAAAA witchery{0.24.1} Witchery
UCHIJAAAA WTFCore{1.65} WhiskyTangoFox's Core
UCHIJAAAA CaveBiomes{1.53} WhiskyTangoFox's CaveBiomes
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['MrValdi'/4071, l='Alvasyr', x=-25.67, y=53.00, z=224.35]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Fatal Server Crash With Life Inducer (Beta 1.7.0 Version 3.0.5)

Hey Jamezo,
It appears that when I put a lifeless egg into a Life Inducer on my server, it crashes. I cannot re-enter the world until I uninstall CloneCraft. As far as I can tell, this happens on all of the other beta versions. The server was running a large mod pack as well.
Server error report:

---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 6/30/15 5:41 PM
Description: Exception ticking world

java.lang.NoSuchMethodError: net.jamezo97.clonecraft.tileentity.TileEntityLifeInducer.spawnSparks(DDD)V
at net.jamezo97.clonecraft.tileentity.TileEntityLifeInducer.func_145842_c(TileEntityLifeInducer.java:369)
at net.minecraft.block.BlockContainer.func_149696_a(SourceFile:29)
at net.minecraft.world.WorldServer.func_147485_a(WorldServer.java:968)
at net.minecraft.world.WorldServer.func_147488_Z(WorldServer.java:955)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:196)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at net.jamezo97.clonecraft.tileentity.TileEntityLifeInducer.func_145842_c(TileEntityLifeInducer.java:369)
at net.minecraft.block.BlockContainer.func_149696_a(SourceFile:29)
at net.minecraft.world.WorldServer.func_147485_a(WorldServer.java:968)
at net.minecraft.world.WorldServer.func_147488_Z(WorldServer.java:955)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:196)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['FangTwoThousand'/227, l='world', x=-409.49, y=134.90, z=205.71]]
Chunk stats: ServerChunkCache: 1026 Drop: 0
Level seed: 2005761734631650269
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-192,64,252), Chunk: (at 0,4,12 in -12,15; contains blocks -192,0,240 to -177,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1860126 game time, 1460709 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 55126 (now: false), thunder time: 8897 (now: true)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_72, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3911134496 bytes (3729 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 2 total; -Xms4096M -Xmx4096M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 47 mods loaded, 47 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2-core{rv2-stable-5} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.11} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{000} CoFH ASM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv2-stable-5} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.2} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.1} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BigReactors{0.4.3A} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{7.0.8} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{7.0.8} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{7.0.8} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Robotics{7.0.8} BC Robotics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{7.0.8} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{7.0.8} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{7.0.8} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clearingblock{0.3} [ClearingBlock Mod](Clearing Block Mod-0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clonecraft{3.0} [CloneCraft](CloneCraft-vB3.0.5 - MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SKC-Core{1.1.2.0} SKC Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SKC-CraftableHorseArmor{1.1.2.0} Craftable Horse Armor Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.2.331} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.2.5} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flansmod{4.10.0} [Flan's Mod](Flans Mod-1.7.10-4.10.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{3.5.7.16} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
fossil{1.7.10 Build 7.2.1} Fossils and Archeology Revival Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.1.jenkins180} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.1.2} MapWriter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mekanism{8.1.4} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismGenerators{8.1.4} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismTools{8.1.4} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.4.5.44} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.4.5.44} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.4.5.44} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.4.5.44} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.6.0.build611} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.4.5.44} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.4.5.44} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.4.5.44} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.4.5.44} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.2.331} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.2.331} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsLib crash transformers: [gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED],[map_gen_fix:FINISHED],[movement_callback:ENABLED],[stencil_patches:ENABLED]
AE2 Version: stable rv2-stable-5 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 10; [EntityPlayerMP['FangTwoThousand'/227, l='world', x=-409.49, y=134.90, z=205.71]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Crashes when using Human close spawn

Hi!
Minecraft crashes when I right click on the human cloned spawn egg to drop it in. Any advice?

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 8/7/15 2:59 PM
Description: Ticking memory connection

java.lang.NullPointerException: Ticking memory connection
at net.minecraft.world.World.func_72956_a(World.java:1258)
at net.jamezo97.clonecraft.item.ItemSpawnEgg.func_77648_a(ItemSpawnEgg.java:164)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:128)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:389)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at net.minecraft.world.World.func_72956_a(World.java:1258)
at net.jamezo97.clonecraft.item.ItemSpawnEgg.func_77648_a(ItemSpawnEgg.java:164)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:128)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:389)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@3573a5b0
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.9.4
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 241960744 bytes (230 MB) / 1065025536 bytes (1015 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 13 mods loaded, 13 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1448} Minecraft Forge
UCHIJAAAA ism{7.0.1} MaggiCraft's Instant Structures Mod
UCHIJAAAA lightsabers{0.7.1} Advanced Lightsabers Mod
UCHIJAAAA clonecraft{3.0} CloneCraft
UCHIJAAAA customnpcs{1.7.10} CustomNpcs
UCHIJAAAA props{2.0.2} Decocraft
UCHIJAAAA explosives_pp{1.7b} ß6Explosivesß4++
UCHIJAAAA mininghats{1.3} [Mining Hats](Night-Vision-Mining-Hats-Mod-1.7.10 %281%29.jar)
UCHIJAAAA OreSpawn{1.7.10.20.3} OreSpawn
UCHIJAAAA SpawnCommands{2.2.2} SpawnCommands
UCHIJAAAA telepads{1.6.4 v5} Teleportation Pads
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['FatherFusion'/2717, l='FatherFusion&TrayaurusTDM World', x=-35.09, y=115.00, z=-23.15]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Blocks to Break

When I type in the search bar I get a crash and when I scroll too far down I get a crash. Here they are, respectively.


---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 7/26/15 12:12 AM
Description: Updating screen events
java.lang.ArrayIndexOutOfBoundsException: 5
at thermalexpansion.block.tank.ItemBlockTank.func_77667_c(ItemBlockTank.java:31)
at cofh.core.item.ItemBlockBase.func_77653_i(ItemBlockBase.java:25)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.getTransName(GuiScrollableBlocks.java:70)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.updateViewable(GuiScrollableBlocks.java:50)
at net.jamezo97.clonecraft.gui.GuiChooseBlocksToBreak.func_73869_a(GuiChooseBlocksToBreak.java:64)
at net.minecraft.client.gui.GuiScreen.func_146282_l(GuiScreen.java:319)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thermalexpansion.block.tank.ItemBlockTank.func_77667_c(ItemBlockTank.java:31)
at cofh.core.item.ItemBlockBase.func_77653_i(ItemBlockBase.java:25)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.getTransName(GuiScrollableBlocks.java:70)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.updateViewable(GuiScrollableBlocks.java:50)
at net.jamezo97.clonecraft.gui.GuiChooseBlocksToBreak.func_73869_a(GuiChooseBlocksToBreak.java:64)
at net.minecraft.client.gui.GuiScreen.func_146282_l(GuiScreen.java:319)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
-- Affected screen --
Details:
Screen name: net.jamezo97.clonecraft.gui.GuiChooseBlocksToBreak
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['MrBones1102'/287, l='MpServer', x=21.91, y=67.62, z=258.45]]
Chunk stats: MultiplayerChunkCache: 289, 298
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: 
Level spawn location: World: (4,64,256), Chunk: (at 4,4,0 in 0,16; contains blocks 0,0,256 to 15,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 213097 game time, 2344 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: 51 total; [EntityBat['Bat'/18709, l='MpServer', x=83.22, y=45.00, z=314.53], EntityCreeper['Creeper'/21275, l='MpServer', x=39.94, y=46.00, z=291.44], EntityCreeper['Creeper'/21276, l='MpServer', x=44.00, y=46.00, z=293.41], EntityBat['Bat'/18716, l='MpServer', x=-56.25, y=15.00, z=213.50], EntityClientPlayerMP['MrBones1102'/287, l='MpServer', x=21.91, y=67.62, z=258.45], EntityTrail['unknown'/568, l='MpServer', x=21.91, y=67.62, z=258.45], EntitySkeleton['Skeleton'/19002, l='MpServer', x=-34.50, y=49.00, z=242.50], EntityZombie['Zombie'/19773, l='MpServer', x=-58.50, y=16.00, z=311.50], EntityItem['item.item.rottenFlesh'/19014, l='MpServer', x=43.78, y=71.13, z=210.53], EntityItem['item.item.mobEssence'/19015, l='MpServer', x=43.91, y=71.13, z=211.91], EntityZombie['Zombie'/18772, l='MpServer', x=-48.50, y=32.00, z=203.50], EntitySkeleton['Skeleton'/14448, l='MpServer', x=-53.50, y=13.00, z=247.50], EntityHorse['Horse'/119, l='MpServer', x=-45.91, y=64.00, z=286.03], EntityHorse['Horse'/120, l='MpServer', x=-35.91, y=69.00, z=327.50], EntityHorse['Horse'/121, l='MpServer', x=-35.91, y=67.00, z=334.22], EntityHorse['Horse'/127, l='MpServer', x=-27.75, y=63.00, z=232.00], EntityHorse['Horse'/128, l='MpServer', x=-28.41, y=69.00, z=328.66], EntityHorse['Horse'/129, l='MpServer', x=-18.00, y=66.00, z=335.06], EntityHorse['Horse'/148, l='MpServer', x=-17.63, y=70.00, z=218.50], EntityHorse['Horse'/149, l='MpServer', x=-6.63, y=67.00, z=303.94], EntityHorse['Horse'/150, l='MpServer', x=-14.13, y=67.00, z=295.38], EntityHorse['Horse'/151, l='MpServer', x=-19.50, y=69.00, z=309.75], EntityHorse['Horse'/152, l='MpServer', x=-8.56, y=67.00, z=312.91], EntityHorse['Horse'/153, l='MpServer', x=-14.59, y=66.00, z=327.47], EntityHorse['Horse'/154, l='MpServer', x=-12.59, y=65.00, z=333.88], EntityHorse['Horse'/166, l='MpServer', x=7.94, y=67.00, z=198.03], EntityRobot['Robot'/174, l='MpServer', x=14.50, y=66.31, z=250.50], EntityHorse['Horse'/177, l='MpServer', x=5.53, y=65.00, z=255.34], EntityChicken['Chicken'/178, l='MpServer', x=11.63, y=64.00, z=317.41], EntityClone['Grace'/185, l='MpServer', x=22.69, y=66.00, z=256.25], EntityChicken['Chicken'/189, l='MpServer', x=22.69, y=64.00, z=318.41], EntityChicken['Chicken'/190, l='MpServer', x=28.59, y=64.00, z=315.38], EntityChicken['Chicken'/191, l='MpServer', x=43.53, y=63.00, z=293.53], EntityHorse['Horse'/192, l='MpServer', x=41.28, y=63.00, z=294.97], EntityHorse['Horse'/196, l='MpServer', x=62.22, y=63.00, z=286.09], EntityBat['Bat'/17104, l='MpServer', x=-37.56, y=27.00, z=266.03], EntityPig['Pig'/210, l='MpServer', x=76.69, y=67.00, z=255.50], EntityCreeper['Creeper'/18388, l='MpServer', x=-22.50, y=69.00, z=310.50], EntityBat['Bat'/17110, l='MpServer', x=-37.88, y=23.12, z=257.75], EntityHorse['Horse'/217, l='MpServer', x=80.81, y=67.00, z=244.28], EntityHorse['Horse'/218, l='MpServer', x=79.09, y=67.00, z=245.00], EntityHorse['Horse'/219, l='MpServer', x=87.72, y=68.00, z=247.19], EntitySpider['Spider'/18912, l='MpServer', x=-8.50, y=27.00, z=231.50], EntitySkeleton['Skeleton'/18657, l='MpServer', x=78.50, y=47.00, z=306.50], EntityHorse['Horse'/226, l='MpServer', x=97.09, y=67.00, z=234.34], EntityCreeper['Creeper'/21733, l='MpServer', x=54.50, y=46.00, z=317.50], EntityItem['item.item.rottenFlesh'/19177, l='MpServer', x=-14.59, y=66.13, z=221.91], EntityItem['item.item.mobEssence'/19178, l='MpServer', x=-14.44, y=66.13, z=221.19], EntityCreeper['Creeper'/21739, l='MpServer', x=56.50, y=46.00, z=317.50], EntityZombie['Zombie'/18926, l='MpServer', x=-45.50, y=27.00, z=253.50], EntityItem['item.item.mobEssence'/19955, l='MpServer', x=-32.72, y=70.13, z=315.47]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:909)
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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 108103392 bytes (103 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_U_B7 51 mods loaded, 51 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.60} [Not Enough Items] (Not-Enough-Items-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SomniaCore{1.3.1.32} [SomniaCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Trapcraft{v2.2.1a} [Trapcraft] ([1.7.10] Trapcraft - v2.3.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-40.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{7.0.12} [BuildCraft] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{7.0.12} [BC Energy] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{7.0.12} [BC Factory] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{7.0.12} [BC Transport] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{7.0.12} [BC Builders] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{7.0.12} [BC Silicon] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Robotics{7.0.12} [BC Robotics] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.11.-.MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0RC1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0RC1-13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B8} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B8-23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
evilcraft{0.7.2b} [EvilCraft] (EvilCraft-1.7.10-0.7.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flintlock_guns{1.6_5} [Flintlock Guns Mod] (Flintlock Guns Mod-1.7pre1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NBTEdit{1.7.2.2} [In-game NBTEdit] (Forge_NBTEditv1.7.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.1.0} [iChunUtil] (iChunUtil-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LunatriusCore{1.1.2.16} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.16-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MonsterSpawnHighlighter{1.4.1.29} [Monster Spawn Highlighter] (MonsterSpawnHighlighter-1.7.10-1.4.1.29-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-223.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-430.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Scenter{1.7.10-3.2.0} [Scenter] (scenter-1.7.10-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SlimevoidLib{2.0.4.6} [Slimevoid Library] (SlimevoidLibrary-2.0.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.2} [Smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} [Smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SolarFlux{1.7.10-0.8a} [Solar Flux] (SolarFlux-1.7.10-0.8a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Somnia{-au} [Somnia] (Somnia-1.4.2.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
spawnercraft{1.2.1-mc1.7.10} [SpawnerCraft] (SpawnerCraft-1.2.1-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tpmod{1.9.0} [Teleportation Mod] (teleportationmod19formc17104707644.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.2} [Treecapitator] (Tree-Capitator-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
universalcoins{1.7.10-1.6.3} [Universal Coins] (UniversalCoins-1.7.10-1.6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WirelessRedstoneCore{1.8.0.0} [Wireless Redstone] (WirelessRedstoneCore-1.8.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YALSM{2.1.3} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2476, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)


---- Minecraft Crash Report ----
// Shall we play a game?
Time: 7/26/15 12:18 AM
Description: Rendering item
java.lang.NullPointerException: Rendering item
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:402)
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.renderItem(GuiScrollableBlocks.java:166)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.renderBlock(GuiScrollableBlocks.java:154)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.renderEntry(GuiScrollableBlocks.java:143)
at net.jamezo97.clonecraft.gui.GuiScrollable.doScrollDraw(GuiScrollable.java:421)
at net.jamezo97.clonecraft.gui.GuiScrollable.draw(GuiScrollable.java:297)
at net.jamezo97.clonecraft.gui.GuiChooseBlocksToBreak.func_73863_a(GuiChooseBlocksToBreak.java:44)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1358)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:989)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:402)
-- Item being rendered --
Details:
Item Type: null
Item Aux: ~~ERROR~~ NullPointerException: null
Item NBT: null
Item Foil: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:565)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.renderItem(GuiScrollableBlocks.java:166)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.renderBlock(GuiScrollableBlocks.java:154)
at net.jamezo97.clonecraft.gui.GuiScrollableBlocks.renderEntry(GuiScrollableBlocks.java:143)
at net.jamezo97.clonecraft.gui.GuiScrollable.doScrollDraw(GuiScrollable.java:421)
at net.jamezo97.clonecraft.gui.GuiScrollable.draw(GuiScrollable.java:297)
at net.jamezo97.clonecraft.gui.GuiChooseBlocksToBreak.func_73863_a(GuiChooseBlocksToBreak.java:44)
-- Screen render details --
Details:
Screen name: net.jamezo97.clonecraft.gui.GuiChooseBlocksToBreak
Mouse location: Scaled: (292, 217). Absolute: (585, 45)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['MrBones1102'/282, l='MpServer', x=21.91, y=67.62, z=258.45]]
Chunk stats: MultiplayerChunkCache: 289, 298
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: 
Level spawn location: World: (4,64,256), Chunk: (at 4,4,0 in 0,16; contains blocks 0,0,256 to 15,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 216121 game time, 5368 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: 76 total; [EntityHorse['Horse'/128, l='MpServer', x=-35.56, y=70.00, z=320.13], EntityCreeper['Creeper'/2944, l='MpServer', x=-44.06, y=14.00, z=260.50], EntityHorse['Horse'/129, l='MpServer', x=-35.91, y=67.00, z=334.22], EntityHorse['Horse'/138, l='MpServer', x=-17.06, y=70.00, z=215.03], EntityCreeper['Creeper'/2954, l='MpServer', x=38.50, y=16.00, z=310.50], EntityHorse['Horse'/139, l='MpServer', x=-22.88, y=64.00, z=231.00], EntityHorse['Horse'/140, l='MpServer', x=-19.50, y=69.00, z=309.75], EntityZombie['Zombie'/3084, l='MpServer', x=-2.41, y=63.00, z=178.97], EntitySkeleton['Skeleton'/3085, l='MpServer', x=-55.50, y=17.00, z=313.50], EntityHorse['Horse'/142, l='MpServer', x=-28.41, y=69.00, z=328.66], EntityCreeper['Creeper'/2702, l='MpServer', x=39.50, y=12.00, z=292.50], EntitySkeleton['Skeleton'/3086, l='MpServer', x=-54.50, y=31.00, z=199.50], EntityHorse['Horse'/143, l='MpServer', x=-18.00, y=66.00, z=335.06], EntitySkeleton['Skeleton'/2959, l='MpServer', x=101.66, y=66.00, z=280.16], EntityZombie['Zombie'/3090, l='MpServer', x=-3.50, y=63.00, z=179.50], EntityCreeper['Creeper'/3091, l='MpServer', x=-57.03, y=21.00, z=249.63], EntityZombie['Zombie'/2973, l='MpServer', x=73.50, y=41.00, z=279.50], EntityClientPlayerMP['MrBones1102'/282, l='MpServer', x=21.91, y=67.62, z=258.45], EntityItem['item.item.mobEssence'/163, l='MpServer', x=-14.72, y=66.13, z=221.13], EntityEnderman['Enderman'/2723, l='MpServer', x=91.13, y=53.00, z=327.66], EntityItem['item.item.rottenFlesh'/164, l='MpServer', x=-14.88, y=66.13, z=221.97], EntitySkeleton['Skeleton'/804, l='MpServer', x=25.50, y=27.00, z=311.50], EntityHorse['Horse'/166, l='MpServer', x=-6.63, y=67.00, z=303.94], EntityHorse['Horse'/167, l='MpServer', x=-22.97, y=68.00, z=300.09], EntityHorse['Horse'/168, l='MpServer', x=-8.56, y=67.00, z=312.91], EntityHorse['Horse'/169, l='MpServer', x=-14.59, y=66.00, z=327.47], EntityHorse['Horse'/170, l='MpServer', x=-12.59, y=65.00, z=333.88], EntityTrail['unknown'/556, l='MpServer', x=21.91, y=67.62, z=258.45], EntityHorse['Horse'/182, l='MpServer', x=7.94, y=67.00, z=198.03], EntityBat['Bat'/310, l='MpServer', x=-52.84, y=44.00, z=285.47], EntityCreeper['Creeper'/2486, l='MpServer', x=-18.00, y=25.00, z=258.56], EntityRobot['Robot'/183, l='MpServer', x=14.50, y=66.31, z=250.50], EntityHorse['Horse'/184, l='MpServer', x=-8.44, y=65.00, z=262.97], EntityChicken['Chicken'/185, l='MpServer', x=11.63, y=64.00, z=317.41], EntityBat['Bat'/3004, l='MpServer', x=14.09, y=24.90, z=303.78], EntityCreeper['Creeper'/2877, l='MpServer', x=26.41, y=19.00, z=252.91], EntityClone['Grace'/190, l='MpServer', x=22.69, y=66.00, z=256.25], EntityZombie['Zombie'/1598, l='MpServer', x=-53.50, y=23.00, z=205.50], EntityChicken['Chicken'/191, l='MpServer', x=22.69, y=64.00, z=318.41], EntityZombie['Zombie'/2879, l='MpServer', x=85.50, y=21.00, z=190.50], EntityChicken['Chicken'/192, l='MpServer', x=28.59, y=64.00, z=315.38], EntityZombie['Zombie'/2880, l='MpServer', x=80.50, y=21.00, z=187.50], EntityZombie['Zombie'/2881, l='MpServer', x=33.03, y=18.00, z=253.44], EntityItem['item.item.mobEssence'/194, l='MpServer', x=44.19, y=71.13, z=211.97], EntityBat['Bat'/322, l='MpServer', x=-57.44, y=13.00, z=179.53], EntityItem['item.item.rottenFlesh'/195, l='MpServer', x=44.03, y=71.13, z=210.44], EntityZombie['Zombie'/3011, l='MpServer', x=-54.50, y=24.00, z=202.50], EntityZombie['Zombie'/3012, l='MpServer', x=-32.50, y=29.00, z=261.50], EntityChicken['Chicken'/198, l='MpServer', x=43.53, y=63.00, z=293.53], EntityHorse['Horse'/199, l='MpServer', x=41.28, y=63.00, z=294.97], EntityHorse['Horse'/203, l='MpServer', x=62.22, y=63.00, z=286.09], EntityZombie['Zombie'/2379, l='MpServer', x=80.50, y=41.00, z=322.50], EntityCreeper['Creeper'/3151, l='MpServer', x=37.07, y=49.08, z=288.53], EntitySkeleton['Skeleton'/3152, l='MpServer', x=-35.44, y=47.00, z=247.08], EntityZombie['Zombie'/2899, l='MpServer', x=-37.50, y=46.00, z=246.50], EntityCreeper['Creeper'/3031, l='MpServer', x=-47.50, y=25.00, z=247.50], EntityCreeper['Creeper'/2651, l='MpServer', x=-49.50, y=52.00, z=232.94], EntityPig['Pig'/224, l='MpServer', x=69.13, y=66.00, z=252.75], EntityHorse['Horse'/225, l='MpServer', x=70.34, y=66.00, z=245.00], EntityCreeper['Creeper'/2786, l='MpServer', x=9.34, y=15.00, z=254.53], EntityCreeper['Creeper'/2787, l='MpServer', x=92.50, y=15.00, z=322.50], EntityHorse['Horse'/231, l='MpServer', x=87.72, y=68.00, z=247.19], EntityHorse['Horse'/232, l='MpServer', x=83.66, y=67.00, z=244.16], EntitySkeleton['Skeleton'/2668, l='MpServer', x=11.72, y=16.00, z=254.69], EntityBat['Bat'/2542, l='MpServer', x=-47.25, y=42.00, z=239.34], EntityHorse['Horse'/241, l='MpServer', x=97.09, y=67.00, z=234.34], EntitySkeleton['Skeleton'/2549, l='MpServer', x=51.50, y=45.00, z=332.50], EntityCreeper['Creeper'/3189, l='MpServer', x=-36.47, y=50.00, z=241.73], EntityCreeper['Creeper'/3190, l='MpServer', x=-56.50, y=18.00, z=210.50], EntityZombie['Zombie'/2423, l='MpServer', x=-23.50, y=55.00, z=239.50], EntitySkeleton['Skeleton'/2424, l='MpServer', x=-9.50, y=24.00, z=260.50], EntitySkeleton['Skeleton'/3192, l='MpServer', x=92.50, y=25.00, z=278.50], EntityZombie['Zombie'/2557, l='MpServer', x=19.50, y=24.00, z=303.50], EntityHorse['Horse'/126, l='MpServer', x=-45.91, y=64.00, z=286.03], EntityItem['item.item.mobEssence'/127, l='MpServer', x=-32.72, y=70.13, z=315.47], EntitySkeleton['Skeleton'/2943, l='MpServer', x=98.91, y=66.00, z=280.44]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:909)
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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 197776872 bytes (188 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_U_B7 51 mods loaded, 51 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.60} [Not Enough Items] (Not-Enough-Items-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SomniaCore{1.3.1.32} [SomniaCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Trapcraft{v2.2.1a} [Trapcraft] ([1.7.10] Trapcraft - v2.3.0a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-40.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{7.0.12} [BuildCraft] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{7.0.12} [BC Energy] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{7.0.12} [BC Factory] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{7.0.12} [BC Transport] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{7.0.12} [BC Builders] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{7.0.12} [BC Silicon] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Robotics{7.0.12} [BC Robotics] (buildcraft-7.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.11.-.MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0RC1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0RC1-13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B8} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B8-23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
evilcraft{0.7.2b} [EvilCraft] (EvilCraft-1.7.10-0.7.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flintlock_guns{1.6_5} [Flintlock Guns Mod] (Flintlock Guns Mod-1.7pre1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NBTEdit{1.7.2.2} [In-game NBTEdit] (Forge_NBTEditv1.7.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.1.0} [iChunUtil] (iChunUtil-4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LunatriusCore{1.1.2.16} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.16-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MonsterSpawnHighlighter{1.4.1.29} [Monster Spawn Highlighter] (MonsterSpawnHighlighter-1.7.10-1.4.1.29-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-223.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-430.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Scenter{1.7.10-3.2.0} [Scenter] (scenter-1.7.10-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SlimevoidLib{2.0.4.6} [Slimevoid Library] (SlimevoidLibrary-2.0.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.2} [Smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} [Smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SolarFlux{1.7.10-0.8a} [Solar Flux] (SolarFlux-1.7.10-0.8a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Somnia{-au} [Somnia] (Somnia-1.4.2.32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
spawnercraft{1.2.1-mc1.7.10} [SpawnerCraft] (SpawnerCraft-1.2.1-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tpmod{1.9.0} [Teleportation Mod] (teleportationmod19formc17104707644.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.2} [Treecapitator] (Tree-Capitator-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
universalcoins{1.7.10-1.6.3} [Universal Coins] (UniversalCoins-1.7.10-1.6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WirelessRedstoneCore{1.8.0.0} [Wireless Redstone] (WirelessRedstoneCore-1.8.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YALSM{2.1.3} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2476, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Crash on server startup

Got this crash log using version 3.0.14. Spawned in a Human NPC and it crashed the server the first time, then tried to reload the server and it crashed with the same crash.
Full crashlog is at Pastebin

---- Minecraft Crash Report ----
// My bad.

Time: 17/10/15 01:13
Description: Ticking entity

java.lang.NoSuchMethodError: net.minecraft.entity.EntityAccessor.isAIEnabled(Lnet/minecraft/entity/EntityLivingBase;)Z
    at net.jamezo97.clonecraft.clone.EntityClone.makeOthersAttackMe(EntityClone.java:1989)
    at net.jamezo97.clonecraft.clone.EntityClone.func_70071_h_(EntityClone.java:440)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

(1.7.10) Schematics seem to be randomly generated

Every time I put a schematic into the schematic folder. The option for my clone to build it is there and it works fine. But every time I add a schematic into the schematic folder the schematic seems to just spawn around the world with another clone either near it or inside it. I've tried with different schematics from buildings to pixelart and they all act the same. They just seem to be randomly generated around the world.

[1.7.10] Multiple Life Inducers stop lightning from happening?

It seems that if I put multiple Life Inducers with antennas a few blocks from each other (like making a Life Inducing Chamber), lightning tends to stop completely, thus halting the Life Inducing process. Is this a glitch/bug, and is there a specific minimum distance needed between Life Inducers in order for lightning to find one to activate?

Clone Craft skinnames not working

So i was typing names for the clones (I have done this along time ago) and the names dont work anymore for some random reason. Also my sister wont play with me unless i fix this ;-; for some reason

can't get human blood from self

i have tried to get human blood from my self following the tutorial, nothing happens when i right click with needle in hand.

Problem with opening Human GUI

--- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 10/5/16 1:14 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at Reika.RotaryCraft.RotaryEventManager.onRemoveArmor(RotaryEventManager.java:274)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_462_RotaryEventManager_onRemoveArmor_AddToSlotEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at Reika.DragonAPI.Instantiable.Event.SlotEvent$AddToSlotEvent.fire(SlotEvent.java:45)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java)
at net.minecraft.inventory.Container.func_75131_a(SourceFile:390)
at net.minecraft.client.network.NetHandlerPlayClient.func_147241_a(NetHandlerPlayClient.java:1062)
at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:49)
at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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 Reika.RotaryCraft.RotaryEventManager.onRemoveArmor(RotaryEventManager.java:274)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_462_RotaryEventManager_onRemoveArmor_AddToSlotEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at Reika.DragonAPI.Instantiable.Event.SlotEvent$AddToSlotEvent.fire(SlotEvent.java:45)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java)
at net.minecraft.inventory.Container.func_75131_a(SourceFile:390)
at net.minecraft.client.network.NetHandlerPlayClient.func_147241_a(NetHandlerPlayClient.java:1062)
at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:49)
at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:11)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['sjs184'/2701, l='MpServer', x=163.55, y=70.58, z=-313.95]]
Chunk stats: MultiplayerChunkCache: 81, 81
Level seed: 0
Level generator: ID 04 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (212,64,-321), Chunk: (at 4,4,15 in 13,-21; contains blocks 208,0,-336 to 223,255,-321), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 19236 game time, 19236 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: 80 total; [EntityChicken['Chicken'/79365, l='MpServer', x=194.50, y=70.00, z=-299.50], EntityFishCod['Cod'/81431, l='MpServer', x=153.22, y=50.02, z=-278.28], EntityFishCod['Cod'/81433, l='MpServer', x=157.72, y=46.98, z=-269.59], EntityFishCod['Cod'/81432, l='MpServer', x=151.25, y=51.08, z=-280.34], EntityClone['Hassan'/82971, l='MpServer', x=168.84, y=67.00, z=-315.13], EntityFishCod['Cod'/81434, l='MpServer', x=166.81, y=50.02, z=-276.47], EntityFishCod['Cod'/77342, l='MpServer', x=163.19, y=41.61, z=-360.81], EntityFishPufferfish['Pufferfish'/77877, l='MpServer', x=134.50, y=38.00, z=-307.50], EntityFishPufferfish['Pufferfish'/77876, l='MpServer', x=126.06, y=37.34, z=-300.59], EntityFishPufferfish['Pufferfish'/77878, l='MpServer', x=136.69, y=38.09, z=-303.38], EntityFishCod['Cod'/69187, l='MpServer', x=149.56, y=48.09, z=-290.63], EntityFishCod['Cod'/69189, l='MpServer', x=145.88, y=51.59, z=-286.28], EntityFishCod['Cod'/69190, l='MpServer', x=163.01, y=52.22, z=-298.90], EntityPig['Pig'/74827, l='MpServer', x=170.25, y=72.00, z=-301.50], EntityFishClownfish['Clownfish'/80971, l='MpServer', x=172.28, y=45.28, z=-239.16], EntityFishCod['Cod'/80973, l='MpServer', x=119.13, y=37.59, z=-308.81], EntityCreeper['Creeper'/77388, l='MpServer', x=163.57, y=61.81, z=-319.88], EntityFishCod['Cod'/80972, l='MpServer', x=122.72, y=39.06, z=-300.56], EntityFishCod['Cod'/80974, l='MpServer', x=141.34, y=36.56, z=-300.03], EntityFishPufferfish['Pufferfish'/80487, l='MpServer', x=237.97, y=51.63, z=-284.34], EntityFishCod['Cod'/77418, l='MpServer', x=206.59, y=59.64, z=-361.06], EntityFishCod['Cod'/81525, l='MpServer', x=209.66, y=48.13, z=-289.34], EntityFishCod['Cod'/81527, l='MpServer', x=215.81, y=47.00, z=-284.31], EntityFishCod['Cod'/81526, l='MpServer', x=208.47, y=46.38, z=-292.91], EntityFishCod['Cod'/81528, l='MpServer', x=221.41, y=47.09, z=-284.28], EntityFishPufferfish['Pufferfish'/60542, l='MpServer', x=113.13, y=33.84, z=-302.13], EntityPig['Pig'/42626, l='MpServer', x=179.65, y=73.00, z=-315.50], EntityPig['Pig'/42627, l='MpServer', x=185.25, y=69.00, z=-319.91], EntityChicken['Chicken'/42628, l='MpServer', x=192.44, y=75.00, z=-315.41], EntityChicken['Chicken'/42629, l='MpServer', x=197.50, y=70.00, z=-302.50], EntityCow['Cow'/42630, l='MpServer', x=193.50, y=70.00, z=-299.50], EntitySheep['Sheep'/2696, l='MpServer', x=175.13, y=71.00, z=-298.50], GCEntityClientPlayerMP['sjs184'/2701, l='MpServer', x=163.55, y=70.58, z=-313.95], EntityClone['Lindsay'/83109, l='MpServer', x=165.50, y=66.00, z=-314.50], EntityBat['Bat'/76970, l='MpServer', x=211.98, y=22.62, z=-320.44], EntityCreeper['Creeper'/76973, l='MpServer', x=147.71, y=62.30, z=-306.47], EntityZombie['Zombie'/77498, l='MpServer', x=120.50, y=76.00, z=-339.50], EntityBat['Bat'/77500, l='MpServer', x=232.25, y=24.10, z=-329.16], EntityFishCod['Cod'/74947, l='MpServer', x=135.47, y=44.98, z=-317.88], EntityFishCod['Cod'/74946, l='MpServer', x=151.45, y=44.87, z=-333.01], EntityBat['Bat'/77513, l='MpServer', x=183.82, y=19.47, z=-247.95], EntityFishCod['Cod'/77025, l='MpServer', x=173.63, y=60.63, z=-243.91], EntityZombie['Zombie'/77571, l='MpServer', x=188.13, y=64.00, z=-292.41], EntityZombie['Zombie'/77572, l='MpServer', x=189.50, y=64.00, z=-288.50], EntityItem['item.tile.cloth.brown'/54571, l='MpServer', x=138.38, y=64.13, z=-327.53], EntityPig['Pig'/47933, l='MpServer', x=193.50, y=66.00, z=-293.50], EntityFishPufferfish['Pufferfish'/81729, l='MpServer', x=213.22, y=46.06, z=-256.44], EntityFishPufferfish['Pufferfish'/81731, l='MpServer', x=197.69, y=45.09, z=-246.59], EntityFishPufferfish['Pufferfish'/81730, l='MpServer', x=204.69, y=48.03, z=-246.72], EntityZombie['Zombie'/75593, l='MpServer', x=176.41, y=70.00, z=-303.59], EntityZombie['Zombie'/75595, l='MpServer', x=194.63, y=74.00, z=-314.13], EntityFishCod['Cod'/82767, l='MpServer', x=123.40, y=45.24, z=-365.74], EntityFishCod['Cod'/82769, l='MpServer', x=122.97, y=44.66, z=-354.34], EntityFishCod['Cod'/82768, l='MpServer', x=127.47, y=47.00, z=-363.84], EntityFishCod['Cod'/72530, l='MpServer', x=171.88, y=46.38, z=-275.72], EntityFishCod['Cod'/81237, l='MpServer', x=209.03, y=44.66, z=-254.75], EntityFishCod['Cod'/81236, l='MpServer', x=213.50, y=46.00, z=-251.50], EntityFishCod['Cod'/81239, l='MpServer', x=223.81, y=44.59, z=-248.84], EntityFishCod['Cod'/81238, l='MpServer', x=216.19, y=43.63, z=-246.75], EntityFishCod['Cod'/66907, l='MpServer', x=206.72, y=41.06, z=-279.59], EntityXPOrb['Experience Orb'/54621, l='MpServer', x=141.75, y=61.25, z=-331.41], EntityFishCod['Cod'/74603, l='MpServer', x=218.63, y=47.06, z=-278.34], EntityFishPufferfish['Pufferfish'/78189, l='MpServer', x=100.28, y=46.31, z=-340.19], EntitySkeleton['Skeleton'/80779, l='MpServer', x=168.50, y=14.00, z=-272.50], EntityZombie['Zombie'/80781, l='MpServer', x=170.50, y=14.00, z=-273.50], EntityZombie['Zombie'/80782, l='MpServer', x=167.50, y=14.00, z=-275.50], EntityFishCod['Cod'/75664, l='MpServer', x=114.16, y=40.63, z=-381.22], EntityBat['Bat'/81822, l='MpServer', x=230.03, y=22.73, z=-261.59], EntityFishCod['Cod'/77219, l='MpServer', x=120.41, y=47.00, z=-296.88], EntityFishCod['Cod'/77221, l='MpServer', x=108.19, y=46.34, z=-306.81], EntityFishCod['Cod'/77220, l='MpServer', x=116.66, y=48.06, z=-297.25], EntityFishCod['Cod'/67533, l='MpServer', x=152.37, y=52.47, z=-316.87], EntityFishCod['Cod'/67532, l='MpServer', x=145.50, y=43.09, z=-309.28], EntityCreeper['Creeper'/77265, l='MpServer', x=88.47, y=27.42, z=-362.56], EntitySkeleton['Skeleton'/81885, l='MpServer', x=233.22, y=22.00, z=-327.63], EntityFishCod['Cod'/73180, l='MpServer', x=100.72, y=56.03, z=-297.31], EntityFishSalmon['Salmon'/77278, l='MpServer', x=126.88, y=40.34, z=-359.75], EntityFishCod['Cod'/42985, l='MpServer', x=139.06, y=41.13, z=-306.72], EntityCreeper['Creeper'/77292, l='MpServer', x=163.13, y=62.07, z=-311.75], EntityCreeper['Creeper'/77301, l='MpServer', x=167.87, y=61.82, z=-319.34]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
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:498)
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: Mac OS X (x86_64) version 10.11.6
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1049379144 bytes (1000 MB) / 2639790080 bytes (2517 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -Xmx3072m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 11, tallocated: 61
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 117 mods loaded, 110 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1614} Minecraft Forge
UCHIJAAAA appliedenergistics2-core{rv3-beta-6} Applied Energistics 2 Core
UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core
UCHIJAAAA Micdoodlecore{} Micdoodle8 Core
UCHIJAAAA {000} CoFH ASM
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA BinniePatcher{1.8.2} Binnie Patcher
UCHIJAAAA FastCraft{1.23} FastCraft
UCHIJAAAA bspkrsCore{6.16} bspkrsCore
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA AgriCraft{1.7.10-1.5.0} AgriCraft
UCHIJAAAA mobdropcrops{1.7.2a} Pam's Mob Drop Crops
UCHIJAAAA acmobdrops{0.11} AgriCraft Mob Drop Crops
UCHIJAAAA appliedenergistics2{rv3-beta-6} Applied Energistics 2
UCHIJAAAA bagginses{2.1.1} Bagginses
UCHIJAAAA IC2{2.2.823-experimental} IndustrialCraft 2
UCHIJAAAA CoFHCore{1.7.10R3.1.3} CoFH Core
UCHIJAAAA Forestry{4.2.15.63} Forestry for Minecraft
UCHIJAAAA BinnieCore{2.0-pre14} Binnie Core
UCHIJAAAA Botany{2.0-pre14} Botany
UCHIJAAAA ExtraBees{2.0-pre14} Extra Bees
UCHIJAAAA ExtraTrees{2.0-pre14} Extra Trees
UCHIJAAAA Genetics{2.0-pre14} Genetics
UCHIJAAAA BuildCraft|Core{7.1.18} BuildCraft
UCHIJAAAA BuildCraft|Transport{7.1.18} BC Transport
UCHIJAAAA BuildCraft|Silicon{7.1.18} BC Silicon
UCHIJAAAA BuildCraft|Energy{7.1.18} BC Energy
UCHIJAAAA BuildCraft|Factory{7.1.18} BC Factory
UCHIJAAAA BuildCraft|Builders{7.1.18} BC Builders
UCHIJAAAA BuildCraft|Robotics{7.1.18} BC Robotics
UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} Thermal Expansion
UCHIJAAAA BuildCraft|Compat{7.1.5} BuildCraft Compat
UCHIJAAAA Railcraft{9.12.2.0} Railcraft
UCHIJAAAA ForgeMultipart{1.2.0.345} Forge Multipart
UCHIJAAAA chisel{2.9.5.11} Chisel
UCHIJAAAA CarpentersBlocks{3.3.8} Carpenter's Blocks
UCHIJAAAA clonecraft{B3.0.14} CloneCraft
UCHIJAAAA ComputerCraft{1.75} ComputerCraft
UCHIJAAAA PTRModelLib{1.0.0} PTRModelLib
UCHIJAAAA props{2.3.3} Decocraft
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.3B1} Redstone Arsenal
UCHIJAAAA ExtraUtilities{1.2.12} Extra Utilities
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.2B1} MineFactory Reloaded
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHIJAAAA MagicBees{2.4.3} Magic Bees
UCHIJAAAA MrTJPCoreMod{1.1.0.33} MrTJPCore
UCHIJAAAA ProjRed|Core{4.7.0pre12.95} ProjectRed Core
UCHIJAAAA DragonAPI{1.0} DragonAPI
UCHIJAAAA endercore{1.7.10-0.2.0.38_beta} EnderCore
UCHIJAAAA EnderIO{1.7.10-2.3.0.429_beta} Ender IO
UCHIJAAAA waterhooks{1.2.1} Water Hooks
UCHIJAAAA enderioaddons{0.10.11} Ender IO Addons
UCHIJAAAA EnderStorage{1.4.7.37} EnderStorage
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} EnderTech
UCHIJAAAA eureka{3.0.2} Eureka
UCHIJAAAA GalacticraftCore{3.0.12} Galacticraft Core
UCHIJAAAA GalacticraftMars{3.0.12} Galacticraft Planets
UCHIJAAAA ExtraPlanets{1.0-3.6.9} ExtraPlanets
UCHIJAAAA harvestcraft{1.7.10j} Pam's HarvestCraft
UCHIJAAAA ExtraTiC{1.4.6} ExtraTiC
UCHIJAAAA flenixcities{0.16.1} FlenixCities
UCHIJAAAA flenixroads{0.10.0} FlenixRoads
UCHIJAAAA journeymap{5.1.4p1} JourneyMap
UCHIJAAAA jaff{1.4.2_for_1.7.10} Just a Few Fish
UCHIJAAAA lootbags{2.0.16} Loot Bags
UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_4b} Magical Crops: Core
UCHIJAAAA MineFactoryReloaded|CompatMagicalCrops{1.2.1} MFR Compat: Magical Crops
UCHIJAAAA mfrmagiccropscompat{1.1} MinefactoryReloaded & MagicalCrops extra compatibility
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.2B1} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.2B1} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.2B1} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.2B1} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.2B1} MFR Compat: IC2
UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} ProjectRed Exploration
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.2B1} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.2B1} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.2B1} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.2B1} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.2B1} MFR Compat: Vanilla
UCHIJAAAA Minenautica{0.0.9} Minenautica
UCHIJAAAA mineralogy{1.0} Mineralogy
UCHIJAAAA cfm{3.4.7} �9MrCrayfish's Furniture Mod
UCHIJAAAA harvestthenether{1.7.10} Pam's Harvest the Nether
UCHIJAAAA starwarsmod{1.2.0} Parzi's Star Wars Mod
UCHIJAAAA PneumaticCraft{1.12.7-150} PneumaticCraft
UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} ProjectRed Transmission
UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} ProjectRed Transportation
UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} ProjectRed Compatibility
UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} ProjectRed Integration
UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} ProjectRed Fabrication
UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} ProjectRed Illumination
UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} ProjectRed Expansion
UCHIJAAAA RotaryCraft{1.0} RotaryCraft
UCHIJAAAA ReactorCraft{1.0} ReactorCraft
UCHIJAAAA RedstonePasteMod{1.6.2} Redstone Paste
UCHIJAAAA Roguelike{1.5.0} Roguelike Dungeons
UCHIJAAAA RTG{1.7.10-1.1.1} Realistic Terrain Generation
UCHIJAAAA spawnercraft{1.7.10-2.2.1} SpawnerCraft
UCHIJAAAA StorageDrawers{1.7.10-1.10.2} Storage Drawers
UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} Thermal Dynamics
UCHIJAAAA TMechworks{0.2.15.106} Tinkers' Mechworks
UCHIJAAAA McMultipart{1.2.0.345} Minecraft Multipart Plugin
UCHIJAAAA ForgeRelocation{0.0.1.4} ForgeRelocation
UCHIJAAAA MCFrames{1.0} MCFrames
UCHIJAAAA RelocationFMP{0.0.1.2} RelocationFMP
UCHIJAAAA ForgeMicroblock{1.2.0.345} Forge Microblocks
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.2B1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.2B1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.2B1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.2B1} MFR Compat: ExtraBiomes
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.2B1} MFR Compat: Sufficient Biomes
UD MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.2B1} MFR Compat: Thaumcraft
UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.2B1} MFR Compat: TwilightForest
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.1.3-328
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
RedstoneArsenal: -[1.7.10]1.1.3B1-94
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.2B1-200
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.2.0-171
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:

  • An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
    Ender IO was build against API version rv2 and may or may not work with a newer version.
  • The RF API that is being used (1.7.10R1.3.1 from ) differes from that that is reported as being loaded (1.7.10R1.0.2 from DragonAPI 1.7.10 V15a.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.
    AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:OFF, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:ON
    Launched Version: forge-10.13.4.1614
    LWJGL: 2.9.1
    OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.51 310.90.10.05b12, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Clones resetting to "Steve"

Every now and again, a random clone will reset to "Steve". It'll keep all of its inventory and options, but its team is reset to the "Good" team, it's turned back into a new clone with 10 health and its name is changed to "Steve".
It's on Multiplayer, latest version.

Human Spawn Egg does not work & crashes game

Other spawn eggs seem to work, I've spawned chickens using this mod's chicken egg spawner and tested out a few others. One Egg, the most important, the Human Spawn egg does not work. Whether it is crafted of taken from creative, the result is the same. The egg is thrown and disappears without spawning in a clone. When I try more than once, the game crashes. I would really like for that part of the mod to work. If you can walk me through fixing it, but in simple terms please, I do not understand technical instructions and responses.
Your help is greatly appreciated.
Danbrickmaster.

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 8/19/15 5:55 PM
Description: Ticking memory connection

java.lang.NullPointerException: Ticking memory connection
at net.minecraft.world.World.func_72956_a(World.java:1258)
at net.jamezo97.clonecraft.item.ItemSpawnEgg.func_77648_a(ItemSpawnEgg.java:164)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:128)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:389)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at net.minecraft.world.World.func_72956_a(World.java:1258)
at net.jamezo97.clonecraft.item.ItemSpawnEgg.func_77648_a(ItemSpawnEgg.java:164)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:128)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:389)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@7f76f740
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.4
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 167401176 bytes (159 MB) / 855171072 bytes (815 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_C1 14 mods loaded, 14 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.05} Minecraft Coder Pack
UCHIJAAAAAAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAAAAAAA Forge{10.13.4.1448} Minecraft Forge
UCHIJAAAAAAAAA securitycraft{v1.7.4.1} [SecurityCraft]([1.7.10] SecurityCraft v1.7.4.1.jar)
UCHIJAAAAAAAAA Backpack{2.0.1} Backpack
UCHIJAAAAAAAAA BiblioCraft{1.7.4} [BiblioCraft](Bibliocraft Mod v1.7.10.jar)
UCHIJAAAAAAAAA cheatingessentials{7.0 Alpha 1} Cheating Essentials
UCHIJAAAAAAAAA clonecraft{3.0} CloneCraft
UCHIJAAAAAAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators](Damage Indicators Mod v1.7.10.jar)
UCHIJAAAAAAAAA iChunUtil{4.0.0} iChunUtil
UCHIJAAAAAAAAA Morph{0.9.0} Morph
UCHIJAAAAAAAAA mod_RoadWorks{2.02} RoadWorks
UCHIJAAAAAAAAA secretroomsmod{4.7.1} The SecretRoomsMod
UCHIJAAAAAAAAA sus{4.0.10} [Superheroes Unlimited Mod](Superheroes Unlimited Mod-1.7.10-4.0.10.jar)
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Danbrickmaster'/88104, l='The Quiver II', x=-526.14, y=12.00, z=191.64]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Crash with Ars Magica 2

Got this error from starting up launcher with Ars Magica 2. I'll also report this to the forums as well, Here's a full crashlog at Pastebin

java.lang.NullPointerException: Initializing game
    at am2.blocks.BlockAMOre.func_149666_a(BlockAMOre.java:72)
    at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181)
    at net.jamezo97.clonecraft.clone.BreakableBlocks.loadBlocksClient(BreakableBlocks.java:266)
    at net.jamezo97.clonecraft.ClientProxy.postInit(ClientProxy.java:88)
    at net.jamezo97.clonecraft.CloneCraft.postInit(CloneCraft.java:192)
    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:742)
    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)
    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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
    at org.multimc.EntryPoint.listen(EntryPoint.java:170)
    at org.multimc.EntryPoint.main(EntryPoint.java:54)```

Won't break blocks

I cannot seem to get clones to break blocks I maybe not doing it correct could someone give me a quick step by step

Clone Cannot Find Certain Items

The clone is supposed to place a wooden chair from MrCrayfish's Furniture mod but cannot seem to find it in the chest (it is there). It can place the wooden table just fine but cannot find the chair to place. I contacted MrCrayfish but he believes that it is not a problem from his mod.

Here is his post in regard to my inquiry: "

{{{{{{{{{{{{{{{{{{{{{{{Quote from MrBones1102»

I am running into a problem with another mod and yours. CloneCraft has a feature where a clone can build something for you using items in a chest. You save an area and have the clone duplicate the saved area by building it using using items found in a chest.

Bottom line: When my clone attempts to find and place a Crayfish wooden table it works fine. But when my clone attempts to place a wooden chair it cannot find the required item in the chest.

Bottom Bottom line: I think that your item name for your wooden chair somehow does not correspond to your block name for your wooden chair. Or at least does not correspond in the same way as your wooden table's item and block ids.}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}

HIS RESPONSE:
All furniture in my mod is placed with items. What you have described is a fault by the mod author. The best way to get materials is by getting the pickblock item. Thiss is not a problem with my mod.

"
supposedtocopy
whatshegetsstuckat

can't get into a specific world

so i have made my own survival world(for 1.7.10) with a bunch of mod and when i install CloneCraft i cannot get into my survival world but i can go into other world. if i log into the world i will crash. her is the crash report:

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

Time: 5/16/16 10:50 AM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at cpw.mods.fml.common.network.FMLOutboundHandler$OutboundTarget$7.selectNetworks(FMLOutboundHandler.java:193)
at cpw.mods.fml.common.network.FMLOutboundHandler.write(FMLOutboundHandler.java:273)
at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644)
at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698)
at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:637)
at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:115)
at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116)
at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644)
at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698)
at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688)
at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717)
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893)
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendToAllAround(SimpleNetworkWrapper.java:210)
at com.pahimar.ee3.util.CommonSoundHelper.playSoundAtPlayer(CommonSoundHelper.java:27)
at com.pahimar.ee3.util.CommonSoundHelper.playSoundAtPlayer(CommonSoundHelper.java:22)
at com.pahimar.ee3.block.BlockAlchemyArray.func_149689_a(BlockAlchemyArray.java:228)
at com.pahimar.ee3.item.ItemChalk.placeBlockAt(ItemChalk.java:242)
at com.pahimar.ee3.item.ItemChalk.placeAlchemyArray(ItemChalk.java:160)
at com.pahimar.ee3.item.ItemChalk.func_77648_a(ItemChalk.java:68)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
at net.minecraft.item.ItemStack.func_77943_a(Unknown Source)
at net.jamezo97.clonecraft.build.BlockItemRegistry.init2(BlockItemRegistry.java:148)
at net.jamezo97.clonecraft.build.BlockItemRegistry.init(BlockItemRegistry.java:236)
at net.jamezo97.clonecraft.CloneCraft.postInit(CloneCraft.java:197)
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.GeneratedMethodAccessor3.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:742)
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)

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

-- Head --
Stacktrace:
at cpw.mods.fml.common.network.FMLOutboundHandler$OutboundTarget$7.selectNetworks(FMLOutboundHandler.java:193)
at cpw.mods.fml.common.network.FMLOutboundHandler.write(FMLOutboundHandler.java:273)
at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644)
at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698)
at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:637)
at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:115)
at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116)
at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644)
at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698)
at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688)
at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717)
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893)
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239)
at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendToAllAround(SimpleNetworkWrapper.java:210)
at com.pahimar.ee3.util.CommonSoundHelper.playSoundAtPlayer(CommonSoundHelper.java:27)
at com.pahimar.ee3.util.CommonSoundHelper.playSoundAtPlayer(CommonSoundHelper.java:22)
at com.pahimar.ee3.block.BlockAlchemyArray.func_149689_a(BlockAlchemyArray.java:228)
at com.pahimar.ee3.item.ItemChalk.placeBlockAt(ItemChalk.java:242)
at com.pahimar.ee3.item.ItemChalk.placeAlchemyArray(ItemChalk.java:160)
at com.pahimar.ee3.item.ItemChalk.func_77648_a(ItemChalk.java:68)
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
at net.minecraft.item.ItemStack.func_77943_a(Unknown Source)
at net.jamezo97.clonecraft.build.BlockItemRegistry.init2(BlockItemRegistry.java:148)
at net.jamezo97.clonecraft.build.BlockItemRegistry.init(BlockItemRegistry.java:236)
at net.jamezo97.clonecraft.CloneCraft.postInit(CloneCraft.java:197)
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.GeneratedMethodAccessor3.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:742)
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)

-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 707
Entity Name: vosothea
Entity's Exact location: 334.54, 82.00, 80.79
Entity's Block location: World: (334,82,80), Chunk: (at 14,5,0 in 20,5; contains blocks 320,0,80 to 335,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1892)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- Affected level --
Details:
Level name: 1.7.0moddedsurvival
All players: 1 total; [EntityPlayerMP['vosothea'/707, l='1.7.0moddedsurvival', x=334.54, y=82.00, z=80.79]]
Chunk stats: ServerChunkCache: 779 Drop: 190
Level seed: 3209692264629371530
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (112,64,252), Chunk: (at 0,4,12 in 7,15; contains blocks 112,0,240 to 127,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 645145 game time, 209815 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 22767 (now: false), thunder time: 26196 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 281704856 bytes (268 MB) / 758247424 bytes (723 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 13, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 51 mods loaded, 51 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1614} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.7.46} CodeChicken Core
UCHIJAAAA NotEnoughItems{1.0.5.110} Not Enough Items
UCHIJAAAA battlegear2{1.7.10} Mine & Blade Battlegear 2 - Bullseye
UCHIJAAAA lucky{5.1.0} Lucky Block
UCHIJAAAA bspkrsCore{6.15} bspkrsCore
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA nevermine{2.3} AdventOfAscension
UCHIJAAAA Backpack{2.0.0} Backpack
UCHIJAAAA BattleTowers{1.4.8} Battle Towers
UCHIJAAAA clonecraft{3.0} CloneCraft
UCHIJAAAA craftnstar{0.2.1} Craftable Nether Star +
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators](Damage-Indicators-Mod-1.7.10 %281%29.jar)
UCHIJAAAA DynamicLights{1.3.5} Dynamic Lights
UCHIJAAAA DynamicLights_onFire{1.0.4} Dynamic Lights Burning Entity Module
UCHIJAAAA DynamicLights_creepers{1.0.4} Dynamic Lights Creeper Module
UCHIJAAAA DynamicLights_dropItems{1.0.7} Dynamic Lights EntityItem Module
UCHIJAAAA DynamicLights_entityClasses{1.0.1} Dynamic Lights Entity Light Module
UCHIJAAAA DynamicLights_mobEquipment{1.0.5} Dynamic Lights Mob Equipment Light Module
UCHIJAAAA DynamicLights_flameArrows{1.0.0} Dynamic Lights Fiery Arrows Light Module
UCHIJAAAA DynamicLights_floodLights{1.0.1} Dynamic Lights Flood Light
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} Dynamic Lights OtherPlayers Light Module
UCHIJAAAA DynamicLights_thePlayer{1.1.3} Dynamic Lights Player Light Module
UCHIJAAAA endercompass{1.2} Ender Compass
UCHIJAAAA EE3{0.3.507} Equivalent Exchange 3
UCHIJAAAA farlanders{1.2b} The Farlanders
UCHIJAAAA GollumCoreLib{2.0.0} Gollum Core Lib
UCHIJAAAA grim3212core{V0.2 - 1.7.10} Grim3212 Core
UCHIJAAAA iChunUtil{4.2.2} iChunUtil
UCHIJAAAA Hats{4.0.1} Hats
UCHIJAAAA headcrumbs{1.2.5} Headcrumbs
UCHIJAAAA InventoryPets{1.3.91} Inventory Pets
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA JammyFurniture{5.0.0 [Build Smeagol]} Jammy Furniture Mod
UCHIJAAAA littlehelpers{1.5.1 - 1.7.10} [LittleHelpers](LittleHelpers-1.7.10-1.5.3 %281%29.jar)
UCHIJAAAA lootbags{1.2.0} Loot Bags
UCHIJAAAA malisiscore{1.7.10-0.14.3} MalisisCore
UCHIJAAAA malisisdoors{1.7.10-1.13.2} Malisis' Doors
UCHIJAAAA powerinventory{2.0.0} Overpowered Inventory
UCHIJAAAA pokeball{V0.1 - 1.7.10} Pokeball
UCHIJAAAA RottenFleshToLeather{1.7.10-2.0} Rotten Flesh to Leather
UCHIJAAAA dna948{3.1} The Last Sword You Will Ever Need Mod
UCHIJAAAA torchLevers{1.4.2} Torch Levers
UCHIJAAAA jordy141minecraftmagicwrench{0.5 Alpha} Magic Wrench
UCHIJAAAA uncraftingTable{1.7.10 Alpha 1} Uncrafting Table
UCHIJAAAA weatherManMod{RELEASE} [Weather Carpets](Weather Carpets Mod-1.2.5.jar)
UCHIJAAAA YoutuberStructures{1.0} [Youtuber Structures](Youtuber Structures.jar)
UCHIJAAAA youtubers{1.8.0} Youtubers+ Mod
UCHIJAAAA voxelmap{1.7.10} VoxelMap No Radar
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['vosothea'/707, l='1.7.0moddedsurvival', x=334.54, y=82.00, z=80.79]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.7.10_HD_U_D4
Render Distance Chunks: 9
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 3.1.0 - Build 9.17.10.4229
OpenGlRenderer: Intel(R) HD Graphics 3000
OpenGlVendor: Intel
CpuCount: 4

HERE IS THE MOD LIST:
-Treecapicator
-battlegear 2
-Nervermin 2
-backpack
-battle tower
-codechicken core
-craftable netherstar
-damage indicator
-dynamic light
-ender compass
-equivalent exchange 3
-farlander
-gollum core'
-grim3212 core
-hat
-headcrumb
-IchunUntil
-inventory pet
-iron chest
-jammy furniture
-lootbag
-malisis core
-malisis door
-NEI
-optifine
-overpowered inventory
-pokeball
-rottenflesh to leather
-the last sword you'll ever need
-torched lever
-uncrafting table
-weather carpet
-youtuber+
-youtuber structure
-zan minimap

The Game Don't Start

The Game When Have The mod Don't start

When i put the mod the mod when begin the postinitialization take to much time and after the game crash help!

Ars Magica 2 on FTB Infinity

I know its probably soemthimg stupid. But I have tried adding Ars Magica to my FTB infinity server. Now as it is all fine and dandy. Potion ids are messed up. No matter what I do to change them, the game or server crashes upon use or startup. Its a popular mod that we want added, and this is the only problem in our way. Can someone help?

(Idk if you guys want this or not)

Crash Log:
http://pastebin.com/V4i0TXik

Putting DNA into an egg problem?

I don't know if this was intestinal, but when you put DNA into an empty egg you don't get needly or dirty needle back - it just consumes it.

When opening a world, it crashes.

All I can say:

19:30:47.623
Unreported exception thrown!
java.lang.IndexOutOfBoundsException
	at java.nio.Buffer.checkIndex(Buffer.java:540)
	at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
	at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
	at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
	at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
	at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
	at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
	at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
	at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
	at net.minecraft.client.main.Main.main(SourceFile:148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
19:30:47.625
[net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// My bad.

Time: 22-04-16 19:30
Description: Unexpected error

java.lang.IndexOutOfBoundsException
	at java.nio.Buffer.checkIndex(Buffer.java:540)
	at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
	at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
	at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
	at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
	at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
	at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
	at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
	at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
	at net.minecraft.client.main.Main.main(SourceFile:148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	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 java.nio.Buffer.checkIndex(Buffer.java:540)
	at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
	at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
	at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
	at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216)
	at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146)
	at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240)
	at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
	at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

-- Affected level --
Details:
	Level name: MpServer
	All players: 0 total; []
	Chunk stats: MultiplayerChunkCache: 0, 0
	Level seed: 0
	Level generator: ID 01 - flat, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 0 game time, 0 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: 0 total; []
	Retry entities: 0 total; []
	Server brand: ~~ERROR~~ NullPointerException: null
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
	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_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 127870224 bytes (121 MB) / 369098752 bytes (352 MB) up to 2147483648 bytes (2048 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	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 4 mods loaded, 4 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJAAAA	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJAAAA	FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
	UCHIJAAAA	Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
	UCHIJAAAA	clonecraft{B3.0.16} [CloneCraft] (CloneCraft-vB3.0.16.-.MC1.7.10.jar) 
	GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4703' Renderer: 'Intel(R) HD Graphics 4400'
	Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
	LWJGL: 2.9.1
	OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4703, Intel
	GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: [vanilla, Fabric Mods]
	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)
19:30:47.632
[net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\hey why do you wanna know my name!?\AppData\Roaming\.minecraft\crash-reports\crash-2022-04-16_19.30.47-client.txt
19:30:50.521

19:30:51.936
Process crashed with exit code -1

My game won't let me make them build!

Whenever I click on Things to Build in the GUI, I get a crash report. IDK how to make a spoiler file, so I'll just post the crash here: ---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 7/2/16 4:34 PM
Description: Rendering screen

java.lang.NullPointerException: Rendering screen
at net.jamezo97.clonecraft.gui.GuiScrollable.draw(GuiScrollable.java:294)
at net.jamezo97.clonecraft.gui.GuiChooseSchematic.func_73863_a(GuiChooseSchematic.java:86)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1358)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Stacktrace:
at net.jamezo97.clonecraft.gui.GuiScrollable.draw(GuiScrollable.java:294)
at net.jamezo97.clonecraft.gui.GuiChooseSchematic.func_73863_a(GuiChooseSchematic.java:86)

-- Screen render details --
Details:
Screen name: net.jamezo97.clonecraft.gui.GuiChooseSchematic
Mouse location: Scaled: (109, 197). Absolute: (218, 443)
Screen size: Scaled: (800, 419). Absolute: (1600, 838). Scale factor of 2

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['gyser8'/125, l='MpServer', x=1018.55, y=5.62, z=-515.55]]
Chunk stats: MultiplayerChunkCache: 40, 49
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1012,4,-504), Chunk: (at 4,0,8 in 63,-32; contains blocks 1008,0,-512 to 1023,255,-497), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
Level time: 62178 game time, 96388 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: 8 total; [EntityClone['Crew'/112866, l='MpServer', x=1017.97, y=4.00, z=-517.59], EntitySheep['Sheep'/22596, l='MpServer', x=979.50, y=4.00, z=-557.50], EntitySheep['Sheep'/22421, l='MpServer', x=1081.66, y=0.54, z=-503.97], EntitySheep['Sheep'/22422, l='MpServer', x=1077.09, y=0.54, z=-502.94], EntitySheep['Sheep'/22598, l='MpServer', x=986.59, y=4.00, z=-558.59], EntitySheep['Sheep'/22423, l='MpServer', x=1083.50, y=0.54, z=-508.50], EntitySheep['Sheep'/22424, l='MpServer', x=1083.50, y=0.54, z=-511.50], EntityClientPlayerMP['gyser8'/125, l='MpServer', x=1018.55, y=5.62, z=-515.55]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 331923680 bytes (316 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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_U_C1 56 mods loaded, 56 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1614} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.6.41} CodeChicken Core
UCHIJAAAA NotEnoughItems{1.0.4.102} Not Enough Items
UCHIJAAAA SomniaCore{1.3.1.55} SomniaCore
UCHIJAAAA Pistronics2{0.3.5} Pistronics 2
UCHIJAAAA walljump{1.2.1c} [WallJump]([1.7.10] [Forge] Wall Jump 1.2.1c by NukeDuck.zip)
UCHIJAAAA IMSM{100.0.2} IMSM
UCHIJAAAA bspkrsCore{6.15} bspkrsCore
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA lightsabers{1.0.5} Advanced Lightsabers Mod
UCHIJAAAA airoverhaul{1.7.10_1.0} Air Overhaul
UCHIJAAAA ambientsounds{0.1} [Ambient Sounds](AmbientSounds Alpha v0.1 mc1.7.10.zip)
UCHIJAAAA animatedplayer{1.5.1} Animated Player Mod
UCHIJAAAA AnimationAPI{1.2.4} AnimationAPI
UCHIJAAAA ATG{0.10.0} Alternate Terrain Generation
UCHIJAAAA BetterFoliage{1.0.3} Better Foliage
UCHIJAAAA BiblioCraft{1.10.2} BiblioCraft
UCHIJAAAA chameleoncreepers{1.4.1} Chameleon Creepers
UCHIJAAAA clonecraft{3.0} CloneCraft
UCHIJAAAA colourfulportalsmod{1.4.3} Colourful Portals
UCHIJAAAA ComputerCraft{1.74} ComputerCraft
UCHIJAAAA ComputerCraftEdu{1.74} ComputerCraftEdu
UCHIJAAAA DynamicLights{1.3.7} Dynamic Lights
UCHIJAAAA DynamicLights_onFire{1.0.4} Dynamic Lights Burning Entity Module
UCHIJAAAA DynamicLights_creepers{1.0.4} Dynamic Lights Creeper Module
UCHIJAAAA DynamicLights_dropItems{1.0.7} Dynamic Lights EntityItem Module
UCHIJAAAA DynamicLights_entityClasses{1.0.1} Dynamic Lights Entity Light Module
UCHIJAAAA DynamicLights_mobEquipment{1.0.7} Dynamic Lights Mob Equipment Light Module
UCHIJAAAA DynamicLights_flameArrows{1.0.0} Dynamic Lights Fiery Arrows Light Module
UCHIJAAAA DynamicLights_floodLights{1.0.1} Dynamic Lights Flood Light
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} Dynamic Lights OtherPlayers Light Module
UCHIJAAAA DynamicLights_thePlayer{1.1.3} Dynamic Lights Player Light Module
UCHIJAAAA ESM{10.0.148} Epic Siege Mod
UCHIJAAAA farseek{1.0.11} Farseek
UCHIJAAAA helpfulvillagers{1.2.4} [Helpful Villagers](helpfulvillagers-1.7.10-1.2.4 %281%29.jar)
UCHIJAAAA inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks
UCHIJAAAA levels{r3.0.1} Levels
UCHIJAAAA LunatriusCore{1.1.2.21} LunatriusCore
UCHIJAAAA cfm{3.4.7} §9MrCrayfish's Furniture Mod
UCHIJAAAA pandorasbox{2.0.1} Pandora's Box
UCHIJAAAA parachutemod{1.7.10} Parachute Mod
UCHIJAAAA pplus{1.7.10} [Peaceful+](Peaceful Plus [1.7.10].jar)
UCHIJAAAA reciperesearch{1.0.22} RecipeResearch
UCHIJAAAA repose{1.2.4} Repose
UCHIJAAAA Schematica{1.7.6.131} Schematica
UCHIJAAAA Somnia{-au} Somnia
UCHIJAAAA soundfilters{0.8_for_1.7.X} Sound Filters
UCHIJAAAA ttCore{MC1.7.10-0.1.0-61} ttCore
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA WailaHarvestability{1.1.2} Waila Harvestability
UCHIJAAAA wailaplugins{MC1.7.10-0.0.1-13} WAILA Plugins
UCHIJAAAA wawla{1.3.1} What Are We Looking At
UCHIJAAAA XaeroMinimap{1.6.1.1} Xaero's Minimap
UCHIJAAAA Baubles{1.0.1.10} Baubles
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2226' Renderer: 'Intel(R) G41 Express Chipset'
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) G41 Express Chipset GL version 2.1.0 - Build 8.15.10.2226, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because EXT_framebuffer_object is supported.
Anisotropic filtering is supported and maximum anisotropy is 2.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Well, Idek what any of this means. Care to translate the problem? It seems everyone is having trouble with simular things.

Bug

Poops out game when clicking on Entities too attack

GUI won't show up.

When ever I try to click on any button in the Human menu it just closes itself and doesn't open up the GUI that its suppose to for anything. In creative when I try to clone the clone, I try to click on the textbox to add a number but it just closes instead. I already uninstalled all mods and tried straight off with vanilla and no luck.

I crashed when i right-clicked the farm button

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 8/16/15 5:21 PM
Description: Ticking entity

java.lang.ClassCastException: net.minecraft.block.BlockReed cannot be cast to net.minecraft.block.IGrowable
at net.jamezo97.clonecraft.clone.BreakableBlocks.canBreak(BreakableBlocks.java:113)
at net.jamezo97.clonecraft.clone.ai.block.DefaultBlockFinder.getNextBlock(DefaultBlockFinder.java:68)
at net.jamezo97.clonecraft.clone.ai.block.EntityAIMine.selectNextBlock(EntityAIMine.java:59)
at net.jamezo97.clonecraft.clone.ai.block.EntityAIMine.func_75250_a(EntityAIMine.java:52)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:70)
at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540)
at net.jamezo97.clonecraft.clone.EntityClone.func_70619_bc(EntityClone.java:343)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.jamezo97.clonecraft.clone.EntityClone.func_70636_d(EntityClone.java:641)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.jamezo97.clonecraft.clone.EntityClone.func_70071_h_(EntityClone.java:420)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at net.jamezo97.clonecraft.clone.BreakableBlocks.canBreak(BreakableBlocks.java:113)
at net.jamezo97.clonecraft.clone.ai.block.DefaultBlockFinder.getNextBlock(DefaultBlockFinder.java:68)
at net.jamezo97.clonecraft.clone.ai.block.EntityAIMine.selectNextBlock(EntityAIMine.java:59)
at net.jamezo97.clonecraft.clone.ai.block.EntityAIMine.func_75250_a(EntityAIMine.java:52)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:70)
at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540)
at net.jamezo97.clonecraft.clone.EntityClone.func_70619_bc(EntityClone.java:343)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.jamezo97.clonecraft.clone.EntityClone.func_70636_d(EntityClone.java:641)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.jamezo97.clonecraft.clone.EntityClone.func_70071_h_(EntityClone.java:420)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: clonecraft.ccEntityClone (net.jamezo97.clonecraft.clone.EntityClone)
Entity ID: 302725
Entity Name: Notch
Entity's Exact location: -147.50, 64.00, -42.50
Entity's Block location: World: (-148,64,-43), Chunk: (at 12,4,5 in -10,-3; contains blocks -160,0,-48 to -145,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: Lab
All players: 1 total; [EntityPlayerMP['Mr_Diamond123'/137, l='Lab', x=-148.65, y=64.00, z=-44.30]]
Chunk stats: ServerChunkCache: 509 Drop: 0
Level seed: 30381251176187521
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 2;7,59x1,3x3,2;1;village,biome_1,decoration,stronghold,mineshaft,lake,lava_lake,dungeon
Level spawn location: World: (-189,4,-42), Chunk: (at 3,0,6 in -12,-3; contains blocks -192,0,-48 to -177,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 692817 game time, 1000 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 25832 (now: false), thunder time: 120865 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 176054664 bytes (167 MB) / 620249088 bytes (591 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1492 44 mods loaded, 44 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1492} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.4.29} CodeChicken Core
UCHIJAAAA NotEnoughItems{1.0.3.74} Not Enough Items
UCHIJAAAA {000} CoFH ASM
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core](CoFHCore-[1.7.10]3.0.3-303 %281%29.jar)
UCHIJAAAA BuildCraft|Core{7.0.20} [BuildCraft](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA BuildCraft|Silicon{7.0.20} [BC Silicon](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA BuildCraft|Transport{7.0.20} [BC Transport](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA BuildCraft|Builders{7.0.20} [BC Builders](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA BuildCraft|Robotics{7.0.20} [BC Robotics](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA BuildCraft|Energy{7.0.20} [BC Energy](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA BuildCraft|Factory{7.0.20} [BC Factory](buildcraft-7.0.20 %281%29.jar)
UCHIJAAAA chisel{2.4.1.40} Chisel 2
UCHIJAAAA ctmlib{1.0.1.5} CTMLib
UCHIJAAAA clonecraft{3.0} CloneCraft
UCHIJAAAA ComputerCraft{1.73} ComputerCraft
UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs](CustomNPCs_1.7.10c %281%29.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation](ThermalFoundation-[1.7.10]1.2.0-102 %281%29.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion](ThermalExpansion-[1.7.10]4.0.3B1-218 %281%29.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla
UCHIJAAAA pennyarcade{Alpha 1.2} [Penny Arcade Mod](Penny Arcade Mod Alpha 1.2.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} Redstone Arsenal
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics](ThermalDynamics-[1.7.10]1.1.0-161 %281%29.jar)
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
CoFHCore: -[1.7.10]3.0.3-303
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
RedstoneArsenal: -[1.7.10]1.1.1-89
ThermalDynamics: -[1.7.10]1.1.0-161
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Mr_Diamond123'/137, l='Lab', x=-148.65, y=64.00, z=-44.30]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

CloneCraft versions newer than 3.04 crash when used with Ars Magica 2 (related to BreakableBlocks class?)

Description: Initializing game

java.lang.NullPointerException: Initializing game
at am2.blocks.BlockAMOre.func_149666_a(BlockAMOre.java:72)
at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181)
at net.jamezo97.clonecraft.clone.BreakableBlocks.loadBlocksClient(BreakableBlocks.java:266)
at net.jamezo97.clonecraft.ClientProxy.postInit(ClientProxy.java:88)
at net.jamezo97.clonecraft.CloneCraft.postInit(CloneCraft.java:192)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.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 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: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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
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: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 am2.blocks.BlockAMOre.func_149666_a(BlockAMOre.java:72)
at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181)
at net.jamezo97.clonecraft.clone.BreakableBlocks.loadBlocksClient(BreakableBlocks.java:266)
at net.jamezo97.clonecraft.ClientProxy.postInit(ClientProxy.java:88)
at net.jamezo97.clonecraft.CloneCraft.postInit(CloneCraft.java:192)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.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 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: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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Smart Memory Scan Distance

The distance of the smart memory seems to be no where near 64 blocks. The clone would not detect the chest with the required items inside it until I pushed them next to it. Next to it being 1 block away from it. They then recognized the chest and its contents and proceeded to build. However, I had set the option for them to walk to and collect items on the ground and when they did so, they were out of range of the chest and therefore unable to build further.

UPDATE: There was a mod conflict that prevented me from properly testing out your mod. I will do some more tests while hopefully eliminating some variables in the way of other mods.

UPDATE: No range issue. It was a mod conflict.

server crash when placing DefenseTech blocks

game saving crashed when placing DefenseTech blocks after installing CloneCraft
Link to DefenseTech:
http://aidancbrady.com/defensetech/

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

Time: 17-5-20 15:35
Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
at net.minecraft.world.WorldServer.(WorldServer.java:97)
at net.minecraft.world.WorldServerMulti.(WorldServerMulti.java:14)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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_131, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1208475472 bytes (1152 MB) / 2067595264 bytes (1971 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -Xincgc -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128m -Xmx8192m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 18, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 67 mods loaded, 67 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
UCHIJAAAAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAA InputFix{1.7.10-v5} [InputFix] (minecraft.jar)
UCHIJAAAAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAAAAA OpenComputers|Core{1.6.2.12} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAAAAA OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
UCHIJAAAAAAA WarpDriveCore{1.7.10-1.3.29.-} [WarpDriveCore] (minecraft.jar)
UCHIJAAAAAAA securitycraft{v1.8.2.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.2.1.jar)
UCHIJAAAAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18-core.jar)
UCHIJAAAAAAA libVulpes{0.2.3.} [libVulpes] (LibVulpes-1.7.10-0.2.3-universal.jar)
UCHIJAAAAAAA advancedRocketry{1.2.0} [Advanced Rocketry] (AdvancedRocketry-1.7.10-1.2.0.jar)
UCHIJAAAAAAA antiidconflict{1.1} [Anti Id Conflict] (AntiIdConflict-LATEST-1.7.10.jar)
UCHIJAAAAAAA AppleCore{1.3.9} [AppleCore] (AppleCore-mc1.7.10-1.3.9.jar)
UCHIJAAAAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18-builders.jar)
UCHIJAAAAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18-energy.jar)
UCHIJAAAAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18-factory.jar)
UCHIJAAAAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18-silicon.jar)
UCHIJAAAAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHIJAAAAAAA IC2{2.2.819-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.819-experimental.jar)
UCHIJAAAAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAAAAAAA ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UCHIJAAAAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAAAAA clonecraft{B3.0.14} [CloneCraft] (CloneCraft-vB3.0.15.-.MC1.7.10.jar)
UCHIJAAAAAAA OpenComputers{1.6.2.12} [OpenComputers] (OpenComputers-MC1.7.10-1.6.2.12-universal.jar)
UCHIJAAAAAAA CompactMachines{1.7.10-1.21} [Compact Machines] (compactmachines-1.7.10-1.21.jar)
UCHIJAAAAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (DamageIndicators 伤害与血量显示 v3.2.0.jar)
UCHIJAAAAAAA Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar)
UCHIJAAAAAAA DefenseTech{1.0.1} [DefenseTech] (DefenseTech-1.7.10-1.0.1.46.jar)
UCHIJAAAAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJAAAAAAA extfar{1.7.10-7.1} [Extended Farming] (extfar-1.7.10-7.1.jar)
UCHIJAAAAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAAAAA flenixcities{0.18.0} [FlenixCities] (FlenixCitiesCore_[1.7.10]-0.17.0-b138.jar)
UCHIJAAAAAAA flenixroads{0.10.0} [FlenixRoads] (FlenixRoads_[1.7.10]-0.11.0-b43.jar)
UCHIJAAAAAAA foundry{1.2.2.0} [Foundry] (Foundry-1.7.10-1.2.2.0.jar)
UCHIJAAAAAAA IC2NuclearControl{2.3.4a} [Nuclear Control 2] (IC2NuclearControl-2.3.4a.jar)
UCHIJAAAAAAA ImmersiveEngineering{0.7.8} [Immersive Engineering] (ImmersiveEngineering-0.7.8.jar)
UCHIJAAAAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-fairplay.jar)
UCHIJAAAAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAAAAA MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar)
UCHIJAAAAAAA MekanismTools{9.1.0} [MekanismTools] (MekanismTools-1.7.10-9.1.0.281.jar)
UCHIJAAAAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAAAAAAA modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
UCHIJAAAAAAA NVLWarpdriveExtensions{1.7.10.1558.1.14} [NVLWarpdriveExtensions] (NVLWarpdriveExtensions-1.7.10.1558.1.14.jar)
UCHIJAAAAAAA mcheli{1.0.2} [MC Helicopter] (OLD mcheli)
UCHIJAAAAAAA OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
UCHIJAAAAAAA OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.4.jar)
UCHIJAAAAAAA OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.6.jar)
UCHIJAAAAAAA OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.6.jar)
UCHIJAAAAAAA openprinter{0.1.0.132} [OpenPrinter] (OpenPrinter-MC1.7.10-0.1.0.132.jar)
UCHIJAAAAAAA openradio{0.6.1} [OpenRadio] (OpenRadio-0.6.1.jar)
UCHIJAAAAAAA opensecurity{1.0.99} [OpenSecurity] (OpenSecurity-1.7.10-1.0-99.jar)
UCHIJAAAAAAA Techguns{0.1.2} [Techguns] (Techguns.beta.1.2_alphatest3.jar)
UCHIJAAAAAAA thirstmod{1.8.14} [Thirst Mod] (thirstmod-1.8.14.jar)
UCHIJAAAAAAA tc{4.3.2_009} [Traincraft] (Traincraft-4.3.2_009.jar)
UCHIJAAAAAAA WarpDrive{1.7.10-1.3.29.-} [WarpDrive] (WarpDrive-1.7.10-1.3.29.-.jar)
UCHIJAAAAAAA McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UCHIJAAAAAAA HungerOverhaul{1.7.10-1.0.0.jenkins104} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jenkins104.jar)
UCHIJAAAAAAA ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@6807367d) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@6552a617) returned non-null result: 0
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
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.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Crash when I try to get DNA from an Entity

When I use a Needle to get some DNA from any Entity (vanilla or mod) the game crashes.

In the crash log i've found this:

java.lang.NoClassDefFoundError: Could not initialize class net.jamezo97.clonecraft.EntityColourHandler
at net.jamezo97.clonecraft.item.ItemData.getPrimaryColour(ItemData.java:258)
~[ItemData.class:?]
at net.jamezo97.clonecraft.item.ItemSpawnEgg.func_77653_i(ItemSpawnEgg.java:66) ~[ItemSpawnEgg.class:?]
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:427) ~[add.class:?]
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:489) ~[add.class:?]
at net.minecraft.client.gui.inventory.GuiContainerCreative.updateFilteredItems(GuiContainerCreative.java:378) ~[bfl.class:?]
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147053_i(GuiContainerCreative.java:350) ~[bfl.class:?]
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:550) ~[bfl.class:?]
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:456) ~[bfl.class:?]
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306) ~[bdw.class:?]
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) ~[bex.class:?]
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:566) ~[bfl.class:?]
at com.gildedgames.util.tab.client.TabClientEvents.tickStart(TabClientEvents.java:153) ~[TabClientEvents.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_37_TabClientEvents_tickStart_ClientTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325) ~[FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1587) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

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.