• 0

    posted a message on [1.6.2] Custom Mob Spawner
    Hey guys, I've been playing a few survival island, Skyblock, island in the sky style maps, and a big issue is getting vanilla animals and Mo' Creatures animals to spawn. I've got this mod, and to try and get some animals spawning I've created a 21x21 grass area, stationed myself more than 24 blocks from the edge (this in relation to the spawn rules I found on the minecraft wiki), while in Global Mod options I changed vanilla spawns, increased animal spawn and spawn rate to 600 while selected yes for custom spawner. Is there anything other than waiting that I have to do before I can get chickens, cows, sheep etc spawning? Thanks.
    Posted in: Minecraft Mods
  • 0

    posted a message on Mo' Creatures - v12.0.0 for Minecraft 1.12.1!! Now Opensource!!

    To everyone who is still having problems make sure you get the "GUI API TEMP"
    found here:
    http://www.mediafire...a4r218g7ir333hy

    The official one does not work yet, untill Mo' creatures is updated.

    Follow these instructions after you get the "GUI API Temp"

    post #44826
    Page 2242
    1st link by bloodshot45 has the "GUI API TEMP"


    step 1: install forge into minecraft.jar
    step 2: install "gui api temp" into mincraft.jar
    step 3: delete META-INF (delete AFTER step 2 is done)
    step 4: place "mo' creatures" & Custom Mobspawners" into MODS folder

    Ps: I used Forge veriosn 473, Do Not Use Version 471!!!


    This guy has the solution, I followed his instructions and it works!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.6] 3D Items - new update! [v1.6.2]
    Quote from Quintinity

    The only thing you are not doing correctly is installing QuinOptions. QuinOptions is installed the same way as Forge, open QuinOptions.zip, open minecraft.jar, and drag the quintinity folder into your minecraft.jar.


    IT WORKS. I am a little stupid and a derp, but thank you very much. Much appreciated. It looks fantastic too. :-) Adieu.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.6] 3D Items - new update! [v1.6.2]
    Quote from Quintinity

    Seems like you don't really know how to install mods because you screwed up something pretty bad. Get a clean jar and follow the instructions in this video:



    Firstly, I'd like to say thanks for taking the time to deal with what must be a frustratingly inept user. Right, so I did this:
    1. Deleted old minecraft.jar.
    2. Opened new jar and copied all files (and replaced all when asked by finder) from the folder of the latest recommended forge download (minecraftforge-universal-1.4.5-6.4.0.396).
    3. Deleted META-INF and opened minecraft (it was fine).
    4. Moved the 3DItems - v1.5.2.jar and QuinOptions - v1.1.zip into mods folder (exactly as they were downloaded, no tampering).
    5. Black screen.
    6. renamed 3D items.jar to .jar.zip
    7. Black screen.
    8. Opened both zips and had both folders in the mods folder.
    9. Minecraft crashed (there wasn't a ForgeModLoader-client.log for it, only a crash report).
    ---- Minecraft Crash Report ----
    // I blame Dinnerbone.

    Time: 11/26/12 10:53 AM
    Description: Failed to start game

    cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: quintinity.mods.mod3Ditems.Mod3DItems
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:151)
    at net.minecraft.client.Minecraft.a(Minecraft.java:424)
    at net.minecraft.client.Minecraft.run(Minecraft.java:756)
    at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.ClassNotFoundException: quintinity.mods.mod3Ditems.Mod3DItems
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
    ... 31 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.4.5
    Operating System: Mac OS X (x86_64) version 10.6.8
    Java Version: 1.6.0_37, Apple Inc.
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 497766312 bytes (474 MB) / 534708224 bytes (509 MB) up to 1069416448 bytes (1019 MB)
    JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.0.396 5 mods loaded, 5 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed
    3ditems [3DItems] (quintinity) Unloaded->Errored
    quinoptions [QuinOptions] (quintinity 2) Unloaded->Errored
    LWJGL: 2.4.2
    OpenGL: NVIDIA GeForce 9400M OpenGL Engine GL version 2.1 NVIDIA-1.6.36, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.6] 3D Items - new update! [v1.6.2]
    2012-11-25 11:57:47 [INFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading
    2012-11-25 11:57:47 [FINEST] [ForgeModLoader] All core mods are successfully located
    2012-11-25 11:57:47 [FINEST] [ForgeModLoader] Discovering coremods
    2012-11-25 11:57:47 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
    2012-11-25 11:57:47 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
    2012-11-25 11:57:47 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Running coremod plugins
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Validating minecraft
    2012-11-25 11:57:48 [FINEST] [ForgeModLoader] Minecraft validated, launching...
    2012-11-25 11:57:50 [INFO] [STDOUT] 27 achievements
    2012-11-25 11:57:50 [INFO] [STDOUT] 208 recipes
    2012-11-25 11:57:50 [INFO] [STDOUT] LWJGL Version: 2.4.2
    2012-11-25 11:57:51 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
    2012-11-25 11:57:51 [INFO] [STDOUT] MinecraftForge v6.4.0.395 Initialized
    2012-11-25 11:57:51 [INFO] [ForgeModLoader] MinecraftForge v6.4.0.395 Initialized
    2012-11-25 11:57:51 [INFO] [STDOUT] Replaced 84 ore recipies
    2012-11-25 11:57:51 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Skipping known library file /Users/Benjamin/Library/Application Support/minecraft/bin/lwjgl.jar
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Skipping known library file /Users/Benjamin/Library/Application Support/minecraft/bin/jinput.jar
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Skipping known library file /Users/Benjamin/Library/Application Support/minecraft/bin/lwjgl_util.jar
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Found a minecraft related directory at /Users/Benjamin/Library/Application Support/minecraft/bin/minecraft.jar, examining for mod candidates
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Skipping known library file /Users/Benjamin/Library/Application Support/minecraft/lib/argo-2.25.jar
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Skipping known library file /Users/Benjamin/Library/Application Support/minecraft/lib/guava-12.0.1.jar
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Skipping known library file /Users/Benjamin/Library/Application Support/minecraft/lib/asm-all-4.0.jar
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
    2012-11-25 11:57:52 [INFO] [ForgeModLoader] Searching /Users/Benjamin/Library/Application Support/minecraft/mods for mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Ignoring unknown file .DS_Store in mods directory
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Found a candidate mod directory SimplyHorses_1.4.4_pre5.3A
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Found a candidate mod directory Weaponmod
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Found a candidate mod directory quintinity
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Examining directory minecraft.jar for potential mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] No mcmod.info file found in directory minecraft.jar
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package achievement
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package api
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package api.config
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package api.quinoptions
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Identified an FMLMod type mod quintinity.api.quinoptions.QuinOptions
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package armor
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package art
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package com
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package com.jcraft
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package com.jcraft.jogg
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package com.jcraft.jorbis
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package environment
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package font
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package gui
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package gui.creative_inv
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package ibxm
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package item
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package lang
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package misc
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mob
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mob.enderdragon
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mob.villager
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_TooManyItems
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraft
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.item
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.liquids
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package paulscode
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.libraries
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package terrain
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package title
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package title.bg
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Examining directory SimplyHorses_1.4.4_pre5.3A for potential mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] No mcmod.info file found in directory SimplyHorses_1.4.4_pre5.3A
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.client
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.client.entities
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.client.resources
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.client.resources.items
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.client.resources.mobs
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.common
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Identified an FMLMod type mod simplyhorses.common.SimplyHorses
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.common.entities
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package simplyhorses.common.items
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Examining directory Weaponmod for potential mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Found an mcmod.info file in directory Weaponmod
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package gui
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package gui.weaponmod
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package item
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package item.weaponmod
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package weaponmod
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Identified an FMLMod type mod weaponmod.BalkonsWeaponMod
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package weaponmod.item
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package weaponmod.lang
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package weaponmod.projectile
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package weaponmod.render
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Examining directory quintinity for potential mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] No mcmod.info file found in directory quintinity
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mods
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mods.mod3Ditems
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Identified an FMLMod type mod quintinity.mods.mod3Ditems.Mod3DItems
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mods.mod3Ditems.blocks
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mods.mod3Ditems.client
    2012-11-25 11:57:52 [FINEST] [ForgeModLoader] Recursing into package mods.mod3Ditems.modhelpers
    2012-11-25 11:57:52 [INFO] [ForgeModLoader] Forge Mod Loader has identified 8 mods to load
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Received a system property request ''
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod mcp
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod FML
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod Forge
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Enabling mod quinoptions
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod quinoptions
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Enabling mod mod_TooManyItems
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod mod_TooManyItems
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Enabling mod SimplyHorses
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod SimplyHorses
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Enabling mod weaponmod
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod weaponmod
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Enabling mod 3ditems
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Activating mod 3ditems
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] All mod requirements are satisfied
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Sorting mods into an ordered list
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Mod sorting completed successfully
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] Mod sorting data:
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] quinoptions(QuinOptions:1.0): minecraft.jar ()
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] mod_TooManyItems(mod_TooManyItems:Not available): minecraft.jar ()
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] SimplyHorses(Simply Horses:0.5.3A): SimplyHorses_1.4.4_pre5.3A ()
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] weaponmod(Balkon's WeaponMod:1.4.4 v1.10.1): Weaponmod ()
    2012-11-25 11:57:52 [FINE] [ForgeModLoader] 3ditems(3DItems:1.5.2): quintinity ()
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod quinoptions
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod quinoptions
    2012-11-25 11:57:52 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mod_TooManyItems
    2012-11-25 11:57:53 [FINE] [ForgeModLoader] No MLProp configuration for mod_TooManyItems found or required. No file written
    2012-11-25 11:57:53 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_TooManyItems
    2012-11-25 11:57:53 [SEVERE] [ForgeModLoader] Detected an attempt by a mod mod_TooManyItems to perform game activity during mod construction. This is a serious programming error.
    2012-11-25 11:57:53 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_TooManyItems
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mod_TooManyItems
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SimplyHorses
    2012-11-25 11:57:53 [FINEST] [ForgeModLoader] Testing mod SimplyHorses to verify it accepts its own version in a remote connection
    2012-11-25 11:57:53 [FINEST] [ForgeModLoader] The mod SimplyHorses accepts its own version (0.5.3A)
    2012-11-25 11:57:53 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SimplyHorses
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SimplyHorses
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod weaponmod
    2012-11-25 11:57:53 [FINEST] [ForgeModLoader] Testing mod weaponmod to verify it accepts its own version in a remote connection
    2012-11-25 11:57:53 [FINEST] [ForgeModLoader] The mod weaponmod accepts its own version (1.4.4 v1.10.1)
    2012-11-25 11:57:53 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into weaponmod
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod weaponmod
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod 3ditems
    2012-11-25 11:57:53 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod 3ditems
    2012-11-25 11:57:53 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
    2012-11-25 11:57:53 [SEVERE] [ForgeModLoader]
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed
    quinoptions [QuinOptions] (minecraft.jar) Unloaded->Errored
    mod_TooManyItems [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed
    SimplyHorses [Simply Horses] (SimplyHorses_1.4.4_pre5.3A) Unloaded->Constructed
    weaponmod [Balkon's WeaponMod] (Weaponmod) Unloaded->Constructed
    3ditems [3DItems] (quintinity) Unloaded->Errored
    2012-11-25 11:57:53 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
    2012-11-25 11:57:53 [SEVERE] [ForgeModLoader] Caught exception from 3ditems
    java.lang.ClassNotFoundException: quintinity.mods.mod3Ditems.Mod3DItems
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:151)
    at net.minecraft.client.Minecraft.a(Minecraft.java:424)
    at net.minecraft.client.Minecraft.run(Minecraft.java:756)
    at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
    ... 31 more
    2012-11-25 11:57:53 [SEVERE] [ForgeModLoader] Caught exception from quinoptions
    java.lang.ClassNotFoundException: quintinity.api.quinoptions.QuinOptions
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:151)
    at net.minecraft.client.Minecraft.a(Minecraft.java:424)
    at net.minecraft.client.Minecraft.run(Minecraft.java:756)
    at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
    ... 31 more
    2012-11-25 11:58:03 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: quintinity.mods.mod3Ditems.Mod3DItems
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:151)
    2012-11-25 11:58:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:424)
    2012-11-25 11:58:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:756)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680)
    2012-11-25 11:58:03 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: quintinity.mods.mod3Ditems.Mod3DItems
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.Class.forName(Class.java:247)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
    2012-11-25 11:58:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-11-25 11:58:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    2012-11-25 11:58:03 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    2012-11-25 11:58:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-11-25 11:58:03 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    2012-11-25 11:58:03 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2012-11-25 11:58:03 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-11-25 11:58:03 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
    2012-11-25 11:58:03 [INFO] [STDERR] ... 4 more
    2012-11-25 11:58:03 [INFO] [STDERR] Caused by: java.lang.NullPointerException
    2012-11-25 11:58:03 [INFO] [STDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    2012-11-25 11:58:03 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
    2012-11-25 11:58:03 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
    2012-11-25 11:58:03 [INFO] [STDERR] ... 31 more
    I've played around by doing things like putting the QuinOptions.zip file in my minecraft.jar, then putting the folder quinitinity in there instead, then the api folder after that (with a fresh working minecraft.jar with my current mods). I should have posted the error report, sorry about that.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.6] 3D Items - new update! [v1.6.2]
    Hey, sorry to bother you with what is probably bad installation, but I have 1.4.5 and forge on mac and my minecraft keeps crashing when I put the content of the mods folder (not the folder itself, which is the contents of the quintinity folder) into my mods folder. Suggestions?
    Posted in: Minecraft Mods
  • 0

    posted a message on Smart Moving
    Does this mod work for mac? If so, can it work if I have forge?
    Posted in: Minecraft Mods
  • 0

    posted a message on TooManyItems, the inventory editor and more (1.8 Forge is here!)
    Hey, I have a problem with the mod, whenever I click on the enchanting book (I think that's what it is), next to the favourites star, minecraft crashes. I'm running the latest version of Forge. Apart from this, no problems at all. Does anyone have any ideas? Thanks.
    Posted in: Minecraft Mods
  • 0

    posted a message on Throwable Bricks Mod - New Overhaul! And... Brick Cannons? Sweet!
    Does this mod work for mac?
    Posted in: Minecraft Mods
  • 0

    posted a message on Problem with Minecraft Forge 4.1.1
    I've got a crashing issue with Minecraft Forge 4.1.1. I'm sure I'm not installing it properly, here is the error message:

    ---- Minecraft Crash Report ----
    // I let you down. Sorry :(

    Time: 9/23/12 12:56 PM
    Description: Unexpected error

    java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem
    at ayq.a(SoundManager.java:313)
    at apn.a(SourceFile:63)
    at apn.d(SourceFile:112)
    at apn.m(SourceFile:100)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1482)
    at net.minecraft.client.Minecraft.J(Minecraft.java:834)
    at net.minecraft.client.Minecraft.run(Minecraft.java:764)
    at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystem
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
    ... 10 more

    Relevant Details:
    - Minecraft Version: 1.3.2
    - Operating System: Mac OS X (x86_64) version 10.6.8
    - Java Version: 1.6.0_35, Apple Inc.
    - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    - Memory: 497456600 bytes (474 MB) / 534708224 bytes (509 MB) up to 1069416448 bytes (1019 MB)
    - JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
    - FML: FML v3.0.196.366 Minecraft Forge 4.1.1.251 3 mods loaded, 3 mods active
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    mod_TooManyItems [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    - LWJGL: 2.4.2
    - OpenGL: NVIDIA GeForce 9400M OpenGL Engine GL version 2.1 NVIDIA-1.6.36, NVIDIA Corporation
    - Is Modded: Definitely; 'forge,fml'
    - Type: Client
    - Texture Pack: Default
    - Profiler Position: N/A (disabled)
    Posted in: Mods Discussion
  • To post a comment, please .