It would be really cool if you added security spotlights into this mod. You would be able to use them at night, say like you could put one on top of a giant tower or something, and you could point them around and they would light up the ground where you point them allowing you to spot intruders.
Oh. My. God. Just about a 100k subscribers...*gasping for air*. Anyway, your wish is my command. Indestructible doors in the next update! Thanks for the video !
Hello Geforce. I want to say I love your mod it is just so epic and legit. I like that you implement in player suggestions. I have one too. In the video by XerainGaming that this quote is from, they suggested indestructible blocks. I love the indestructible blocks but unlike the block mines, they aren't quite disguised. Your reinforced blocks have a dark edge around them. Can you take away the dark border to the reinforced blocks please? Also can you add in reinforced dirt and sandstone please? I am making an artificial island but following minecraft generated designs. This island is meant as a bunker island and it would be great if I can make it from indestructible, natural looking blocks. Oh and I am using a mod which requires I remain in 1.7.10 until its next update in 1.9. I am not sure if you addressed these suggestions already in a 1.8 update or not but can you implement my suggestion starting with a 1.7.10 version update please?
Thank you in advance. Love your mod. It is great for secret agent, military etc role playing too.
For instance, I have a SC door with scanners-keypads-whatsoever. Is it normal that I can put a simple wooden button and just press it to open the door?
Hello Geforce. I want to say I love your mod it is just so epic and legit. I like that you implement in player suggestions. I have one too. In the video by XerainGaming that this quote is from, they suggested indestructible blocks. I love the indestructible blocks but unlike the block mines, they aren't quite disguised. Your reinforced blocks have a dark edge around them. Can you take away the dark border to the reinforced blocks please? Also can you add in reinforced dirt and sandstone please? I am making an artificial island but following minecraft generated designs. This island is meant as a bunker island and it would be great if I can make it from indestructible, natural looking blocks. Oh and I am using a mod which requires I remain in 1.7.10 until its next update in 1.9. I am not sure if you addressed these suggestions already in a 1.8 update or not but can you implement my suggestion starting with a 1.7.10 version update please?
Thank you in advance. Love your mod. It is great for secret agent, military etc role playing too.
We've just modified the edge part of the reinforced block textures, it looks a lot better now. And sure, reinforced dirt and sandstone will be in the next update! Thanks for the suggestion.
For instance, I have a SC door with scanners-keypads-whatsoever. Is it normal that I can put a simple wooden button and just press it to open the door?
No, that's a bug that will hopefully be fixed in the next update.
Geforce, in the next update can you do the cams so camera monitor (not the block version) can multiply cameras but not so you can move them or whatevs so it'll be same as old beta and new beta combined together and so it'll look like the one from fnaf but in your version ok i'll love to have that update but the frames and everything else will still be there
and plus my english can be a bit wrong
btw i'm gonna use the old beta till it'll get updated
Geforce, in the next update can you do the cams so camera monitor (not the block version) can multiply cameras but not so you can move them or whatevs so it'll be same as old beta and new beta combined together and so it'll look like the one from fnaf but in your version ok i'll love to have that update but the frames and everything else will still be there
and plus my english can be a bit wrong
btw i'm gonna use the old beta till it'll get updated
If I'm understanding you correctly, you're requesting the old camera system back, right? You will be happy, because we're bringing it back as a configurable option. You will be able to use either the new or the old system.
It will just be an option in the configuration file of the mod (.minecraft/config/securitycraft.cfg). And yes, the teleportation bug will very likely be fixed as the feature gets reimplemented from scratch
It will just be an option in the configuration file of the mod (.minecraft/config/securitycraft.cfg). And yes, the teleportation bug will very likely be fixed as the feature gets reimplemented from scratch
I'm getting a weird conflict between SecurityCraft and Ultimate Unicorn. When I install both on a server (with no other mods), the Ultimate Unicorn spawn eggs get out of synch. A unicorn spawn egg, for instance, will summon a pegasus. It does not throw any error messages on either the client or server logs. Further, it does not do this from Client for a single player game (or for a LAN local game).
I'm getting a weird conflict between SecurityCraft and Ultimate Unicorn. When I install both on a server (with no other mods), the Ultimate Unicorn spawn eggs get out of synch. A unicorn spawn egg, for instance, will summon a pegasus. It does not throw any error messages on either the client or server logs. Further, it does not do this from Client for a single player game (or for a LAN local game).
That is actually quite weird, since SecurityCraft itself does not implement any kind of Mob.
Yeah, that was my thought as well. Took me a while to figure out the source of the issue, as I was trying all the mob-adding mods. Digging around a bit deeper, I found the below error related to the mod. I'm wondering if something about the way this mod handles mines and such is interacting with Ultimate Unicorn.
[15:33:52] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1019) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
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:?]
Caused by: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:817) ~[cee.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_180721_a(SourceFile:109) ~[io.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
... 9 more
[15:34:10] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1019) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
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:?]
Caused by: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:817) ~[cee.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_180721_a(SourceFile:109) ~[io.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
... 9 more
[15:34:16] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1019) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
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:?]
Caused by: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:817) ~[cee.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_180721_a(SourceFile:109) ~[io.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
Hmmm i guess thats reasonable XD
It would be really cool if you added security spotlights into this mod. You would be able to use them at night, say like you could put one on top of a giant tower or something, and you could point them around and they would light up the ground where you point them allowing you to spot intruders.
Hello Geforce. I want to say I love your mod it is just so epic and legit. I like that you implement in player suggestions. I have one too. In the video by XerainGaming that this quote is from, they suggested indestructible blocks. I love the indestructible blocks but unlike the block mines, they aren't quite disguised. Your reinforced blocks have a dark edge around them. Can you take away the dark border to the reinforced blocks please? Also can you add in reinforced dirt and sandstone please? I am making an artificial island but following minecraft generated designs. This island is meant as a bunker island and it would be great if I can make it from indestructible, natural looking blocks. Oh and I am using a mod which requires I remain in 1.7.10 until its next update in 1.9. I am not sure if you addressed these suggestions already in a 1.8 update or not but can you implement my suggestion starting with a 1.7.10 version update please?
Thank you in advance. Love your mod. It is great for secret agent, military etc role playing too.
would it be possible to add non-moving cameras that you aim when you place(like for entryway security checkpoints
For instance, I have a SC door with scanners-keypads-whatsoever. Is it normal that I can put a simple wooden button and just press it to open the door?
Can I Use Your Mod In A Map If I Give Credit And A Link To This Page?
Om Nom nom I Like To Eat
We've just modified the edge part of the reinforced block textures, it looks a lot better now. And sure, reinforced dirt and sandstone will be in the next update! Thanks for the suggestion.
Sure, I'll just make the regular security camera be able to stop rotating.
No, that's a bug that will hopefully be fixed in the next update.
Sure!
Mapping and Modding rules | Global rules
can you add where there is a open door and only you can enter or put a block next to it whatever player you choose can enter and you can also enter?
and there is lasers next to the where the door is
-----> | - | <---------door
door ^
|
|
laser
oops...bad picture
This mod is just Awesome! Just three Suggestions to add:
Barbed Wire
Giant Gates
Maybe make cameras craftable?
Cameras will be craftable, there would be no reason for them not to be.
Geforce, in the next update can you do the cams so camera monitor (not the block version) can multiply cameras but not so you can move them or whatevs so it'll be same as old beta and new beta combined together and so it'll look like the one from fnaf but in your version ok i'll love to have that update but the frames and everything else will still be there
and plus my english can be a bit wrong
btw i'm gonna use the old beta till it'll get updated
If I'm understanding you correctly, you're requesting the old camera system back, right? You will be happy, because we're bringing it back as a configurable option. You will be able to use either the new or the old system.
how do i config it
don't worry i got the config file thingy
and btw is the teleport thingy fixed
and thx for telling me that
i know: bad english
btw i'm using a mac
It will just be an option in the configuration file of the mod (.minecraft/config/securitycraft.cfg). And yes, the teleportation bug will very likely be fixed as the feature gets reimplemented from scratch
thx
where i dowload the securitycraft with security cameras for minecraft 1.8
https://www.dropbox.com/s/6vgus31kwob114q/[1.7.10] SecurityCraft 1.8.0.6-beta.jar?dl=0
I'm getting a weird conflict between SecurityCraft and Ultimate Unicorn. When I install both on a server (with no other mods), the Ultimate Unicorn spawn eggs get out of synch. A unicorn spawn egg, for instance, will summon a pegasus. It does not throw any error messages on either the client or server logs. Further, it does not do this from Client for a single player game (or for a LAN local game).
That is actually quite weird, since SecurityCraft itself does not implement any kind of Mob.
Yeah, that was my thought as well. Took me a while to figure out the source of the issue, as I was trying all the mob-adding mods. Digging around a bit deeper, I found the below error related to the mod. I'm wondering if something about the way this mod handles mines and such is interacting with Ultimate Unicorn.
[15:33:52] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1019) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
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:?]
Caused by: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:817) ~[cee.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_180721_a(SourceFile:109) ~[io.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
... 9 more
[15:34:10] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1019) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
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:?]
Caused by: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:817) ~[cee.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_180721_a(SourceFile:109) ~[io.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
... 9 more
[15:34:16] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
java.util.concurrent.ExecutionException: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1019) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
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:?]
Caused by: java.lang.ClassCastException: org.freeforums.geforce.securitycraft.entity.EntityTnTCompact cannot be cast to net.minecraft.entity.EntityLivingBase
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:817) ~[cee.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_180721_a(SourceFile:109) ~[io.class:?]
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15) ~[io.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]
at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]