JAS is way too inflexible, add any mod that adds a biome and your config breaks! Say you wanna add build craft... Oh look, now you gotta go through every config tediously and spend half a day just trying to work it out.
I really don't want to spend entire days just trying to make biomes function properly anymore.
Why is it that both curse and mediafire's downloads are botched? Curse is doing some bad request non sense and media fire keeps getting redirect loops. What gives?
I'm surprised no one's done it, but here's a baseline stat modifier template to have apply to all mods:
And operators as it turns out are pretty customization.
Operator 0 is simply additive/subtractive while operator 1 is multiplicative [I.e works like a percentage]. Don't know how operator 2 works exactly however.
{
"_comment": "This is the default Mop Properties file. When this mod generates a default file for any mob, it will be an auto-formatted copy of this file. Remember, comments outside of functions (such as this one) will not be copied.",
"drops": [],
"pre_stats": [],
"stats": [
{
"_comment": "Modifies attack damage of a mob. Note that attack dmaage is done in half-hearts. For instance a value of 1 is about as strong as steve can punch; a value of 10.0 is around where diamond swords with a high level sharpness enchantment can hit at",
"function": "modifier",
"attribute": "generic.attackDamage",
"value": 0.0,
"operator": 0
},
{
"_comment": "Modifies the range at which a mob will follow the player",
"function": "modifier",
"attribute": "generic.followRange",
"value": 0.0,
"operator": 0
},
{
"_comment": "Percentage based modifier ranging from 0.0 to 1.0 that determines that knock back reisstance of a mob. For instance, at 1.0 the mob never will suffer knock back while at 0.0 the mob always will suffer knock back",
"function": "modifier",
"attribute": "generic.knockbackResistance",
"value": 0.0,
"operator": 0
},
{ "_comment": "Modifies max health of a mob. Default is 20.0, or about the same health steve has.",
"function": "modifier",
"attribute": "generic.maxHealth",
"value": 0.0,
"operator": 1
},
{
"_comment": "Modifies a mob's movement speed. The default speed is 0.7",
"function": "modifier",
"attribute": "generic.movementSpeed",
"value": 0.0,
"operator": 1
}
]
}
Find the mobproperties.json in your config figure, replace what's in the folder with this and everything should work. I was able to buff the evolved mobs from galacticraft with this set-up just fine using this for instance.
[08:10:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:10:05] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:10:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[08:10:05] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading
[08:10:05] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[08:10:06] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:13] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:10:13] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[08:10:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:10:16] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[08:10:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[08:10:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[08:10:20] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[08:10:26] [main/INFO] [FastCraft-core]: 1 / 11 applied
[08:10:26] [main/INFO] [FastCraft-core]: 2 / 11 applied
[08:10:27] [main/INFO]: Setting user: <PROFILE NAME>
[08:10:29] [main/INFO] [FastCraft-core]: 3 / 11 applied
[08:10:31] [Client thread/INFO]: LWJGL Version: 2.9.1
[08:10:32] [Client thread/INFO] [FastCraft-core]: 4 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 5 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 6 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 7 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 8 / 11 applied
[08:10:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[08:10:33] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1230 Initialized
[08:10:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[08:10:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[08:10:34] [Client thread/INFO] [FML]: Searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods for mods
[08:10:34] [Client thread/INFO] [FML]: Also searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods\1.7.10 for mods
[08:10:39] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.0
[08:10:42] [Client thread/WARN] [HardcoreEnderExpansion]: Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.6.5
[08:10:42] [Client thread/INFO] [FML]: Attempting to reparse the mod container Invasion_1.1.1_1.7.10.jar
[08:10:43] [Client thread/WARN] [JustAnotherSpawner]: Mod JustAnotherSpawner is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.14.13
[08:10:44] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.3.1.1
[08:10:45] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:10:45] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:10:45] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:10:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 50 mods to load
[08:10:45] [Client thread/INFO] [FML]: Found mod(s) [eureka] containing declared API package buildcraft.api.events (owned by BuildCraftAPI|core) without associated API reference
[08:10:46] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.88-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, Railcraft, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at CLIENT
[08:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, Railcraft, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at SERVER
[08:10:51] [Client thread/INFO] [FastCraft-core]: 9 / 11 applied
[08:10:55] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.netherores.ores.Ores
[08:10:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Climate Control, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Custom Chest Loot, FMLFileResourcePack:Deadly World, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Highlands, FMLFileResourcePack:Invasion, FMLFileResourcePack:Just Another Spawner, FMLFileResourcePack:Lava Monsters, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minechem, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:Natural Absorption, FMLFileResourcePack:Necromancy, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Project Zulu, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Baubles, FMLFileResourcePack:Eureka, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:libsandstone
[08:10:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 11/17/14 8:10 AM
Description: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ITickHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
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)
[08:10:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\crash-reports\crash-2014-11-17_08.10.58-client.txt
Minecraft exited with exitcode -1.
I seem to be having trouble with my forge. With certain mods such as Mob Properties, Ruins, Galacticraft and some other mods my game keeps crashing on start up. I checked for a similar crash tot his and apparently it has to do with my forge version. Yet my forge is indeed 1.7.10 and I am using 1.230 or so. I don't want to downgrade to 1.208 mainly since I really can't anymore and because there's a biome weight glitch fixed in later forge versions. I presume forge to be the culrpit as ITickHandler is a forge mod and I made sure all my mods are 1.7.10 in their version (though a few might be 1.7.2- mainly since I know some mods work fine between 1.7.2 and 1.7.10). Yet this is still happening and I don't want forge telling me what mods I can play. If I want spaceships that fly to the moon alongside magic books that take you to other dimensions, I should be able to do so.
I've tried starting up with forge 1.236 and 1.230 with little avail. It's only after I strip down some mods does it work again. Those mods being ruins, mob properties, railcraft and galacticcraft. Any way to work out this issue?
Update:
MultiMC version: 0.4.4
Minecraft folder is:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/minecraft
Java path is:
C:/Program Files/Java/jre7/bin/javaw.exe
[08:20:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:20:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[08:20:39] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading
[08:20:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[08:20:39] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:39] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:20:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[08:20:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:20:50] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[08:20:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[08:20:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[08:20:54] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[08:21:01] [main/INFO] [FastCraft-core]: 1 / 11 applied
[08:21:02] [main/INFO] [FastCraft-core]: 2 / 11 applied
[08:21:04] [main/INFO]: Setting user: <PROFILE NAME>
[08:21:07] [main/INFO] [FastCraft-core]: 3 / 11 applied
[08:21:09] [Client thread/INFO]: LWJGL Version: 2.9.1
[08:21:10] [Client thread/INFO] [FastCraft-core]: 4 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 5 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 6 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 7 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 8 / 11 applied
[08:21:11] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[08:21:11] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1230 Initialized
[08:21:11] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[08:21:11] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[08:21:12] [Client thread/INFO] [FML]: Searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods for mods
[08:21:12] [Client thread/INFO] [FML]: Also searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods\1.7.10 for mods
[08:21:16] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.0
[08:21:18] [Client thread/WARN] [HardcoreEnderExpansion]: Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.6.5
[08:21:18] [Client thread/INFO] [FML]: Attempting to reparse the mod container Invasion_1.1.1_1.7.10.jar
[08:21:18] [Client thread/WARN] [JustAnotherSpawner]: Mod JustAnotherSpawner is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.14.13
[08:21:20] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.3.1.1
[08:21:21] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:21:21] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:21:21] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:21:21] [Client thread/INFO] [FML]: Forge Mod Loader has identified 49 mods to load
[08:21:21] [Client thread/INFO] [FML]: Found mod(s) [eureka] containing declared API package buildcraft.api.events (owned by BuildCraftAPI|core) without associated API reference
[08:21:22] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.88-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:21:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at CLIENT
[08:21:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at SERVER
[08:21:27] [Client thread/INFO] [FastCraft-core]: 9 / 11 applied
[08:21:32] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.netherores.ores.Ores
[08:21:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Climate Control, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Custom Chest Loot, FMLFileResourcePack:Deadly World, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Highlands, FMLFileResourcePack:Invasion, FMLFileResourcePack:Just Another Spawner, FMLFileResourcePack:Lava Monsters, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minechem, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:Natural Absorption, FMLFileResourcePack:Necromancy, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Project Zulu, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Baubles, FMLFileResourcePack:Eureka, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:libsandstone
[08:21:32] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// You're mean.
Time: 11/17/14 8:21 AM
Description: Initializing game
java.lang.NoClassDefFoundError: net/minecraft/network/packet/Packet
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassNotFoundException: net.minecraft.network.packet.Packet
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
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)
[08:21:33] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\crash-reports\crash-2014-11-17_08.21.32-client.txt
Minecraft exited with exitcode -1.
I removed a couple mods and now the crash has change to this content/content thing. Is my instance just corrupt? I am starting to suspect Atomicstryker's mods. Edit: Nope. Atomicstryker mods are up to date too.
So, what's the favored spawn preferences by people who use JAS? Biome based or entity based?
Personally, I find it easier to work with entity centered spawnlists than biome ones, I just find it easier to use overall since "where would this mob spawn" is easier to work with as opposed to "what would spawn in this biome".
Especially since I really don't like the rigidity of biome categories. I don't see why for instance, a sandworm needs to only spawn in desert biomes when you'd think any sandy biome would do. Like mangroves or beaches.
Although while I haven't checked i'm starting to fear the mangroves may have sand worms spawning on the trees...
Using highlands and Biomes O Plenty. I should note I took out some highlands biomes thinking they were redundant and by the time I wanted to re-add them I found myself too deep into the config to do anything about it.
I made a spawn-pack that makes every biome unique; be warned however this spawn pack comes packaged with a few modifiers to project zulu mobs and some name overrides for some of the mods I made use of.
-Project Zulu
-Primitive Mobs
-MoCreatures
-Twilight Forest
-Thaumcraft
-Animals+
-Biomes O Plenty
-Thermal Expansion
The mods I should warn are rather interconnected, for instance the project zulu deer will spawn in colder biomes and are called "caribou" since they all spawn with horns which is a trait seen with caribou; normally only bucks get the horns. You probably should install every mod I listed for best effect.
I also named PZ ostriches emus and had them spawn in outbacks.
As well I made PZ penguins spawn in the nether for being too ugly.
However I will admit that in some areas I didn't know what to do; for instance how to reconcile the difference between animals+ sharks and mocreatures sharks.
Not to mention some mobs were tooo redundant for me like having three duck mobs.
I *tried* to be somewhat realistic with where natural mobs spawn, but chances are I messed up at parts.
Fantasy mobs I made spawn in variou areas, trying to place them in palces I figured had the best "vibe" for them. Same with fantasy biomes; for instance expect to fight wraiths, draugr and zombies in the wastelands. Oh, and pools in the wastelands might have a chance of piranhas.
I could go on a while about each biome, but it may take a eternity and honestly I haven't seen every biome and a lot of this is not tested beyond making sure it works. I also may have made it so mo creatures horses replace entity horses entirely.
I figure the silence is because the final castle is probably something that will take a lot more effort to make than the other dungeons did; I really wonder just what the final castle will be like given how vast the highlands center biome is. I suspect that it may be multiple sub-dungeons leading up to the last boss.
So he may be working on it, just very silently.
That or college has taken priority. I don't blame him for that.
Zeno, you mentioned you were able to change the climate zone a biome spawns in [i.e making a roofed forest spawn in cool climate zones as opposed to temperate], by any chance could being able to say which biome goes into which climate zone be a future config option for this mod?
0
I really don't want to spend entire days just trying to make biomes function properly anymore.
0
I dun think i'll miss this mod, the mobs were totally outta place... To say in the nicest way.
0
However it took having to download the mod on another computer and use oneDrive to bring it over here.
So it seems it was a problem with my computer after all. I apologize for nay bothering i've done.
0
Anyone else unable to download the mod?
Here's the link for reference:
http://www.mediafire.com/download/cjcmm6w1ium4ggw/LycanitesMobsComplete 1.10.6.0 5B1.7.105D.jar
I keep getting a redirect loop.
0
Interesting.
0
0
Looks like my bogs can now be more unique.
Though they're probably more jungle-based.
2
And operators as it turns out are pretty customization.
Operator 0 is simply additive/subtractive while operator 1 is multiplicative [I.e works like a percentage]. Don't know how operator 2 works exactly however.
{
"_comment": "This is the default Mop Properties file. When this mod generates a default file for any mob, it will be an auto-formatted copy of this file. Remember, comments outside of functions (such as this one) will not be copied.",
"drops": [],
"pre_stats": [],
"stats": [
{
"_comment": "Modifies attack damage of a mob. Note that attack dmaage is done in half-hearts. For instance a value of 1 is about as strong as steve can punch; a value of 10.0 is around where diamond swords with a high level sharpness enchantment can hit at",
"function": "modifier",
"attribute": "generic.attackDamage",
"value": 0.0,
"operator": 0
},
{
"_comment": "Modifies the range at which a mob will follow the player",
"function": "modifier",
"attribute": "generic.followRange",
"value": 0.0,
"operator": 0
},
{
"_comment": "Percentage based modifier ranging from 0.0 to 1.0 that determines that knock back reisstance of a mob. For instance, at 1.0 the mob never will suffer knock back while at 0.0 the mob always will suffer knock back",
"function": "modifier",
"attribute": "generic.knockbackResistance",
"value": 0.0,
"operator": 0
},
{ "_comment": "Modifies max health of a mob. Default is 20.0, or about the same health steve has.",
"function": "modifier",
"attribute": "generic.maxHealth",
"value": 0.0,
"operator": 1
},
{
"_comment": "Modifies a mob's movement speed. The default speed is 0.7",
"function": "modifier",
"attribute": "generic.movementSpeed",
"value": 0.0,
"operator": 1
}
]
}
Or...
http://www.jsoneditoronline.org/?id=91c92e105898f652320eca8aa314fbee
Find the mobproperties.json in your config figure, replace what's in the folder with this and everything should work. I was able to buff the evolved mobs from galacticraft with this set-up just fine using this for instance.
0
0
Minecraft folder is:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/minecraft
Java path is:
C:/Program Files/Java/jre7/bin/javaw.exe
Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx2176m, -XX:PermSize=96m, -Duser.language=en, -jar, C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/jars/NewLaunch.jar]
Using onesix launcher.
Main Class:
net.minecraft.launchwrapper.Launch
Native path:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/natives
Traits:
[]
Libraries:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/minecraftforge/forge/1.7.10-10.13.2.1230/forge-1.7.10-10.13.2.1230-universal.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/minecraft/launchwrapper/1.11/launchwrapper-1.11.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/mojang/realms/1.3.5/realms-1.3.5.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/google/guava/guava/16.0/guava-16.0.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/mojang/authlib/1.5.16/authlib-1.5.16.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/tv/twitch/twitch/5.16/twitch-5.16.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/versions/1.7.10/1.7.10.jar
Params:
[--username, <PROFILE NAME>, --version, 1.7.10, --gameDir, C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/minecraft, --assetsDir, C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/assets, --assetIndex, 1.7.10, --uuid, <PROFILE ID>, --accessToken, <ACCESS TOKEN>, --userProperties, {}, --userType, mojang, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker]
Window size: 854 x 480
Preparing native libraries...
Extracting twitch-platform-5.16-natives-windows-64.jar
Extracting twitch-external-platform-4.5-natives-windows-64.jar
Extracting jinput-platform-2.0.5-natives-windows.jar
Extracting lwjgl-platform-2.9.1-natives-windows.jar
[08:10:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:10:05] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:10:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[08:10:05] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading
[08:10:05] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[08:10:06] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:10:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:10:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:13] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:10:13] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[08:10:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:10:16] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[08:10:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[08:10:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[08:10:20] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[08:10:26] [main/INFO] [FastCraft-core]: 1 / 11 applied
[08:10:26] [main/INFO] [FastCraft-core]: 2 / 11 applied
[08:10:27] [main/INFO]: Setting user: <PROFILE NAME>
[08:10:29] [main/INFO] [FastCraft-core]: 3 / 11 applied
[08:10:31] [Client thread/INFO]: LWJGL Version: 2.9.1
[08:10:32] [Client thread/INFO] [FastCraft-core]: 4 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 5 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 6 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 7 / 11 applied
[08:10:32] [Client thread/INFO] [FastCraft-core]: 8 / 11 applied
[08:10:33] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[08:10:33] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1230 Initialized
[08:10:33] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[08:10:33] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[08:10:34] [Client thread/INFO] [FML]: Searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods for mods
[08:10:34] [Client thread/INFO] [FML]: Also searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods\1.7.10 for mods
[08:10:39] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.0
[08:10:42] [Client thread/WARN] [HardcoreEnderExpansion]: Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.6.5
[08:10:42] [Client thread/INFO] [FML]: Attempting to reparse the mod container Invasion_1.1.1_1.7.10.jar
[08:10:43] [Client thread/WARN] [JustAnotherSpawner]: Mod JustAnotherSpawner is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.14.13
[08:10:44] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.3.1.1
[08:10:45] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:10:45] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:10:45] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:10:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 50 mods to load
[08:10:45] [Client thread/INFO] [FML]: Found mod(s) [eureka] containing declared API package buildcraft.api.events (owned by BuildCraftAPI|core) without associated API reference
[08:10:46] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.88-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, Railcraft, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at CLIENT
[08:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, Railcraft, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at SERVER
[08:10:51] [Client thread/INFO] [FastCraft-core]: 9 / 11 applied
[08:10:55] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.netherores.ores.Ores
[08:10:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Climate Control, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Custom Chest Loot, FMLFileResourcePack:Deadly World, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Highlands, FMLFileResourcePack:Invasion, FMLFileResourcePack:Just Another Spawner, FMLFileResourcePack:Lava Monsters, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minechem, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:Natural Absorption, FMLFileResourcePack:Necromancy, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Project Zulu, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Baubles, FMLFileResourcePack:Eureka, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:libsandstone
[08:10:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 11/17/14 8:10 AM
Description: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ITickHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
-- 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: 687962312 bytes (656 MB) / 1037959168 bytes (989 MB) up to 2205679616 bytes (2103 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx2176m -XX:PermSize=96m
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 50 mods loaded, 50 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1018-universal.jar) Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B8} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B8-36.jar) Unloaded->Constructed
BuildCraft|Core{6.1.8} [BuildCraft] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Builders{6.1.8} [BC Builders] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Energy{6.1.8} [BC Energy] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Factory{6.1.8} [BC Factory] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Transport{6.1.8} [BC Transport] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Silicon{6.1.8} [BC Silicon] (buildcraft-6.1.8.jar) Unloaded->Constructed
climatecontrol{0.4} [Climate Control] (ClimateControl-0.4.beta17.jar) Unloaded->Constructed
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip) Unloaded->Constructed
CustomChestLoot{1.1.1} [Custom Chest Loot] (CustomChestLoot-1.7.10-1.1.1.jar) Unloaded->Constructed
DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar) Unloaded->Constructed
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed
enviromine{1.3.45} [EnviroMine] (EnviroMine-v1.3.45.jar) Unloaded->Constructed
ExtrabiomesXL{3.16.0} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.0.jar) Unloaded->Constructed
FastCraft{1.9} [FastCraft] (fastcraft-1.9.jar) Unloaded->Constructed
Forestry{3.2.0.5} [Forestry for Minecraft] (forestry_1.7.10-3.2.0.5.jar) Unloaded->Constructed
HardcoreEnderExpansion{1.6.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.6.5.jar) Unloaded->Constructed
Highlands{2.2.2} [Highlands] (Highlands-1.7.2-v-2.2.2.jar) Unloaded->Constructed
mod_Invasion{1.1.1} [Invasion] (Invasion_1.1.1_1.7.10.jar) Unloaded->Constructed
LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar) Unloaded->Constructed
minechem{5.0.5.302} [Minechem] (Minechem-1.7.10-5.0.5.302.jar) Unloaded->Constructed
Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar) Unloaded->Constructed
NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar) Unloaded->Constructed
necromancy{1.7.0} [Necromancy] (Necromancy-1.7.10.jar) Unloaded->Constructed
NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar) Unloaded->Constructed
ProjectZulu|Core{1.7.10-1.3f} [Project Zulu] (ProjectZulu-1.7.10-1.3f.jar) Unloaded->Constructed
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed
Thaumcraft{4.2.1.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.1.4.jar) Unloaded->Constructed
Railcraft{9.3.3.0} [Railcraft] (Railcraft_1.7.10-9.3.3.0.jar) Unloaded->Constructed
ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed
ThermalExpansion{1.7.10R4.0.0B6} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B6-16.jar) Unloaded->Constructed
simplyjetpacks{0.3.1.1} [Simply Jetpacks] (SimplyJetpacks-0.3.1.1.jar) Unloaded
ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar) Unloaded
ForgeMultipart{1.1.0.314} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-161.jar) Unloaded
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded
eureka{2.1} [Eureka] (Eureka-1.7.10-2.1.jar) Unloaded
McMultipart{1.1.0.314} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded
JustAnotherSpawner{0.14.13} [Just Another Spawner] (JustAnotherSpawner-0.14.13.jar) Unloaded
ForgeMicroblock{1.1.0.314} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded
Mantle Environment: Environment healthy.
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon R9 200 Series GL version 4.2.12337 Compatibility Profile Context 13.101.8.0, 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)
[08:10:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\crash-reports\crash-2014-11-17_08.10.58-client.txt
Minecraft exited with exitcode -1.
I seem to be having trouble with my forge. With certain mods such as Mob Properties, Ruins, Galacticraft and some other mods my game keeps crashing on start up. I checked for a similar crash tot his and apparently it has to do with my forge version. Yet my forge is indeed 1.7.10 and I am using 1.230 or so. I don't want to downgrade to 1.208 mainly since I really can't anymore and because there's a biome weight glitch fixed in later forge versions. I presume forge to be the culrpit as ITickHandler is a forge mod and I made sure all my mods are 1.7.10 in their version (though a few might be 1.7.2- mainly since I know some mods work fine between 1.7.2 and 1.7.10). Yet this is still happening and I don't want forge telling me what mods I can play. If I want spaceships that fly to the moon alongside magic books that take you to other dimensions, I should be able to do so.
I've tried starting up with forge 1.236 and 1.230 with little avail. It's only after I strip down some mods does it work again. Those mods being ruins, mob properties, railcraft and galacticcraft. Any way to work out this issue?
Update:
MultiMC version: 0.4.4
Minecraft folder is:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/minecraft
Java path is:
C:/Program Files/Java/jre7/bin/javaw.exe
Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms1024m, -Xmx2176m, -XX:PermSize=96m, -Duser.language=en, -jar, C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/jars/NewLaunch.jar]
Using onesix launcher.
Main Class:
net.minecraft.launchwrapper.Launch
Native path:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/natives
Traits:
[]
Libraries:
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/minecraftforge/forge/1.7.10-10.13.2.1230/forge-1.7.10-10.13.2.1230-universal.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/minecraft/launchwrapper/1.11/launchwrapper-1.11.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/mojang/realms/1.3.5/realms-1.3.5.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/google/guava/guava/16.0/guava-16.0.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/com/mojang/authlib/1.5.16/authlib-1.5.16.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/tv/twitch/twitch/5.16/twitch-5.16.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar
C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/versions/1.7.10/1.7.10.jar
Params:
[--username, <PROFILE NAME>, --version, 1.7.10, --gameDir, C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/instances/Techgasm 2/minecraft, --assetsDir, C:/Users/Next Vervich/Desktop/Computer Games/MultiMC/assets, --assetIndex, 1.7.10, --uuid, <PROFILE ID>, --accessToken, <ACCESS TOKEN>, --userProperties, {}, --userType, mojang, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker]
Window size: 854 x 480
Preparing native libraries...
Extracting twitch-platform-5.16-natives-windows-64.jar
Extracting twitch-external-platform-4.5-natives-windows-64.jar
Extracting jinput-platform-2.0.5-natives-windows.jar
Extracting lwjgl-platform-2.9.1-natives-windows.jar
[08:20:39] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:20:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[08:20:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[08:20:39] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading
[08:20:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
[08:20:39] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:39] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[08:20:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[08:20:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[08:20:47] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[08:20:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[08:20:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[08:20:50] [main/INFO] [STDOUT]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[08:20:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[08:20:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[08:20:54] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[08:21:01] [main/INFO] [FastCraft-core]: 1 / 11 applied
[08:21:02] [main/INFO] [FastCraft-core]: 2 / 11 applied
[08:21:04] [main/INFO]: Setting user: <PROFILE NAME>
[08:21:07] [main/INFO] [FastCraft-core]: 3 / 11 applied
[08:21:09] [Client thread/INFO]: LWJGL Version: 2.9.1
[08:21:10] [Client thread/INFO] [FastCraft-core]: 4 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 5 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 6 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 7 / 11 applied
[08:21:10] [Client thread/INFO] [FastCraft-core]: 8 / 11 applied
[08:21:11] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[08:21:11] [Client thread/INFO] [FML]: MinecraftForge v10.13.2.1230 Initialized
[08:21:11] [Client thread/INFO] [FML]: Replaced 182 ore recipies
[08:21:11] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[08:21:12] [Client thread/INFO] [FML]: Searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods for mods
[08:21:12] [Client thread/INFO] [FML]: Also searching C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\mods\1.7.10 for mods
[08:21:16] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.0
[08:21:18] [Client thread/WARN] [HardcoreEnderExpansion]: Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.6.5
[08:21:18] [Client thread/INFO] [FML]: Attempting to reparse the mod container Invasion_1.1.1_1.7.10.jar
[08:21:18] [Client thread/WARN] [JustAnotherSpawner]: Mod JustAnotherSpawner is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.14.13
[08:21:20] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.3.1.1
[08:21:21] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:21:21] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:21:21] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314
[08:21:21] [Client thread/INFO] [FML]: Forge Mod Loader has identified 49 mods to load
[08:21:21] [Client thread/INFO] [FML]: Found mod(s) [eureka] containing declared API package buildcraft.api.events (owned by BuildCraftAPI|core) without associated API reference
[08:21:22] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.88-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[08:21:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at CLIENT
[08:21:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, <CoFH ASM>, ThaumicTinkerer-preloader, DamageIndicatorsMod, BiomesOPlenty, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, climatecontrol, CoFHCore, craftguide, CustomChestLoot, DeadlyWorld, eplus, enviromine, ExtrabiomesXL, FastCraft, Forestry, HardcoreEnderExpansion, Highlands, mod_Invasion, JustAnotherSpawner, LavaMonsters, Mantle, minechem, Mystcraft, Natura, NaturalAbsorption, necromancy, NetherOres, ProjectZulu|Core, simplyjetpacks, Thaumcraft, ThaumcraftMobAspects, ThaumicTinkerer, ThermalExpansion, ThermalFoundation, TwilightForest, Baubles, eureka, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at SERVER
[08:21:27] [Client thread/INFO] [FastCraft-core]: 9 / 11 applied
[08:21:32] [Client thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.netherores.ores.Ores
[08:21:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Climate Control, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CraftGuide, FMLFileResourcePack:Custom Chest Loot, FMLFileResourcePack:Deadly World, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EnviroMine, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:FastCraft, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Highlands, FMLFileResourcePack:Invasion, FMLFileResourcePack:Just Another Spawner, FMLFileResourcePack:Lava Monsters, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minechem, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:Natural Absorption, FMLFileResourcePack:Necromancy, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Project Zulu, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft Mob Aspects, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Baubles, FMLFileResourcePack:Eureka, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:libsandstone
[08:21:32] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// You're mean.
Time: 11/17/14 8:21 AM
Description: Initializing game
java.lang.NoClassDefFoundError: net/minecraft/network/packet/Packet
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassNotFoundException: net.minecraft.network.packet.Packet
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
at sun.reflect.GeneratedMethodAccessor5.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)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
-- 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: 719326800 bytes (686 MB) / 1037959168 bytes (989 MB) up to 2205679616 bytes (2103 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx2176m -XX:PermSize=96m
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 49 mods loaded, 49 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1018-universal.jar) Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B8} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B8-36.jar) Unloaded->Constructed
BuildCraft|Core{6.1.8} [BuildCraft] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Builders{6.1.8} [BC Builders] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Energy{6.1.8} [BC Energy] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Factory{6.1.8} [BC Factory] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Transport{6.1.8} [BC Transport] (buildcraft-6.1.8.jar) Unloaded->Constructed
BuildCraft|Silicon{6.1.8} [BC Silicon] (buildcraft-6.1.8.jar) Unloaded->Constructed
climatecontrol{0.4} [Climate Control] (ClimateControl-0.4.beta17.jar) Unloaded->Constructed
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip) Unloaded->Constructed
CustomChestLoot{1.1.1} [Custom Chest Loot] (CustomChestLoot-1.7.10-1.1.1.jar) Unloaded->Constructed
DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar) Unloaded->Constructed
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed
enviromine{1.3.45} [EnviroMine] (EnviroMine-v1.3.45.jar) Unloaded->Constructed
ExtrabiomesXL{3.16.0} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.0.jar) Unloaded->Constructed
FastCraft{1.9} [FastCraft] (fastcraft-1.9.jar) Unloaded->Constructed
Forestry{3.2.0.5} [Forestry for Minecraft] (forestry_1.7.10-3.2.0.5.jar) Unloaded->Constructed
HardcoreEnderExpansion{1.6.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.6.5.jar) Unloaded->Constructed
Highlands{2.2.2} [Highlands] (Highlands-1.7.2-v-2.2.2.jar) Unloaded->Constructed
mod_Invasion{1.1.1} [Invasion] (Invasion_1.1.1_1.7.10.jar) Unloaded->Constructed
LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar) Unloaded->Constructed
minechem{5.0.5.302} [Minechem] (Minechem-1.7.10-5.0.5.302.jar) Unloaded->Constructed
Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar) Unloaded->Constructed
NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar) Unloaded->Constructed
necromancy{1.7.0} [Necromancy] (Necromancy-1.7.10.jar) Unloaded->Constructed
NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar) Unloaded->Constructed
ProjectZulu|Core{1.7.10-1.3f} [Project Zulu] (ProjectZulu-1.7.10-1.3f.jar) Unloaded->Constructed
ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed
ThermalExpansion{1.7.10R4.0.0B6} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B6-16.jar) Unloaded->Constructed
simplyjetpacks{0.3.1.1} [Simply Jetpacks] (SimplyJetpacks-0.3.1.1.jar) Unloaded
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded
Thaumcraft{4.2.1.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.1.4.jar) Unloaded
ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar) Unloaded
ForgeMultipart{1.1.0.314} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-161.jar) Unloaded
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded
eureka{2.1} [Eureka] (Eureka-1.7.10-2.1.jar) Unloaded
McMultipart{1.1.0.314} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded
JustAnotherSpawner{0.14.13} [Just Another Spawner] (JustAnotherSpawner-0.14.13.jar) Unloaded
ForgeMicroblock{1.1.0.314} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded
Mantle Environment: Environment healthy.
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon R9 200 Series GL version 4.2.12337 Compatibility Profile Context 13.101.8.0, 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)
[08:21:33] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Next Vervich\Desktop\Computer Games\MultiMC\instances\Techgasm 2\minecraft\crash-reports\crash-2014-11-17_08.21.32-client.txt
Minecraft exited with exitcode -1.
I removed a couple mods and now the crash has change to this content/content thing. Is my instance just corrupt? I am starting to suspect Atomicstryker's mods. Edit: Nope. Atomicstryker mods are up to date too.
0
Personally, I find it easier to work with entity centered spawnlists than biome ones, I just find it easier to use overall since "where would this mob spawn" is easier to work with as opposed to "what would spawn in this biome".
Especially since I really don't like the rigidity of biome categories. I don't see why for instance, a sandworm needs to only spawn in desert biomes when you'd think any sandy biome would do. Like mangroves or beaches.
Although while I haven't checked i'm starting to fear the mangroves may have sand worms spawning on the trees...
1
Using highlands and Biomes O Plenty. I should note I took out some highlands biomes thinking they were redundant and by the time I wanted to re-add them I found myself too deep into the config to do anything about it.
I made a spawn-pack that makes every biome unique; be warned however this spawn pack comes packaged with a few modifiers to project zulu mobs and some name overrides for some of the mods I made use of.
-Project Zulu
-Primitive Mobs
-MoCreatures
-Twilight Forest
-Thaumcraft
-Animals+
-Biomes O Plenty
-Thermal Expansion
The mods I should warn are rather interconnected, for instance the project zulu deer will spawn in colder biomes and are called "caribou" since they all spawn with horns which is a trait seen with caribou; normally only bucks get the horns. You probably should install every mod I listed for best effect.
I also named PZ ostriches emus and had them spawn in outbacks.
As well I made PZ penguins spawn in the nether for being too ugly.
However I will admit that in some areas I didn't know what to do; for instance how to reconcile the difference between animals+ sharks and mocreatures sharks.
Not to mention some mobs were tooo redundant for me like having three duck mobs.
I *tried* to be somewhat realistic with where natural mobs spawn, but chances are I messed up at parts.
Fantasy mobs I made spawn in variou areas, trying to place them in palces I figured had the best "vibe" for them. Same with fantasy biomes; for instance expect to fight wraiths, draugr and zombies in the wastelands. Oh, and pools in the wastelands might have a chance of piranhas.
I could go on a while about each biome, but it may take a eternity and honestly I haven't seen every biome and a lot of this is not tested beyond making sure it works. I also may have made it so mo creatures horses replace entity horses entirely.
http://www.mediafire.com/download/gzi193yofmsdbx3/Spawnpack.zip
0
So he may be working on it, just very silently.
That or college has taken priority. I don't blame him for that.
0
0
Or is render player something you can disable after installing it?