Giter Site home page Giter Site logo

builtbrokenmodding / icbm-2 Goto Github PK

View Code? Open in Web Editor NEW
56.0 33.0 39.0 66.45 MB

Missile mod for minecraft forge

Home Page: http://www.builtbroken.com/pages/icbm/

License: MIT License

Scala 0.01% Java 99.49% Hack 0.51%
icbm java minecraft mod bbm builtbrokenmodding minecraft-forge

icbm-2's Introduction

What is ICBM?

NOTE

The current 1.7.10 versions are complete rewrites of ICBM, most things from 1.6.4 are not implemented yet. There are plans to implement missing content later, either in ICBM or in separate mods.

ICBM is a Minecraft Mod that introduces intercontinental ballistic missiles to Minecraft.

Who owns ICBM

Originally ICBM was owned mostly by Calclavia with the Sentry guns belonging to DarkGuardsman. After a few event and lack of progress ownership was shifted fully to DarkGuardsman. This was in exchange for majority ownership of Resonant Induction to Calclavia.

That being said as far as DarkGuardsman is concerned the mod downloads are community property. At any time the mod is no longer supported or updated anyone is welcome to take over. Given that the new maintainer understands who owns the code at the end of the day.

license

  • Free to install
  • Free to modify for personal use
  • Free to contribute to project
  • Request to redistribute files
  • Can only use code for educational use

Read license.md for full lisense

Warranty

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Pull Requests

Before you submit a pull request you must sign or agree to the Contributor License Agreement(CLA). Submission by default can be considered as agreeing to the CLA and any terms of the project.

Contributions

Before submitting changes sign the CLA or the submittion will not be accepted https://www.clahub.com/agreements/Universal-Electricity/ICBM If you do not sign the CLA, summission still counts as accepting the terms of the CLA in some cases. Theses cases are noted, not limited to, as failure to respond to a request to view the CLA, and continued submission of changes after being notified of the CLA. https://docs.google.com/document/d/105N6q63OJnzrWjMbydFYFUlHmK6spc8P8da8qkduFRs/edit?usp=sharing

Team

  • Darkguardsman - Owner, Head Developer
  • Dmodoomsirus - Gradle Tech
  • Dragonlorder - Asset Developer
  • Graugger - Asset Developer

Credits

If you or someone you know is not listed but should be just message us with the contribution. We will then validate the claim and add the missing name(s) to the list.

  • Adaptivity - Russian Translations
  • Archelf - Assets
  • Archadia - Code, Assets
  • Azanor - Consultation
  • Calclavia - Original Author
  • CovertJaguar - Consultation
  • Comply_cat_Ed - Assets
  • Doppelgangerous - Concepts
  • DryTaste - Assets
  • Francogp - Old Spanish Translations
  • Graugger - Concepts
  • Gravitythief - Code
  • hublad - Pl_PL Translations
  • Jonathan T. - ???
  • ObsidianWalker - Old Italian Translations
  • Maxwolf - Code
  • Pheenixm - Assets
  • Scout37 - Assets
  • Superpatosainz - Code
  • Tgame14 - Code
  • Vexatos - German Translations
  • Wdtod - Laser Sentry Model
  • Wildex999 - ???
  • Hennamann - Code, Norwegian Translations
  • VictiniX888 - Chinese Translations

Freesound.org Audio Credits

Download Locations

Installing

  • Install Minecraft Forge.
  • Install Voltz Engine
  • Download the mod
  • Add it to the mods folder
  • Run Minecraft.
  • Have fun.

Coverage

codecov.io

icbm-2's People

Contributors

abrarsyed avatar adaptivity avatar ams2990 avatar calclavia avatar calclavia0 avatar darkguardsman avatar dmodoomsirius avatar gamerforea avatar gravityfox avatar greencafe avatar hennamann avatar juhajgamer avatar kara2810 avatar mazdallier avatar mirosta avatar mysticdrew avatar nldoa avatar p-sodmann avatar patosar avatar sliterok avatar tgame14 avatar vexatos avatar victinix888 avatar wildex999 avatar xredshadowx avatar

Stargazers

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

Watchers

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

icbm-2's Issues

Crash on startup

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 15-01-15 17:11
Description: Initializing game

java.lang.NoClassDefFoundError: resonant/lib/network/PacketTile
at icbm.core.ICBMCore.(ICBMCore.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)
Caused by: java.lang.ClassNotFoundException: resonant.lib.network.PacketTile
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more

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

-- Head --
Stacktrace:
at icbm.core.ICBMCore.(ICBMCore.java:103)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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: 76522448 bytes (72 MB) / 264032256 bytes (251 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.85.1277 Minecraft Forge 10.13.2.1277 7 mods loaded, 7 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed
FML{7.10.85.1277} Forge Mod Loader Unloaded->Constructed
Forge{10.13.2.1277} Minecraft Forge Unloaded->Constructed
ResonantEngine{3.0.0} Resonant Engine Unloaded->Constructed
ICBM{1.4.2} ICBM Unloaded
ICBM|Sentry{1.4.2} ICBM Sentry Unloaded
ICBM|Explosion{1.4.2} ICBM Explosion Unloaded
Launched Version: 1.7.10-Forge10.13.2.1277
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6370M GL version 4.0.10243 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
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 startup

Can't seem to find a working version. I took the Crackpack Modpack and attempted to add ICBM. It looks like it's when ForgeMicroBlocks tries to register ICBM blocks.
ICBM: 2.3.0-63
Voltz: 0.1.0-72
Forge: 1.7.10-10.13.2.1277 & 1.7.10-10.13.2.1230
http://pastebin.com/ciJHB8GK

Crash when placing explosives/lighting them

Seems like upon placing a any explosive (tested with anvil and debilitation) I crashed with an unexpected error.(java.lang.NullPointerException) Upon re-loading, the block was there but no texture visible. I then tried to light it using flint an steel which resulted in another crash this time with an exception thrown. I am able to break the block but any form if block update seems to cause crash. I think the issue may lie with .haoMa not setting/reading the explosive id correctly.

Async Explosives

I was thinking about playing ACBM against friends again. While preparing that I noticed again laggs created by big explosives (I wonder why... ;) ). What I would suggest is that you somehow try to change the block asynchronously. I am not sure if that is possible or not (I am a modding rookie).

In hope you might look into that
Deathly

Emp Grenades and a warning for Trackers

I've always liked the idea of the emp having a grenade variant. Of course if deemed overpowered could be disabled in the configs like everything else.

Also, trackers need to have the ability to give a player a warning when they are being tracked. It causes people to be more careful when tracking others. They have to focus on others not paying attention. This would be toggleable in the config with the ability to make the message custom.
For example: "Warning: Someone is tracking you!"

Also, I know it counts as a bug but emps working on RF based devices would be nice.

Also, possibly the ability to craft antimatters without resonant induction present?

OpenComputers support | enhancement

Opencomputers support would be nice for checking wether a launchpad is empty or not, setting coördinates, getting current status (ready to launch/not enough energy) and of course launching missiles. It would also be nice for radar stations, not sure if these were going to be implemented in ICBM though.

Implement blast pattern

http://en.wikipedia.org/wiki/Blast_wave

We should implement a blast pattern to explosives to mirror the effects of the real thing. In which deepening on what happens around the explosion the effect of the explosion changes. Best example is if the explosion happens in the ground vs above ground. In the ground it will have a much larger effect due to compression. Above ground it will have a small effect as the energy can go in all directions easily.

NBT save issue

---- Minecraft Crash Report ----
// Don't do that.

Time: 14-11-28 下午5:00
Description: Saving entity NBT

java.lang.IllegalArgumentException: Empty string not allowed
at net.minecraft.nbt.NBTTagString.(SourceFile:15)
at net.minecraft.nbt.NBTTagCompound.func_74778_a(SourceFile:84)
at icbm.content.missile.EntityMissile.func_70014_b(EntityMissile.java:540)
at net.minecraft.entity.Entity.func_70109_d(Entity.java:1342)
at net.minecraft.entity.Entity.func_70039_c(Entity.java:1298)
at net.minecraftforge.common.ForgeChunkManager.saveWorld(ForgeChunkManager.java:860)
at net.minecraftforge.common.ForgeInternalHandler.onDimensionSave(ForgeInternalHandler.java:70)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_20_ForgeInternalHandler_onDimensionSave_Save.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:809)
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:318)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:569)
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.nbt.NBTTagString.(SourceFile:15)
at net.minecraft.nbt.NBTTagCompound.func_74778_a(SourceFile:84)
at icbm.content.missile.EntityMissile.func_70014_b(EntityMissile.java:540)

-- Entity being saved --
Details:
Entity Type: ICBMMissile (icbm.content.missile.EntityMissile)
Entity ID: 502
Entity Name: entity.ICBMMissile.name
Entity's Exact location: 0.00, 0.00, 0.00
Entity's Block location: World: (0,0,0), Chunk: (at 0,0,0 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)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.entity.Entity.func_70109_d(Entity.java:1342)
at net.minecraft.entity.Entity.func_70039_c(Entity.java:1298)
at net.minecraftforge.common.ForgeChunkManager.saveWorld(ForgeChunkManager.java:860)
at net.minecraftforge.common.ForgeInternalHandler.onDimensionSave(ForgeInternalHandler.java:70)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_20_ForgeInternalHandler_onDimensionSave_Save.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:809)
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:318)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:569)
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: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 918837840 bytes (876 MB) / 1929920512 bytes (1840 MB) up to 3186360320 bytes (3038 MB)
JVM Flags: 2 total; -Xincgc -Xmx3072M
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.85.1232 Minecraft Forge 10.13.2.1232 Optifine OptiFine_1.7.10_HD_U_A4 182 mods loaded, 182 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1232} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1232} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2-core{rv1-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997Core{1.0.2.11} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{000} Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{0} DragonAPI ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InputFix{1.7.10-v5} InputFix Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MaxItemStackCore{0.2} MaxItemStackCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.68} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core 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
battlegear2{1.0.6.2} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
arsmagica2{1.4.0.005} Ars Magica 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ecru_MapleTree{1.1.28b} [MapleTree]([1.7.10]MapleTree Forge v1.1.28b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
net.minecraft.scalar.cutall.mod_CutAllSMP{2.4.9} CutAllSMP Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
net.minecraft.scalar.digall.mod_DigAllSMP{2.2.9} DigAllSMP Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
punt{1.7.2-0.1.0-11.0} Punt Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
smallboats{1.7.2-0.1.0-11.0} SmallBoats (base) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.2.654-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advancedgenetics{1.5.7} Advanced Genetics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AgriCraft{1.7.10-0.0.7} AgriCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppleCore{1.0.1} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv1-stable-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997CoreHelper{1.0.2.11} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AromaBackup{0.0.0.5} AromaBackup Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.0} Backpack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BambooMod{Minecraft1.7.10 var2.6.8.2} BambooMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bdlib{1.5.1.32} BD Lib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsBoP{1.8} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioWoodsNatura{1.4} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AWWayofTime{v1.2.1a} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Botania{r1.3-138} [Botania](Botania r1.3-138.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenChunks{1.3.4.14} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{2.0.0.3} [Chisel](Chisel 2-2.0.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CJBAPI{1.7.10.1} CJB API Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CJB|Cheats{1.7.10.0} CJB Cheats Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Cogs{0.1.4pre1} Cogs of the machine Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cookiecore{1.3.0} Cookie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.0.18} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{3.2.0.5} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.0.18} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.0.18} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.0.18} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.5} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ResonantEngine{3.0.0} Resonant Engine Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ResonantInductionCore{@major@.@minor@.@revis@} Resonant Induction Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.7.1.build434} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagicBees{1.7.10-2.1.21} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
numina{0.4.0.98} Numina Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
powersuits{0.11.0.171} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mystcraft{0.11.0.01} Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.5.3.54} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RotaryCraft{Gamma} [RotaryCraft](RotaryCraft 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ElectriCraft{beta} [ElectriCraft](ElectriCraft 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{3.0.2-d} Enchanting Plus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Enchiridion{1.1} Enchiridion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.2.1.276} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.5.26} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
exnihilo{1.36} Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Metallurgy{4.0.6} Metallurgy 4 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TSteelworks{1.7.10-1.0.6} Tinkers' Steelworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
exastris{For 1.7.10} Ex Astris Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extracells{2.1.12} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.2.0} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization{1.7.10-0.8.88.7} Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.misc{1.7.10-0.8.88.7} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FastCraft{1.9} FastCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Steamcraft{0.27.0} Flaxbeard's Steam Power Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForbiddenMagic{1.7.10-0.53} [Forbidden Magic](Forbidden Magic-1.7.10-0.53.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Bees{2.1.0} Growthcraft Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2NuclearControl{2.0.6a} Nuclear Control 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ICBM{2.0.0.1} ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfernalMobs{1.5.7} Infernal Mobs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.59-dev-155-5dbbb14} [Inventory Tweaks](InventoryTweaks 物品整理 v1.59-155.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.62.28} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lmmx{1.0} lmmx Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MMMLibX{1.7.x-srg-1} MMMLibX Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MultiBench{1.7.2-x} MultiBench Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
zabuton{1.0} zabuton Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LunatriusCore{1.1.2.14} LunatriusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
magicalcrops{1.7.2 - 0.1 ALPHA} Magical Crops Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MariTech{1.0} Marine Technlogy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mariculture{1.0} Mariculture Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MaxItemStack{0.2} MaxItemStack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mekanism{7.1.1} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismGenerators{7.1.1} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ModularForcefieldSystem{3.0-ALPHA-7} Modular Forcefield System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MouseTweaks{2.4.4} [Mouse Tweaks](MouseTweaks 鼠标手势 v2.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NBTEdit{1.7.2.2} In-game NBTEdit Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.12.3.11} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Botany{1.12.3.11} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.12.3.11} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.12.3.11} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExNihilo{1.12.3.11} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
neiintegration{1.0.0} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIPlugins{1.1.0.11-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flammpfeil.slashblade{mc1.7.10-r39} SlashBlade Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flammpfeil.nihil{mc1.7.x-r6} Nihil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NodalMechanics{1.7.10R1.0} NodalMechanics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OmniOcular{@Version@} Omni Ocular 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|Transmission{4.5.3.54} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenComputers{1.4.0.11} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
openprinter{0.1.0.100} OpenPrinter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PowerConverters{1.7.10-3.0.2.38} Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pressure{1.0.1.48} Pressure Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectE{Alpha 0.2c} [ProjectE](ProjectE-Alpha 0.2c preClassic.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.5.3.54} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.5.3.54} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.5.3.54} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.5.3.54} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.5.3.54} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.5.3.54} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YogpstopLib{2.0-RC5} Yogpstop Library Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
QuarryPlus{2.0-RC5} QuarryPlus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ReactorCraft{beta} [ReactorCraft](ReactorCraft 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flammpfeil.slashblade.zephyr{1.7.2 r1.2} SlashBladeZephyr Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flammpfeil.slashbladewa{mc1.7.2-r1} SlashBladeWa Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesFactoryManager{A92} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
thaumicenergistics{0.8.3b} Thaumic Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagnequasarCore{v0.0.1.0} Magnequasar Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalTinkerer{v0.1.0.0e} Thermal Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
um_tmodifiers{1.0} [Tinkers' Modifiers](Tinkers' Modifiers-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TMechworks{1.7.10-86.e500b88} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flammpfeil.toyako{mc1.7.2-r1} toyako Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Translocator{1.1.1.13} Translocator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.10} [VoxelMap No Radar](VoxelMap 小地图%28无雷达%29 v1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WaslieCore{1.1} WaslieCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WaterPower{0.3e} WaterPower Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WorldTooltips{1.7.10-r1} [Genuine] World Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
zyinhud{1.3.5} Zyin's HUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
THKaguyaMod{2.76_1.7.10} [Itutu no Nandai MOD+](五つの難題MOD%2B ver2.76-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.15} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.0.18} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.0.18} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eureka{2.1} Eureka Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
libsandstone{1.0.0} libsandstone Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
redgear_core{2.1.3} Red Gear Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bigfactories{1.0} Big Factories Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Forestry : [Forestry] Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BC:ON, MJ6:ON, MJ5:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, 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: 1 / 8; [EntityPlayerMP['Milktea_S'/607, l='test with icbm', x=-5.50, y=4.00, z=608.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Camo block color

Seems the color of the block is not correct for the camo block when rendering other blocks. This could be a combination of get color method, and biome color.

screenshot 2014-11-10 20 42 21

[Suggested Content]Taxi Missile

A Missile to be used as a taxi. Suggested by Snow

rocket_small_cute_red

Rocket should be able to hold a player inside in about the same way as galacticraft.

Abstract and move missile launching to a handler

It seems to many things are controlling how missiles are launched and move. We need to abstract the launch process best as possible. As well all launching should be handled by some central class. This way anything can launch a missile.

Move Hand Grenades to Armory Mod

I'm planning on attempting to work on a weapons mod that includes guns. Seeing as hand grenades fits better with that they need moved over.

How do I install the ICBM mod in my minecraft 1.7.10?

Guys, I'm doing something wrong time to put the mod.
I put the ICBM and the Voltz engine in my mod folder ...
That's all I have to do? Or has more thing?

Can anyone tell me E-X-A-C-T-L-Y what I have to do to install the mod on version 1.7.10 of Minecraft, please?

Note: I already have the latest version of Forge installed.

icbm 2.0.0b12 crash report

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

Time: 09:28 16/11/14
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: icbm/explosion/machines/TileEMPTower
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: icbm/explosion/machines/TileEMPTower
at icbm.explosion.CommonProxy.init(CommonProxy.java:40)
at icbm.explosion.ClientProxy.init(ClientProxy.java:87)
at icbm.explosion.ICBMExplosion.init(ICBMExplosion.java:296)
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:513)
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.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
... 10 more
Caused by: java.lang.ClassNotFoundException: icbm.explosion.machines.TileEMPTower
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 40 more
Caused by: java.lang.NoClassDefFoundError: li/cil/oc/api/network/SimpleComponent
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 42 more
Caused by: java.lang.ClassNotFoundException: li.cil.oc.api.network.SimpleComponent
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more
Caused by: java.lang.NullPointerException

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 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 597196512 bytes (569 MB) / 734527488 bytes (700 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -XX:MaxPermSize=256m
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.85.1230 Minecraft Forge 10.13.2.1230 6 mods loaded, 6 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1230} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1230} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
ResonantEngine{3.0.0} Resonant Engine Unloaded->Constructed->Pre-initialized->Initialized
ICBM{2.0.0.1} ICBM Unloaded->Constructed->Pre-initialized->Initialized
ICBM|Explosion{2.0.0.1} ICBM Explosion Unloaded->Constructed->Pre-initialized->Errored

Rework explosives to use an event handler

We need to implement an event handler for explosives when they modify the world. This way mods/plugins can block explosives on a per block basis. Examples of use would be a loadable addition for ICBM to handle MFFS shields for both versions of the mod.

Change recipes

Current recipes are either to expensive for minor explosives or two vanilla for high tier explosives. It also make very little since that low tier explosives be used to make high tier ones. We should change the explosives to be crafted using bomb parts. As well be crafted from scratch without using parts from other crafted explosives.

TODO

  1. Add bomb casing( tier 1, 2, 3)
  2. Add bomb trigger
  3. Add explosive charge
  4. Add timer circuit
  5. Add proximity circuit
  6. Add GPS circuit(for high tier guide explosives)
  7. Add fluid canister(for fire explosives)
  8. Teleportation Core(ender explosive)
  9. Shrapnel(for fragment explosive)

computercraft peripheral doesnt work

the peripheral methods seem to be gone -.-
i am using CC 1.58 (i know its 1.6 incompatible ... with 1.5 it worked in another minecraft installation), ICBM 1.4.2.386 and UE 3.1.0.115

Recode Explosive blocks as warheads

Since the theme for ICBM is focusing more on missiles we need to recoded the explosive blocks into warheads. This will mainly be a change to look like missile warheads. If anyone wants the original block shaped explosive we can create a sub mod just for that. Which should be easy as we just iterate the explosive registry.

Models

What i'm thinking for the model is a very basic flat topped triangle shaped missile tip. With each tier and explosive type have its own variation of the design. For example MIRV style missiles will have 6 sub missiles in a ring casing.

focoase-produse-la-tohan-zarnesti
images
missile-without-any-warhead-strikes-japan-fostex-gy-1-5

Incorrect package structuring

@SidedProxy(clientSide = "icbm.core.ClientProxy", serverSide = "icbm.core.CommonProxy")
public static CommonProxy proxy;
from the ICBM main class

the ClientProxy and the CommonProxy are both part of the package icbm, not icbm.core.
Causes this error:

[15:44:48] [Client thread/ERROR] [FML]: An error occured trying to load a proxy into {clientSide=icbm.core.ClientProxy, serverSide=icbm.core.CommonProxy}.icbm.ICBM
java.lang.ClassNotFoundException: icbm.core.ClientProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]

(First time posting an issue to github, sorry for formatting issues)

turret configuration

as it seems, in the 1.6.4 version of ICBM (tried one of the first as well as the latest) there is no way i can tell a turret not to attack a specific player (i am planning a small ICBM pvp match, and i dont want my turrets to shoot my own team). is there something i didnt see, and if not, when will be something added (for example the console from the 1.5 version)?

Missing Explosive Block Textures

Rather simple in theory the blocks are either not loading textures, or not using them. If thats not the case then the explosive ID is not being set when the block is placed. Seeing as the block was converted to a SpatialBlock anything could have gone wrong.

TODO

  1. Move textures to Icon map in spatial block
  2. Check On block Places

modflag option working?

Just checking the modflag command is installed and working correctly as previous 1.6.4 would loose its modflag ban_icbm setting after server restart making any protected zones open to attack.

Implement API

Current API is missing or gone. We will need to create a new API containing basic event calls. Nothing major should be added for mod compatibility. However, we do need to allow for explosions to be blocked through event calls.

TODO

  • Add PreExplosionEvent - should contain type, list of blocks to be modified, and location data
  • Add ExplosionEvent - should contain type, list of blocks that will be removed, and location data
  • Add PostExplosinEvent - should contain type, list of blocks removed, and location data
  • Add PreExploiveCraftEvent
  • Add PostExplosiveCraftEvent

Who's Managing ICBM??

I can see that a team of coders are updating ICBM to 1.7.10, is there like a head leader now as far as I know the owners of ICBM have stopped developing it so is there a website where people can download the mod on 1.7.10 or is this a wip?

Radar dish

Hi,
I've always like the previous radar station more because it looked like an actual radar. But for it to work it'd have to be outside and going outside to check the radar isn't really efficient.

Would it be possible to make a separate radar dish that needs to be placed in open air and a radar screen that you can use inside? Would be awesome. Just need to think of a way to connect them though, because 2 cables for electricity and connection would also be a pain. Maybe wireless with a radar-kit to radar location card like in ic2? With a range limit of course.

Cheers,

Missing Sound files

ICBM is trying to play a few sound files but as normal is failing to do so. This may be due to the sounds.json not being setup yet.

Download links broken again

Cannot download any files. Even removing the last part doesn't work anymore :(

Ps great work so far guys!

Startup Crash

I was playing ICBM beta 37, and I got this crash:

---- Minecraft Crash Report ----
// But it works on my machine.

Time: 12/27/14 10:24 AM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.builtbroken.icbm.ICBM
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.builtbroken.icbm.ICBM
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
... 10 more
Caused by: java.lang.NoClassDefFoundError: resonant/lib/mod/AbstractMod
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: resonant.lib.mod.AbstractMod
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 170184760 bytes (162 MB) / 505413632 bytes (482 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
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.85.1231 Minecraft Forge 10.13.2.1231 Optifine OptiFine_1.7.10_HD_U_B1 88 mods loaded, 88 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed
FML{7.10.85.1231} Forge Mod Loader Unloaded->Constructed
Forge{10.13.2.1231} Minecraft Forge Unloaded->Constructed
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed
{000} CoFH ASM Data Initialization Unloaded->Constructed
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed
NotEnoughItems{1.0.3.73} Not Enough Items Unloaded->Constructed
DamageIndicatorsMod{3.2.0} Damage Indicators Unloaded->Constructed
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed
BiblioCraft{1.8.2} BiblioCraft Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed
BuildCraft|Core{6.2.2} BuildCraft Unloaded->Constructed
BuildCraft|Transport{6.2.2} BC Transport Unloaded->Constructed
BuildCraft|Silicon{6.2.2} BC Silicon Unloaded->Constructed
BuildCraft|Builders{6.2.2} BC Builders Unloaded->Constructed
BuildCraft|Energy{6.2.2} BC Energy Unloaded->Constructed
BuildCraft|Factory{6.2.2} BC Factory Unloaded->Constructed
IC2{2.2.646-experimental} IndustrialCraft 2 Unloaded->Constructed
CompactSolars{4.4.39.315} Compact Solar Arrays Unloaded->Constructed
ComputerCraft{1.65} ComputerCraft Unloaded->Constructed
SlimevoidLib{2.0.4.6} Slimevoid Library Unloaded->Constructed
DynamicTransport{0.1.2.0} Dynamic Transport Unloaded->Constructed
flansmod{4.7.0} [Flan's Mod](Flans Mod-1.7.10-4.7.0.jar) Unloaded->Constructed
Forestry{3.1.1.4} Forestry for Minecraft Unloaded->Constructed
GalacticraftCore{3.0.5} Galacticraft Core Unloaded->Constructed
GalacticraftMars{3.0.5} Galacticraft Planets Unloaded->Constructed
iChunUtil{4.1.2} iChunUtil Unloaded->Constructed
Hats{4.0.1} Hats Unloaded->Constructed
IC2NuclearControl{2.0.8c} Nuclear Control 2 Unloaded->Constructed
ResonantEngine{3.0.0} Resonant Engine Unloaded->Constructed
icbm{2.2.0.1} ICBM Unloaded->Errored
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed
MineFactoryReloaded{1.7.10R2.8.0RC3} MineFactory Reloaded Unloaded->Constructed
Baubles{1.0.1.8} Baubles Unloaded->Constructed
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed
Railcraft{9.3.1.0} Railcraft Unloaded->Constructed
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed
Mekanism{7.1.1} Mekanism Unloaded->Constructed
MekanismGenerators{7.1.1} MekanismGenerators Unloaded->Constructed
MekanismTools{7.1.1} MekanismTools Unloaded->Constructed
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC3} MFR Compat: Applied Energistics Unloaded->Constructed
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} MFR Compat: Atum Unloaded->Constructed
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC3} MFR Compat: BackTools Unloaded->Constructed
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC3} MFR Compat: BuildCraft Unloaded->Constructed
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} MFR Compat: Chococraft Unloaded->Constructed
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} MFR Compat: ExtraBiomes Unloaded->Constructed
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC3} MFR Compat: Forestry Unloaded->Constructed
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} MFR Compat: ForgeMicroblock Unloaded->Constructed
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} MFR Compat: IC2 Unloaded->Constructed
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} MFR Compat: Mystcraft Unloaded->Constructed
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} MFR Compat: Pam's Mods Unloaded->Constructed
ProjRed|Core{4.5.1.51} ProjectRed Unloaded->Constructed
ProjRed|Exploration{4.5.1.51} ProjectRed-Exploration Unloaded->Constructed
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} MFR Compat ProjectRed Unloaded->Constructed
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} MFR Compat: Railcraft Unloaded->Constructed
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} MFR Compat: RP2 Unloaded->Constructed
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} MFR Compat: Sufficient Biomes Unloaded->Constructed
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC3} MFR Compat: Thaumcraft Unloaded->Constructed
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} MFR Compat: Thermal Expansion Unloaded->Constructed
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC3} MFR Compat: TwilightForest Unloaded->Constructed
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC3} MFR Compat: Vanilla Unloaded->Constructed
numina{0.4.0.99} Numina Unloaded->Constructed
powersuits{0.11.0.175} MachineMuse's Modular Powersuits Unloaded->Constructed
cfm{3.3.6} §6MrCrayfish's Furniture Mod Unloaded->Constructed
NBTEdit{1.7.2.2} In-game NBTEdit Unloaded->Constructed
powersuitaddons{@Version@} Modular Powersuits Addon Unloaded->Constructed
ProjRed|Transmission{4.5.1.51} ProjectRed-Transmission Unloaded->Constructed
ProjRed|Transportation{4.5.1.51} ProjectRed-Transportation Unloaded->Constructed
ProjRed|Compatibility{4.5.1.51} ProjectRed-Compatibility Unloaded->Constructed
ProjRed|Integration{4.5.1.51} ProjectRed-Integration Unloaded->Constructed
ProjRed|Illumination{4.5.1.51} ProjectRed-Illumination Unloaded->Constructed
ProjRed|Expansion{4.5.1.51} ProjectRed-Expansion Unloaded->Constructed
rivalrebels{1.7.10A} Rival Rebels Unloaded->Constructed
secretroomsmod{4.7.1} The SecretRoomsMod Unloaded->Constructed
Sync{4.0.0} Sync Unloaded->Constructed
TF2Dispenser{1.7.10} TF2 Dispenser Unloaded->Constructed
TF2Sentry{1.7.10} TF2 Sentry Unloaded->Constructed
TF2TeamAddon{1.7.10} TF2 TeamAddon Unloaded->Constructed
TF2Teleporter{1.7.10} TF2 Teleporter Unloaded->Constructed
TrailMix{4.0.0} TrailMix Unloaded->Constructed
weaponmod{v1.14.3} Balkon's WeaponMod Unloaded->Constructed
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed

icbm crashes on a server

after a lot of trial and error i was ble to get the icbm file and find resonant engine

resonant engine is resonant-engine-3.3.0.396-core.jar
and icbm is ICBM-1.7.10-2.3.0b48.jar

we were testing them out and they load just fine in single player but the same files crash a multiplayer server

It should be noted in single player i could not see the launchers, emp towers or radar only the missiles themselfs in nei

I did wonder if its a capsation issue, as the server is linux but the names tally perfectly to the contents of resonnant engine
i also tried renaming resonant-engine-3.3.0.396-core.jar to aresonant-engine-3.3.0.396-core.jar an old trick to get that to load first but to no avail

we then tried the server with icbm removed and got a new crash (minechem complaining about cofh "java.lang.IncompatibleClassChangeError: Class minechem.tileentity.synthesis.SynthesisTileEntity does not implement the requested interface cofh.api.energy.IEnergyReceiver"
full log not provided as not relevent to icbm...well semi relevent, but retained should you wish to see it)

removed resonant engine and the server (after having to run /fml confirm to confirm the removal of some resonant engine blocks, i note that so you know that mod had loaded) worked perfectly

sorry to be the bearer of bad news, hope the bug report helps, do so love the misiles, radar and emp towers in this mod
error log
---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 1/6/15 4:08 AM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: resonant/lib/render/wrapper/ItemRenderHandler
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: resonant/lib/render/wrapper/ItemRenderHandler
at resonant.lib.mod.content.ModManager.newBlock(ModManager.java:129)
at resonant.lib.mod.content.ModManager.newBlock(ModManager.java:105)
at resonant.lib.mod.content.ModManager.newBlock(ModManager.java:87)
at com.builtbroken.icbm.ICBM.preInit(ICBM.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: resonant.lib.render.wrapper.ItemRenderHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 35 more
Caused by: java.lang.RuntimeException: Attempted to load class resonant/lib/render/wrapper/ItemRenderHandler for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 37 more

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1010127152 bytes (963 MB) / 1803026432 bytes (1719 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -Xmx4096M -Xms512M -XX:PermSize=256M
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.85.1277 Minecraft Forge 10.13.2.1277 187 mods loaded, 186 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.85.1277} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1277} Minecraft Forge Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv2-beta-6} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized
Aroma1997Core{1.0.2.13} Aroma1997Core Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized
InfiniBows{1.3.0 build 20} InfiniBows Unloaded->Constructed->Pre-initialized
LanteaCraft-Core{1.0} LanteaCraft Core Unloaded->Constructed->Pre-initialized
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized
MobiusCore{1.2.3} MobiusCore Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.4.83} Not Enough Items Unloaded->Constructed->Pre-initialized
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized
STPPlugin{} ServerTools|Permission Plugin Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized
sapmanpack{2.1.0} SanAndreasPs Manager Pack CORE edition Unloaded->Constructed->Pre-initialized
debug{1.0} debug Unloaded->Constructed->Pre-initialized
bspkrsCore{6.15} bspkrsCore Unloaded->Constructed->Pre-initialized
StartingInventory{1.7.10.r03} StartingInventory Unloaded->Constructed->Pre-initialized
IC2{2.2.658-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
advancedgenetics{1.5.7} Advanced Genetics Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv2-beta-6} Applied Energistics 2 Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B9} CoFH Core Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.2.6} BuildCraft Unloaded->Constructed->Pre-initialized
ResonantEngine{3.3.0} Resonant Engine Unloaded->Constructed->Pre-initialized
Aroma1997CoreHelper{1.0.2.13} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized
AromaBackup{0.0.0.5} AromaBackup Unloaded->Constructed->Pre-initialized
asielib{0.3.6} asielib Unloaded->Constructed->Pre-initialized
bdlib{1.5.1.32} BD Lib Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.2} BiblioCraft Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized
Forestry{3.3.0.6} Forestry for Minecraft Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0RC1} Thermal Foundation Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.0B8} Thermal Expansion Unloaded->Constructed->Pre-initialized
BigReactors{0.4.1A2} Big Reactors Unloaded->Constructed->Pre-initialized
BinnieCore{2.0-pre1} Binnie Core Unloaded->Constructed->Pre-initialized
Botany{2.0-pre1} Botany Unloaded->Constructed->Pre-initialized
ExtraBees{2.0-pre1} Extra Bees Unloaded->Constructed->Pre-initialized
ExtraTrees{2.0-pre1} Extra Trees Unloaded->Constructed->Pre-initialized
Genetics{2.0-pre1} Genetics Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.3.0a} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.2.1} Thaumcraft Unloaded->Constructed->Pre-initialized
Botania{r1.3-149} [Botania](Botania r1.3-149.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.2.6} BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.2.6} BC Silicon Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.2.6} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.2.6} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.2.6} BC Factory Unloaded->Constructed->Pre-initialized
cannibalism{1.0.1} Cannibalism Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.4.1} [Carpenter's Blocks](Carpenter's Blocks v3.3.4.1 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized
chisel{2.2.1} [Chisel](Chisel 2-2.2.1.jar) Unloaded->Constructed->Pre-initialized
ChiselFacades{1.7.10-2.7-cricket} Chisel Facades Unloaded->Constructed->Pre-initialized
chococraft{4.1.4} Clienthax's ChocoCraft Unloaded->Constructed->Pre-initialized
claysoldiers{2.0.0b} Clay Soldiers Mod Unloaded->Constructed->Pre-initialized
CompactSolars{4.4.39.315} Compact Solar Arrays Unloaded->Constructed->Pre-initialized
ComputerCraft{1.65} ComputerCraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.7.10R2.8.0RC6} MineFactory Reloaded Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.2.6.317} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.27} EnderStorage Unloaded->Constructed->Pre-initialized
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.5.8.59} ProjectRed Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.8.59} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
OpenComputers{1.4.3.305-dev} OpenComputers Unloaded->Constructed->Pre-initialized
Railcraft{9.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized
Waila{1.5.8} Waila Unloaded->Constructed->Pre-initialized
computronics{1.3.3} Computronics Unloaded->Constructed->Pre-initialized
props{1.11} Decocraft Unloaded->Constructed->Pre-initialized
dungeonpack{1.7.10-1.0} Dungeon Pack Unloaded->Constructed->Pre-initialized
EnderZoo{1.7.10-1.0.7.16} Ender Zoo Unloaded->Constructed->Pre-initialized
extracells{2.2.25} ExtraCells Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.8.1.build815} Tinkers' Construct Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.2.1} Extra Utilities Unloaded->Constructed->Pre-initialized
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized
factorization{1.7.10-0.8.88.7} Factorization Unloaded->Constructed->Pre-initialized
factorization.misc{1.7.10-0.8.88.7} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized
flansmod{4.9.0} [Flan's Mod](Flans Mod-1.7.10-4.9.0.jar) Unloaded->Constructed->Pre-initialized
FlatSigns{2.1.0.19} Flat Signs Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.552} [Forbidden Magic](Forbidden Magic-1.7.10-0.552.jar) Unloaded->Constructed->Pre-initialized
funkylocomotion{1.0} Funky Locomotion Unloaded->Constructed->Pre-initialized
GalacticraftCore{3.0.6} Galacticraft Core Unloaded->Constructed->Pre-initialized
GalacticraftMars{3.0.6} Galacticraft Planets Unloaded->Constructed->Pre-initialized
advgenerators{0.9.6.27} Advanced Generators Unloaded->Constructed->Pre-initialized
iChunUtil{4.1.2} iChunUtil Unloaded->Constructed->Pre-initialized
Hats{4.0.1} Hats Unloaded->Constructed->Pre-initialized
HatStand{4.0.0} HatStand Unloaded->Constructed->Pre-initialized
IC2NuclearControl{2.0.8c} Nuclear Control 2 Unloaded->Constructed->Pre-initialized
icbm{2.3.0.1} ICBM Unloaded->Constructed->Errored
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized
JABBA{1.2.0a} JABBA Unloaded->Constructed->Pre-initialized
LanteaCraft{1.0.0-63} LanteaCraft Unloaded->Constructed->Pre-initialized
lom{1.7.10-3.0.1b} LotsOMobs Unloaded->Constructed->Pre-initialized
MagicBees{1.7.10-2.1.22} Magic Bees Unloaded->Constructed->Pre-initialized
radixcore{1.3.4} RadixCore Unloaded->Constructed->Pre-initialized
mca{4.1.5} Minecraft Comes Alive Unloaded->Constructed->Pre-initialized
minechem{5.0.5.348} Minechem Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} MFR Compat: Atum Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized
Mystcraft{0.11.0.00} Mystcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.5.8.59} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized
MineMenu{1.2.0} MineMenu Unloaded->Constructed->Pre-initialized
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed->Pre-initialized
numina{0.4.0.100} Numina Unloaded->Constructed->Pre-initialized
powersuits{0.11.0.176} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized
Morph{0.9.1} Morph Unloaded->Constructed->Pre-initialized
cfm{3.4.7} �9MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.3.11} NEI Addons Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.3.11} NEI Addons: Botany Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.3.11} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.3.11} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.3.11} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized
neiintegration{1.0.3} NEI Integration Unloaded->Constructed->Pre-initialized
recipehandler{0.2} NoMoreRecipeConflict Unloaded->Constructed->Pre-initialized
NotEnoughCodecs{0.3} NotEnoughCodecs Unloaded->Constructed->Pre-initialized
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized
OpenPeripheralCore{0.5.0} OpenPeripheralCore Unloaded->Constructed->Pre-initialized
OpenPeripheral{0.2.0} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized
openmodularturrets{1.3.2} Open Modular Turrets Unloaded->Constructed->Pre-initialized
OpenPeripheralIntegration{0.1.0} OpenPeripheralIntegration Unloaded->Constructed->Pre-initialized
PeripheralsPlusPlus{1.2.0-beta4} Peripherals++ Unloaded->Constructed->Pre-initialized
PneumaticCraft{1.5.1-49} PneumaticCraft Unloaded->Constructed->Pre-initialized
ProjectE{1.7.10-0.2d-dev13} ProjectE Unloaded->Constructed->Pre-initialized
ProjRed|Transportation{4.5.8.59} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.5.8.59} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.8.59} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.8.59} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.5.8.59} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized
RandomThings{2.2.2} Random Things Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0RC1} Redstone Arsenal Unloaded->Constructed->Pre-initialized
AS_Ruins{14.6} Ruins Spawning System Unloaded->Constructed->Pre-initialized
secretroomsmod{4.7.1} The SecretRoomsMod Unloaded->Constructed->Pre-initialized
securitycraft{v1.6.1} [SecurityCraft](SecurityCraft v1.6.1 for 1.7.10.jar) Unloaded->Constructed->Pre-initialized
ServerTools{1.7.10-2.2.0.78} ServerTools Unloaded->Constructed->Pre-initialized
ServerTools-PERMISSION{1.7.10-2.2.1.6} ServerTools Permission Unloaded->Constructed->Pre-initialized
ServerTools-TELEPORT{1.0} ServerTools-TELEPORT Unloaded->Constructed->Pre-initialized
SolarFlux{1.7.10-0.5a} Solar Flux Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized
StevesFactoryManager{A93} Steve's Factory Manager Unloaded->Constructed->Pre-initialized
Sync{4.0.0} Sync Unloaded->Constructed->Pre-initialized
TF2Dispenser{1.7.10} TF2 Dispenser Unloaded->Constructed->Pre-initialized
TF2Teleporter{1.7.10} TF2 Teleporter Unloaded->Constructed->Pre-initialized
thaumicenergistics{0.8.7.2a-rv2} Thaumic Energistics Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized
TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized
Translocator{1.1.1.14} Translocator Unloaded->Constructed->Pre-initialized
AS_UpdateCheck{1.1.6} AtomicStryker Update Check Mod Unloaded->Constructed->Pre-initialized
WailaHarvestability{1.1.1} Waila Harvestability Unloaded->Constructed->Pre-initialized
warpbook{2.0.null} Warp Book Unloaded->Constructed->Pre-initialized
witchery{0.21.2} Witchery Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
aobd{2.3.5} Another One Bites The Dust Unloaded->Constructed->Pre-initialized
denseores{1.0} Dense Ores Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized
asielibcore{} AsieLib CoreMod Unloaded->Disabled
OpenModsLib crash transformers: [gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED],[map_gen_fix:FINISHED],[movement_callback:ENABLED],[stencil_patches:ENABLED]
AE2 Version: beta rv2-beta-6 for Forge 10.13.2.1230
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

hi need to ask something

dark are you going to realse an alpha build for icbm 1.7.10?
and if you are going to do it can you put a date for this ?

How do I put this mod on my minecraft 1.7.10?

Hey guys, I would like to put the mod ICBM 2.3.0 on my minecraft 1.7.10, but I have no idea how to do this, since I already have the forge, and when I download the mod in this site: https://github.com/BuiltBrokenModding/ICBM/tree/2.3.0, I download a .zip file with the ICBM 2.3.0 folder within it, what do I do to put this mod to work on my minecraft?

I wouldn't have to have the mod .jar file to put into the mod folder in the .minecraft folder? That is, the core of the mod? This site provides a mod or only the code of it? Please anyone help me.

Abstract explosive registry and move to RE

Since i want ICBM to just be about ICBM missiles most of the content will break into other mods. This means that Resonant Engine will need the registry to handle the addition of other explosive based mods.

TODO

  1. Remove explosive instances out of the registration class
  2. Abstract Explosive, Explosion, and ExplosionRegistry better
  3. Abstract as many Explosive classes as possible
  4. Change how explosions are created from the Explosion classes
  5. Have explosion classes return the blast instances they create
  6. Either remove or improve explosion classes creating recipes
  7. Remove or change how player interaction works for explosion classes
  8. Force event calls for any explosion class created

EOFieldException reading packet

For some reason the packet for the warhead and display table are throwing exceptions on when reading client side. This looks to be due to the packet system not writing the packet correctly server side. Could have something to do with the changes i made to the system recently.

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.