• 0

    posted a message on [1.12] Kingdom Keys Re:Coded 0.9.2.2 - The Organization Update

    I found the problem. it's a mod called levels that adds a leveling mechanic to weapons and armor, even mod added ones, to improve them as they are used. removed the mod and everything works now.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.12] Kingdom Keys Re:Coded 0.9.2.2 - The Organization Update

    hey, never played kingdom hearts, but i really like what you've done here. the details and models are amazing! i'm having a small issue though. i downloaded the mod, installed it and went to check it out in the game, and again, i was AMAZED! however, whenever i hit a mob with any keyblade, (tested in creative after i noticed) the keyblade turns into a purple square lol. if i unsummon and resummon the blade, it's normal, at least until i hit something again lol. not sure if it's a mod conflict, about to test that, but figured i'd give you a heads up on it and will keep you updated on my findings. thanks again, and keep up the great work!

    Posted in: Minecraft Mods
  • 0

    posted a message on Zelda Sword Skills: 1.8.9 v3.4 and 1.7.10 v2.5.1 (03/08/2017)
    he means the zelda sword skills mod config file in the config folder of your minecraft directory.
    Posted in: Minecraft Mods
  • 0

    posted a message on MachineMuse's Modular Powersuits - Finally updated again!
    weren't the walking generators and cooling devices from mps addons mod?
    Posted in: WIP Mods
  • 0

    posted a message on MachineMuse's Modular Powersuits - Finally updated again!
    ah lol thats a different story :P
    Posted in: WIP Mods
  • 0

    posted a message on MachineMuse's Modular Powersuits - Finally updated again!
    you realize that this thread is for modular powersuits, not gregtech, nor nei, right?
    Posted in: WIP Mods
  • 0

    posted a message on Tinkers' Mechworks
    is there a better way than just going down the list and typing each one, or is that what i gotta do?
    Posted in: Minecraft Mods
  • 0

    posted a message on Zelda Sword Skills: 1.8.9 v3.4 and 1.7.10 v2.5.1 (03/08/2017)
    you can find them as items in chests, both in dungeons and secret rooms, and as rare drops from mobs
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Mechworks
    i'm having the same problem. the wire connects, but no signal is being transmitted, hence, nothing activates.

    Edit: also, you can no longer change the color of the signal terminal to differentiate different connections.
    Posted in: Minecraft Mods
  • 0

    posted a message on Extra Utilities v1.1.0k
    Quote from ruyan»

    It's working just fine for me.
    Have you guys tried installing CofH core? Afaik the heating coil consumes RF, for wich you'll need CofH core. Also the crash log shows it's looking for that file. Dunno what ExtraTiC has to do with it...

    ok, i put cofhcore back in and it works. thanks for the tip.
    Posted in: WIP Mods
  • 0

    posted a message on Extra Utilities v1.1.0k
    having a crash issue with the mod. was working fine earlier today, but all of a sudden crashes on startup. here's the crash report




    ---- Minecraft Crash Report ----
    // Would you like a cupcake?

    Time: 11/7/14 12:34 AM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/rwtema/extrautils/item/ItemHeatingCoil
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: com/rwtema/extrautils/item/ItemHeatingCoil
    at com.rwtema.extrautils.ExtraUtilsMod.preInit(ExtraUtilsMod.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: com.rwtema.extrautils.item.ItemHeatingCoil
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
    Caused by: java.lang.NoClassDefFoundError: cofh/api/energy/ItemEnergyContainer
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 39 more
    Caused by: java.lang.ClassNotFoundException: cofh.api.energy.ItemEnergyContainer
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 43 more


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

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8 (x86) version 6.2
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 201629736 bytes (192 MB) / 350613504 bytes (334 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 45 mods loaded, 45 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
    Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.0.3.64} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.64-universal.jar) Unloaded->Constructed->Pre-initialized
    ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    battlegear2{1.0.6.1} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.1.jar) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized
    StartingInventory{1.7.10.r02} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r02.jar) Unloaded->Constructed->Pre-initialized
    Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized
    Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized
    Artifacts{1.0.6} [Artifacts] (Artifacts-1.0.6.jar) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
    ChickenChunks{1.3.4.14} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.14-universal.jar) Unloaded->Constructed->Pre-initialized
    Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.5.24} [EnderStorage] (EnderStorage-1.7.10-1.4.5.24-universal.jar) Unloaded->Constructed->Pre-initialized
    MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized
    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
    Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    TConstruct{1.7.10-1.7.1.build771} [Tinkers' Construct] (TConstruct-1.7.10-1.7.1c.jar) Unloaded->Constructed->Pre-initialized
    Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) Unloaded->Constructed->Pre-initialized
    ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{6.0.18} [BuildCraft] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
    ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed->Errored
    iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized
    LunatriusCore{1.1.2.14} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.14-universal.jar) Unloaded->Constructed->Pre-initialized
    InGameInfoXML{2.8.1.64} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.64-universal.jar) Unloaded->Constructed->Pre-initialized
    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized
    JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    journeymap{5.0.0RC3} [JourneyMap] (JourneyMap5.0.0RC3_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
    Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar) Unloaded->Constructed->Pre-initialized
    NEIPlugins{1.1.0.11-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.11-unofficial.jar) Unloaded->Constructed->Pre-initialized
    Thaumcraft{4.2.1.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.1.4.jar) Unloaded->Constructed->Pre-initialized
    ThaumicTinkerer{2.5-1.7.10-158} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-158.jar) Unloaded->Constructed->Pre-initialized
    torchLevers{1.4.1} [Torch Levers] (TorchLeversV1.4.1.jar) Unloaded->Constructed->Pre-initialized
    WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded->Constructed->Pre-initialized
    zoommod{1.2} [zoommod] (ZoomMod-1.2_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{6.0.18} [BC Builders] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{6.0.18} [BC Energy] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{6.0.18} [BC Factory] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{6.0.18} [BC Transport] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{6.0.18} [BC Silicon] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized
    eureka{2.0} [Eureka] (Eureka-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.

    Posted in: WIP Mods
  • 0

    posted a message on ChickenBones Mods
    sooo.... you have the craft guide, and tmi installed and you are tryig to install nei, then blame the mod author when it crashes? seems legit...
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    i'm not a pro or anything, but looks more like codechickencore than nei caused the crash...
    Posted in: Minecraft Mods
  • 0

    posted a message on Zelda Sword Skills: 1.8.9 v3.4 and 1.7.10 v2.5.1 (03/08/2017)
    you must have changed the keybindings. on mine, the arrow keys are the equivalent the the c-buttons (the yellow up, down, left and right symbols) and the space is the a button (the blue button)..
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from grimallq»

    Server? NEI needs to be installed on the server for anything but Recipe mode to work. Also you need to be OP (with default settings).

    no, i play single player. it worked for a while, and the only setting i have changed is to show what the block is that i'm looking at (can't remember what it is called) and that was done in-game.
    Posted in: Minecraft Mods
  • To post a comment, please .