• 0

    posted a message on Tinkers Construct
    Just a heads up mDiyo, samrg removed the registerGrindable field from his builds of MFR, which is causing crashes.

    https://samrg474.ci.cloudbees.com/job/MFR/
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Hmm, seems like the use of the old BC3 API is causing problems on my test server that runs BC4.
    java.lang.NoSuchMethodError: buildcraft.api.gates.ActionManager.registerTrigger(Lbuildcraft/api/gates/ITrigger;)V
        at buildcraft.core.triggers.BCTrigger.<init>(BCTrigger.java:34)
        at buildcraft.core.triggers.TriggerMachine.<init>(TriggerMachine.java:20)
        at buildcraft.BuildCraftCore.<clinit>(BuildCraftCore.java:139)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
        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:74)
        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
        at com.google.common.eventbus.EventBus.post(EventBus.java:267)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
        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:74)
        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
        at com.google.common.eventbus.EventBus.post(EventBus.java:267)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
    The strange thing it, it works just fine on my client, but crashes on my server (I'm guessing you're calling this method @serverSide or something). Both server and client have the same mods, except for a few client-side-only map and info mods on the client.

    This isn't the first problem I've seen with the out-dated API, as I've nuked several of my test worlds by trying to interact with the BC crossover machines using BC pipes (just generic classNotFound exceptions that happen whenever I try to load the world).
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Really enjoying the 1.6 port of this mod thus far, but I do have a few bugs to report.

    Firstly, for whatever reason, this setup generates infinite power...
    The AC generator doesn't have a magnet in it, nor does it have any redstone powering it. To replicate it, place down a flywheel, then place down the generator.

    Another thing, that I found to be quite annoying, is that some of the client side features fail to receive their packets, and don't update. This is most noticeable on the guis, where the numbers previously entered don't show up. I've also noticed quite a bit of lag on the guis. When I place an item in one of them, it usually takes a second or two for the item to show up, and sometimes it doesn't show up at all.

    Hoppers on top of machines, trying to put items into the machines nukes the world, preventing it from being loaded again.
    java.lang.AbstractMethodError: Reika.RotaryCraft.TileEntities.Production.TileEntityEngine.func_94128_d(I)[I
        at net.minecraft.tileentity.TileEntityHopper.func_94117_a(SourceFile:270)
        at net.minecraft.tileentity.TileEntityHopper.func_94116_j(SourceFile:188)
        at net.minecraft.tileentity.TileEntityHopper.func_98045_j(SourceFile:165)
        at net.minecraft.tileentity.TileEntityHopper.func_70316_g(SourceFile:157)
        at net.minecraft.world.World.func_72939_s(World.java:2209)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:552)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:666)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.4] Engineer's Toolbox - Customizable Modular Machines!
    Is there any way to disable retrogen? I have an in-progress world, and now the walls of all of my underground structures look extremely ugly.

    Edit: Found a way around the retrogen, and saved my base. Still, you should add an option to disable retrogen in the config.
    Posted in: Minecraft Mods
  • 0

    posted a message on Reika's Mods (Tech, WorldGen, Civilization, and more)
    Quote from MarkusIsberg

    Crash with latest RotaryCraft
    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    Time: 16.9.2013 18:57
    Description: Initializing game

    java.lang.NoClassDefFoundError: Reika/RotaryCraft/Items/Tools/ItemNightVisionGoggles
    at Reika.RotaryCraft.Registry.ItemRegistry.(ItemRegistry.java:78)
    at Reika.RotaryCraft.RotaryCraft.(RotaryCraft.java:146)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile: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 net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Caused by: java.lang.ClassNotFoundException: Reika.RotaryCraft.Items.Tools.ItemNightVisionGoggles
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
    Caused by: java.lang.NoClassDefFoundError: Reika/RotaryCraft/Base/ItemRotaryArmor
    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:171)
    ... 39 more
    Caused by: java.lang.ClassNotFoundException: Reika.RotaryCraft.Base.ItemRotaryArmor
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:94)
    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:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at Reika.RotaryCraft.Registry.ItemRegistry.(ItemRegistry.java:78)
    at Reika.RotaryCraft.RotaryCraft.(RotaryCraft.java:146)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile: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 net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 90650544 bytes (86 MB) / 448004096 bytes (427 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    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 v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 5 mods loaded, 5 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed
    Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed
    mod_PF{r0 for 1.6.2} [mod_PF] (1.6.2-Forge9.10.0.804.jar) Unloaded->Constructed
    RotaryCraft{release} [RotaryCraft] (RotaryCraft (1).zip) Unloaded
    Launched Version: 1.6.2-Forge9.10.0.804
    LWJGL: 2.9.0
    OpenGL: GeForce 210/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Is rotarycraft even released for 1.6.2 yet?
    Posted in: Minecraft Mods
  • 0

    posted a message on Pig Broke My Server
    Well, I VNCed into my server (running on an early 2010 intel mac mini) this morning, and found the console spewing out these errors, making the server log around 7GB in size.

    2013-09-14 13:54:10 [SEVERE] [Minecraft-Server] Wrong location! EntityPig['Pig'/3483, l='world', x=-127.45, y=67.00, z=24.13]
    2013-09-14 13:54:10 [INFO] [STDERR] java.lang.Exception: Stack trace
    2013-09-14 13:54:10 [INFO] [STDERR] at java.lang.Thread.dumpStack(Thread.java:1230)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.chunk.Chunk.func_76612_a(Chunk.java:904)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:414)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.World.func_72964_e(World.java:527)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:349)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:197)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:655)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585)
    2013-09-14 13:54:10 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)


    I can't join the server, because I keep timing out. When I go to that coordinate using MCEdit, there aren't any entities there, though the chunk does appear to have been reset.

    The server is modded, though I'm sure that doesn't make any difference, since I've had this exact problem on a vanilla server I hosted once.
    Posted in: Server Support and Administration
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    Something I'd like to suggest, would be the inclusion of a config option to change the dimension IDs. At the moment, ID 2 conflicts with many other mods...
    Posted in: WIP Mods
  • 0

    posted a message on Greg's Lighting 1.11.2 for Minecraft 1.7.10
    Hmm, my client is crashing with this error, but my server is okay.

    java.lang.NullPointerException
    at gcewing.lighting.BaseContainerBlock.getLocalIcon(BaseContainerBlock.java:122)
    at gcewing.lighting.BaseContainerBlock.func_71858_a(BaseContainerBlock.java:118)
    at net.minecraft.client.particle.EntityDiggingFX.<init>(EntityDiggingFX.java:24)
    at net.minecraft.client.particle.EntityDiggingFX.<init>(EntityDiggingFX.java:17)
    at net.minecraft.client.renderer.RenderGlobal.func_72726_b(RenderGlobal.java:2107)
    at net.minecraft.client.renderer.RenderGlobal.func_72708_a(RenderGlobal.java:1882)
    at net.minecraft.world.World.func_72869_a(World.java:1531)
    at net.minecraft.entity.Entity.func_70030_z(Entity.java:518)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:266)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:434)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1772)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:341)
    at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:46)
    at net.minecraft.world.World.func_72866_a(World.java:2345)
    at net.minecraft.world.World.func_72870_g(World.java:2306)
    at net.minecraft.world.World.func_72939_s(World.java:2152)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1907)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
    at net.minecraft.client.main.Main.main(SourceFile: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 net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    I'm assuming that my steve's carts cart is trying to break one of the light blocks, or there's a turtle trying to break them. I really have no idea, since I was careful not to put the lights anywhere that could be problematic.

    Edit:
    Turning off the lights that were shining on the tops of the trees (that I used to light up the ceiling) fixed the crashing.

    Edit 2:
    Uhh, it just crashed again when I ran across the tree farming room...

    Edit 3: Aha! I found the cause! Since the invisible light block apparently lacks a texture, when you jump while sprinting over a light, minecraft has no idea what to use for the sprinting particle effects, and throws an error.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7][1.6] Ender IO - How many pipes in one block?
    Quote from CrazyPants

    The right click option would be easy enough, but there are only three options! It seems there is somebody out there even lazier than me!! ;)
    I was just thinking that if you eventually add more control options, having the right click would be useful. Always plan ahead :P
    Quote from miche

    Liquid flowing through the conduit will increase and branches the conduit
    Hmm, that's why I have so much water...
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7][1.6] Ender IO - How many pipes in one block?
    I have a quick suggestion. Could you make it so that right-clicking on the mode select button (the things that controls what the machine does when it receives a redstone signal) cycles backwards through the available modes? The mod is really great so far, there are just a few little details that I feel should be ironed out...
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7][1.6] Ender IO - How many pipes in one block?
    Quote from fuyuyuki

    if you don't mind me asking what is the block your pumping the liquid from seems odd in design
    Infinite materials block (don't know the name exactly), from Immibis Tube stuff.

    The TE machines flowing through the conduit in that picture made me lol.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7][1.6] Ender IO - How many pipes in one block?
    Hmm, I found a bug with the alloy furnace in the latest 1.6.2 version. If I fill all the top slots with quartz, it will smelt one fused quartz and use a quartz item from each stack. However, if I just have just one stack of quartz, it will smelt one fused quartz for each item in the stack.
    Edit: Nevermind, I didn't notice that it took multiple quartz for the recipe. What I get for staying up late...
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7][1.6] Ender IO - How many pipes in one block?
    A suggestion I'd like to make, is to remove that delay between mousing over something in one of your GUIs, and having that information thing pop up. In many of the other mods, like forestry, mousing over a button will instantly give you the tooltip.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7][1.6] Ender IO - How many pipes in one block?
    Interesting mod, it's nice to have a replacement for TE conduits in 1.6.2.

    I have noticed a few little bugs, one of them being shift clicking items into the machines is a bit weird, and occasionally causes a crash.
    Description: Updating screen events
    
    java.lang.ArrayIndexOutOfBoundsException: 4
        at crazypants.enderio.machine.AbstractMachineEntity.updateCapacitorFromSlot(AbstractMachineEntity.java:352)
        at crazypants.enderio.machine.AbstractMachineEntity.func_70299_a(AbstractMachineEntity.java:343)
        at net.minecraft.inventory.Slot.func_75215_d(Slot.java:107)
        at net.minecraft.inventory.Container.func_75135_a(SourceFile:465)
        at crazypants.enderio.machine.AbstractMachineContainer.func_82846_b(AbstractMachineContainer.java:84)
        at net.minecraft.inventory.Container.func_75144_a(SourceFile:192)
        at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:473)
        at net.minecraft.client.gui.inventory.GuiContainer.func_74191_a(GuiContainer.java:886)
        at net.minecraft.client.gui.inventory.GuiContainer.sendMouseClick(GuiContainer.java:891)
        at codechicken.nei.forge.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
        at codechicken.nei.forge.GuiContainerManager.handleMouseClick(GuiContainerManager.java:428)
        at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:615)
        at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:128)
        at net.minecraft.client.gui.inventory.GuiContainer.func_73867_d(GuiContainer.java:1009)
        at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:107)
        at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1554)
        at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
        at net.minecraft.client.main.Main.main(SourceFile: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 net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    One addition to this mod that I'd really like to see, would be some sort of power storage.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1/1.5.2] PowerCrystals' mods - The updates never stop
    Quote from MonthOLDpickle

    Trying out the dev builds....I get an error that requires powercrystalscore 1.1.7

    I have only found 1.1.6 and 1.1.8 (I am using the recent 1.1.8)..I don't know where to report this.
    Those builds on jenkins aren't for MC 1.6, they're for MC 1.5.
    Posted in: Minecraft Mods
  • To post a comment, please .