• 0

    posted a message on the stargate mod 1.4.6-1.4.7+map
    I just saw this and then I found two other stargate mods. Is there any chance you three could make a little team and make a super kickass one?
    Posted in: Mods Discussion
  • 0

    posted a message on Factorization 0.8.108
    Any chance of adding Netherrack Powder to the ore dictionary so it can be use interchangeably with Netherrack Dust (added by GregTech)?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.x / 1.6.x] Applied Energistics [ rv 13 c ] - Exploiting Quantum Mechanics
    I think the oak sapling thing is related to NBT tags being removed when placed. I remember reading about a bug that happened with saplings entering pipes and getting their tags stripped
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.x / 1.6.x] Applied Energistics [ rv 13 c ] - Exploiting Quantum Mechanics
    I just had some proposed tweaks to the ME Storage Bus. For the GUI I was wondering if you could expand the number of slots to accommodate the Iron Chests mod. I was think that maybe it could detect the size of the chest it is connected to and give that size instead. Also, it appears that when items are inserted into the chest from the Storage Bus it places them in the first open slot instead of finding a stack that isn't at 64. If you just throw items into a chest it wouldn't be an issue but I organize my chest in columns.

    Also, for an ME Chest would it be possible to make it so you could organize it manually. When I open one up it looks like a mess to me. Maybe make it so it follows the placement pattern in a preformatter. Oh and it your inventories don't support crtl clicking. But come to think of it that might be added by another mod. Either way its a nice feature for when you only want to pull one item.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8.7 / 1.7.10 and earlier][update 4/23] MCPatcher HD fix 5.0.3
    There is an issue with Computercraft and MC patcher. I did a search and it seems to be an old problem with how the animations work for Computercraft. I was just wondering if there are any work arounds for it.

    Either way I think something about should be said on the first page or something. I've been thinking it was an issue with Forge for a long time now and just accidentally found out it was because of Computercraft. I rather give up computercraft than use Optifine :-)
    Posted in: Resource Packs
  • 0

    posted a message on [1.8.7 / 1.7.10 and earlier][update 4/23] MCPatcher HD fix 5.0.3
    I am getting a conflict with Buildcraft oil. Anyone know of any work arounds?

    2012-12-09 19:32:16 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
    2012-12-09 19:32:16 [SEVERE] [ForgeModLoader] Caught exception from BuildCraft|Energy
    java.lang.NullPointerException
    at buildcraft.energy.render.TextureOilFlowFX.a(TextureOilFlowFX.java:54)
    at com.pclewis.mcpatcher.mod.TextureUtils.registerTextureFX(TextureUtils.java:198)
    at bap.a(RenderEngine.java:470)
    at buildcraft.energy.EnergyProxyClient.registerTextureFX(EnergyProxyClient.java:27)
    at buildcraft.BuildCraftEnergy.load(BuildCraftEnergy.java:101)
    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:440)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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.initializeMods(Loader.java:651)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
    at net.minecraft.client.Minecraft.a(Minecraft.java:469)
    at net.minecraft.client.Minecraft.run(Minecraft.java:756)
    at java.lang.Thread.run(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] java.lang.NullPointerException
    2012-12-09 19:32:16 [INFO] [STDERR] at buildcraft.energy.render.TextureOilFlowFX.a(TextureOilFlowFX.java:54)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.pclewis.mcpatcher.mod.TextureUtils.registerTextureFX(TextureUtils.java:198)
    2012-12-09 19:32:16 [INFO] [STDERR] at bap.a(RenderEngine.java:470)
    2012-12-09 19:32:16 [INFO] [STDERR] at buildcraft.energy.EnergyProxyClient.registerTextureFX(EnergyProxyClient.java:27)
    2012-12-09 19:32:16 [INFO] [STDERR] at buildcraft.BuildCraftEnergy.load(BuildCraftEnergy.java:101)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-12-09 19:32:16 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-12-09 19:32:16 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-12-09 19:32:16 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    2012-12-09 19:32:16 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
    2012-12-09 19:32:16 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
    2012-12-09 19:32:16 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:469)
    2012-12-09 19:32:16 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:756)
    2012-12-09 19:32:16 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

    Posted in: Resource Packs
  • 0

    posted a message on Misa's Mod Companion textures for IC2, BC3, IronChests, RP2(WIP) and more updated for 1.4.7 2/7/13
    Keep up the good work! just thought I would voice some support for this :-D
    Posted in: Resource Packs
  • 0

    posted a message on [1.5]KeepMyStats
    Great job! I've been trying to find a fix for this since I started playing minecraft :-D
    Posted in: Minecraft Mods
  • 0

    posted a message on [Launcher] Magic Launcher 1.3.4 (mods, options, profiles, news)
    I seem to have run into a problem. I was using magic launcher last night just fine but today it will not work. Whenever I click a button I get an error log window.

    When I click setup and when I try to rearrange the mod order using the up and down buttons

    java.lang.IllegalStateException: Unknown constant: 83
    magic.a.h.a(Unknown Source)
    magic.a.j.a(Unknown Source)
    magic.a.d.a(Unknown Source)
    magic.launcher.M.a(Unknown Source)
    magic.launcher.T.a(Unknown Source)
    magic.launcher.T.G(Unknown Source)
    magic.launcher.T.a(Unknown Source)
    magic.launcher.ac.itemStateChanged(Unknown Source)
    javax.swing.JComboBox.fireItemStateChanged(Unknown Source)
    javax.swing.JComboBox.selectedItemChanged(Unknown Source)
    javax.swing.JComboBox.contentsChanged(Unknown Source)
    javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
    javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
    javax.swing.JComboBox.setSelectedItem(Unknown Source)
    javax.swing.JComboBox.setSelectedIndex(Unknown Source)
    magic.launcher.T.a(Unknown Source)
    magic.launcher.MagicLauncher.g(Unknown Source)
    magic.launcher.E.actionPerformed(Unknown Source)
    javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    java.awt.Component.processMouseEvent(Unknown Source)
    javax.swing.JComponent.processMouseEvent(Unknown Source)
    java.awt.Component.processEvent(Unknown Source)
    java.awt.Container.processEvent(Unknown Source)
    java.awt.Component.dispatchEventImpl(Unknown Source)
    java.awt.Container.dispatchEventImpl(Unknown Source)
    java.awt.Component.dispatchEvent(Unknown Source)
    java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    java.awt.Container.dispatchEventImpl(Unknown Source)
    java.awt.Window.dispatchEventImpl(Unknown Source)
    java.awt.Component.dispatchEvent(Unknown Source)
    java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    java.awt.EventQueue.access$000(Unknown Source)
    java.awt.EventQueue$3.run(Unknown Source)
    java.awt.EventQueue$3.run(Unknown Source)
    java.security.AccessController.doPrivileged(Native Method)
    java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    java.awt.EventQueue$4.run(Unknown Source)
    java.awt.EventQueue$4.run(Unknown Source)
    java.security.AccessController.doPrivileged(Native Method)
    java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    java.awt.EventQueue.dispatchEvent(Unknown Source)
    java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    java.awt.EventDispatchThread.run(Unknown Source)
    And I get this when I hit test or when I hit login


    *** MagicMinecraftLauncher 0.9.8 ***
    Disable inactive mods
    java.lang.reflect.InvocationTargetException
    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 magic.launcher.Launcher.main(Unknown Source)
    Caused by: java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file amc
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at pb.<clinit>(Block.java:167)
    at qa.<init>(TextureWaterFX.java:22)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:237)
    at hq.<init>(SourceFile:2073)
    at net.minecraft.client.Minecraft.a(Minecraft.java:2392)
    at net.minecraft.client.Minecraft.a(Minecraft.java:2379)
    at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2447)
    at cpw.mods.fml.client.FMLClientHandler.preGameLoad(FMLClientHandler.java:959)
    at net.minecraft.client.Minecraft.main(Minecraft.java:2442)
    ... 5 more

    I saw some people post about a similar error around page 70ish but I didnt see any replies/answers to it.

    It also keeps resetting my active mod preferances. Like I said this is completely new, I have been using magic launcher and my current mods for the last few weeks without any real problems. Also, Minecraft starts and runs fine if I just run it directly so the problems seems to be with magic launcher :-(

    I am using Windows 7 64 bit, java and all my drivers are up to date. If you need any other hardwar/software specs just ask

    Edit: Well it seems I fixed it. I gues I jumped the gun a bit. Yesterday I had set up java to use 2048mb of memory and I guess it didn't take effect until after a restart. Since I changed it to 1024mb and restarted and now it is working again.
    Posted in: Minecraft Tools
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    I cant seem to get OptiFine HD A7 Multi-Core + AA to fully work with the following mods:
    Adventure Items
    BuildChem
    Logistical Pipes
    Sneaky Pipes
    Coral Reefs
    InfiCraft - Orizon

    OptiFine causes some textures from the mod to not load.

    I'm using Magic Launcher and have OptiFine at the bottom and am running Forge 3.3.8.160
    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    When I create a new world or load an old one my screen is completely black. It only happens when I install the latest version of forge. The only mods in my jar are the ones required for this mod. I also deleted the META INF so that's not the cause. So I was wondering what version of forge are you guys all using since on the website for forge it says they don't support modloadermp anymore. I've seen people teeling others to use version 3.0.0.72 but I can't find the download for that one.

    Any help would be appreciated.
    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    Quote from TheOmegaPixel

    hey, i had the same issue but i solved it.
    all you have to do is copy the .txt files from the planes folder directly into your .minecraft folder.
    e.g you copy the biplane.txt and paste it in the .minecraft folder.
    this should fix the issue, also if problems persist go to the troubleshoot page and download the .bat file and run it.
    this will give you all you need to know about your issues, it may some something like "you forgot the plane files".



    Hi I am having the same problem but the suggested solution doesn't work. Any idea or suggestion would be appreciated. I know the mod works and I've had it working before, like back when there were only two planes lol.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.0.0] FancyPack & Stained Glass - Updated11/26/2011
    Something with the tables and the armor stand mod by Risugami are conflicting. They have separate IDs and recipes but when I try to make the tables (with stone or wood planks) the result is the armor stand and not the table. Any help would be appreciated.

    Also, do you guys have any plans for updating the expanded farming or clay sieve?
    Posted in: Minecraft Mods
  • To post a comment, please .