Giter VIP home page Giter VIP logo

projectred's People

Contributors

23235599 avatar adaptivity avatar arcanoxdragon avatar chicken-bones avatar covers1624 avatar crafteverywhere avatar fewizz avatar frostlee avatar gamerzwin avatar ghostlyr avatar gmous avatar ibmibmibm avatar iree avatar jodamm avatar lordmau5 avatar makkarpov avatar maxiebyte avatar mindy15963 avatar mrtjp avatar mymagadsl avatar narigudobr avatar octylfractal avatar romanplayer22 avatar sb023612 avatar sfchipan avatar simon816 avatar spauldo avatar taelnia avatar tetious avatar vexatos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

projectred's Issues

Crash

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 11.08.13 0:47
Description: Unexpected error

java.lang.NullPointerException
at codechicken.multipart.minecraft.EventHandler.place(EventHandler.java:42)
at codechicken.multipart.minecraft.EventHandler.playerInteract(EventHandler.java:33)
at net.minecraftforge.event.ASMEventHandler_27_EventHandler_playerInteract_PlayerInteractEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:41)
at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1377)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1865)
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)

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

-- Head --
Stacktrace:
at codechicken.multipart.minecraft.EventHandler.place(EventHandler.java:42)
at codechicken.multipart.minecraft.EventHandler.playerInteract(EventHandler.java:33)
at net.minecraftforge.event.ASMEventHandler_27_EventHandler_playerInteract_PlayerInteractEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:41)
at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1377)

Crash in TileAlloySmelter server-side.

I'm getting a repeatable crash on my server running ProjectRed. This is occurring with the current (.27) and previous (.26) releases, with Forge v7.8.1.738.

This started happening a few moments after putting iron+redstone+coal into an Alloy Smelter, and occurs again immediately on server startup every time.

I don't think I'm doing anything unusual. I'm happy to help out with debugging however you need.

Here is the crash-report:

Time: 7/10/13 5:40 PM
Description: Ticking tile entity

java.lang.NoSuchMethodError: mrtjp.projectred.tiles.TileAlloySmelter.spawnParticles()V
        at mrtjp.projectred.tiles.TileAlloySmelter.func_70316_g(TileAlloySmelter.java:234)
        at net.minecraft.world.World.func_72939_s(World.java:2202)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

Insulated cables erroneously connecting

Looks like insulated cables, which by their very nature are not supposed to connect to anything but uninsulated wire, are erroneously connecting to other blocks. The two I have noticed are BC gates, and the various logic gates in PR.

At least, in RP2, I don't believe insulated cables were supposed to connect to anything but bare red alloy wire. It makes sense logically, anyhow. Here's a screenshot:

ss10

Block render distance

Heya! Thanks for the mod. But i found one issue comparatively to RP - lightray distance is short. I mean REALLY short. Is there any way to increase this distance?
I will be glad to see it in backport to 1.5 or like a piece of code to cut in with mcp :)

Recipes

Allot smelter recipe not showing in nei cant figure out the recipe. I tried to look through the code then I realized im not a coder 8).

Crash: java.lang.NoClassDefFoundError on MineCraft Server.

Here is a Crash report form my MineCraft Server running Forge V.1.6.2-9.10.0.818:

---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 8/7/13 8:08 PM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:703)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at cpw.mods.fml.common.registry.LanguageRegistry.getStringLocalization(LanguageRegistry.java:49)
at mrtjp.projectred.multipart.microblocks.MicroblockLibrary.getItemDisplayName(MicroblockLibrary.java:207)
at mrtjp.projectred.multipart.microblocks.MicroblockLibrary.initializeBlockScan(MicroblockLibrary.java:161)
at mrtjp.projectred.ProjectRed.postInit(ProjectRed.java:221)
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:540)
at sun.reflect.GeneratedMethodAccessor2.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.initializeMods(Loader.java:702)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.RuntimeException: Attempted to load class ats for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:267)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:165)

... 37 more

Thanks,

Red alloy wires erroneously connecting

For some reason, red alloy wire seems to want to connect to all sorts of BC pipes. I think this is mostly a visual annoyance, but it's still a bug ;)

ss2

Project: Red v3.2.0.31

2013-07-26 02:19:02 [SEVERE] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
2013-07-26 02:19:02 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:168)
2013-07-26 02:19:02 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
2013-07-26 02:19:02 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-07-26 02:19:02 [SEVERE] Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
2013-07-26 02:19:02 [SEVERE] at mrtjp.projectred.ProjectRed.init(ProjectRed.java:147)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-26 02:19:02 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-26 02:19:02 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-26 02:19:02 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-26 02:19:02 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-26 02:19:02 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-07-26 02:19:02 [SEVERE] ... 5 more
2013-07-26 02:19:02 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.particle.EntityFX
2013-07-26 02:19:02 [SEVERE] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
2013-07-26 02:19:02 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-07-26 02:19:02 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-07-26 02:19:02 [SEVERE] ... 32 more
2013-07-26 02:19:02 [SEVERE] Caused by: java.lang.NullPointerException
2013-07-26 02:19:02 [SEVERE] Encountered an unexpected exception LoaderException
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:168)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
at mrtjp.projectred.ProjectRed.init(ProjectRed.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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:314)
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:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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:314)
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:103)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.particle.EntityFX
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 32 more

It's on server MCPC last build

Optifine support

Well done for this mod, increase gameplay to a new level of technology. but Optifine seems didn't support this mod, especially when i use logic gate it is crashed automatically, please fix this.. playing without Optifine is torturing me with lag spike.
Thanks

Crash when placing a bundled jacketed cable.

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

Time: 11/08/13 17:48
Description: Rendering Tile Entity

java.lang.NoSuchFieldError: lastBrightnessY
at codechicken.lib.render.CCRenderState.pullLightmap(CCRenderState.java:134)
at codechicken.multipart.MultipartRenderer$.func_76894_a(MultipartRenderer.scala:38)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:106)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:98)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:548)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1505)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1115)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:934)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at magic.launcher.Launcher.main(Unknown Source)

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

-- Head --
Stacktrace:
at codechicken.lib.render.CCRenderState.pullLightmap(CCRenderState.java:134)
at codechicken.multipart.MultipartRenderer$.func_76894_a(MultipartRenderer.scala:38)

-- Tile Entity Details --
Details:
Name: savedMultipart // TileMultipart_cmp$$3
Block type: ID #1281 (tile.ccmultipart // codechicken.multipart.BlockMultipartImpl)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (144,4,-451), Chunk: (at 0,0,13 in 9,-29; contains blocks 144,0,-464 to 159,255,-449), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Actual block type: ID #1281 (tile.ccmultipart // codechicken.multipart.BlockMultipartImpl)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:106)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:98)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:548)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1505)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['zackp30'/9, l='MpServer', x=147.03, y=5.62, z=-450.23]]
Chunk stats: MultiplayerChunkCache: 285
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (138,4,-444), Chunk: (at 10,0,4 in 8,-28; contains blocks 128,0,-448 to 143,255,-433), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 856 game time, 856 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 3 total; [EntitySheep['Sheep'/4, l='MpServer', x=79.06, y=4.00, z=-474.94], EntitySheep['Sheep'/6, l='MpServer', x=68.78, y=4.00, z=-464.78], EntityClientPlayerMP['zackp30'/9, l='MpServer', x=147.03, y=5.62, z=-450.23]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2298)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:844)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at magic.launcher.Launcher.main(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Linux (i386) version 3.2.0-29-generic
Java Version: 1.6.0_27, Sun Microsystems Inc.
Java VM Version: OpenJDK Server VM (mixed mode), Sun Microsystems Inc.
Memory: 717437512 bytes (684 MB) / 972357632 bytes (927 MB) up to 972357632 bytes (927 MB)
JVM Flags: 2 total; -Xms1024m -Xmx1024m
AABB Pool Size: 138 (7728 bytes; 0 MB) allocated, 138 (7728 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 Optifine OptiFine_1.6.2_HD_B4 17 mods loaded, 17 mods active
mcp{8.04} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.2.35.804} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.10.0.804} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.3} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_bspkrsCore{v3.03(1.6.2)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_BACR{v4,2_0-162} [Better Animations Collection Revived](BACR v4,2 MC1,6,2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.0.0.106} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.0.0.106} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.0.0.106} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.55b} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_MAtmos{r25 for 1.6.2} mod_MAtmos Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_PF{r0 for 1.6.2} mod_PF Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectRed{4.0.0pre.@build@} Project: Red Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tukmc_Vz{Version [3.2.1] for 1.6.2} TukMC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_DirectionHUD{v1.14(1.6.2)} DirectionHUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InGameInfoXML{2.4.1.24} [InGame Info XML]([1.6.2]InGameInfoXML-v2.4.1.24 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap{v3.4_01 [1.6.2]} mod_ReiMinimap Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: Gallium 0.4 on NVAA GL version 2.1 Mesa 8.0.4, nouveau
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: 72 (4032 bytes; 0 MB) allocated, 69 (3864 bytes; 0 MB) used

Setup environment issues

I tried setting up for me to help you but I can't seem to set it up.

I tried on both branches master and 1.6.2

This is the log for 1.6.2

Steps to reproduce:

  • clone the repository
  • create a folder dummy
  • run the ant target initialsetup
  • run the ant target testbuild

http://pastebin.com/xu48VFMn

Documentation!

The vast majority of your code is very lacking in proper documentation, a vital resource for anyone wanting to contribute (or just read over) your code! Otherwise, nice work - your code is pretty good for your first mod!

Z-Fighting

On all 3 Bundeled Cable Logic Tiles at the Cable connections ther is some Z-Fighting
It appears only at the lower part of the cable

Microblocks

Microblocks cant be place inside buildcraft pipe block

[Crash] ProjectRed-1.6.2-4.0.0pre.35.jar Client Side

I tried Running the mod on My MineCraft Client and this is the following Error Message
(Note that I removed all other mods from the folder despite Project Red's Dependence's):

---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 8/8/13 7:53 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: mrtjp.projectred.integration.ItemPartGate.setHasSubtypes(Z)Lnet/minecraft/item/Item;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
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.NoSuchMethodError: mrtjp.projectred.integration.ItemPartGate.setHasSubtypes(Z)Lnet/minecraft/item/Item;
at mrtjp.projectred.integration.ItemPartGate.(ItemPartGate.java:24)
at mrtjp.projectred.integration.IntegrationProxy.init(IntegrationProxy.java:27)
at mrtjp.projectred.core.CommonProxy.init(CommonProxy.java:26)
at mrtjp.projectred.core.ClientProxy.init(ClientProxy.java:19)
at mrtjp.projectred.ProjectRed.init(ProjectRed.java:117)
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:540)
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.initializeMods(Loader.java:697)
... 10 more

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

-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 204853944 bytes (195 MB) / 465043456 bytes (443 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.43.818 Minecraft Forge 9.10.0.818 7 mods loaded, 7 mods active
mcp{8.04} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.43.818} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.818} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.0.0.122} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.0.0.122} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
ProjectRed{4.0.0pre.@build@} Project: Red Unloaded->Constructed->Pre-initialized->Errored
ForgeMicroblock{1.0.0.122} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized


Thanks,

Distributed NEI has build errors

It seems that the version of NEI that the build script downloads has several minor build errors that must be manually corrected before the setup can commence. I'm thinking you fixed these in your local copy but forgot to include them in the NEI source distro on dropbox.

All are in src/minecraft/codechicken/nei/GuiPotionCreator.java:

Line 45 should read:
public void drawSlotBox(float frame)

Line 51 should read:
public void drawOverlay(float frame)

Line 68 should read:
protected void drawSlot(int slot, int x, int y, int mx, int my, boolean selected, float frame)

Crash

java.lang.NoSuchMethodError: mrtjp.projectred.multipart.wiring.gates.EnumGate.getRendering()Lmrtjp/projectred/multipart/wiring/gates/GateRenderBridge;
at mrtjp.projectred.multipart.wiring.gates.BlockGate.getLightValue(BlockGate.java:218)
at net.minecraft.world.World.func_98179_a(World.java:3634)
at net.minecraft.world.World.func_72936_c(World.java:3762)
at net.minecraft.world.World.func_72969_x(World.java:3621)
at net.minecraft.world.World.func_72832_d(World.java:760)
at net.minecraft.world.World.func_94571_i(World.java:950)
at net.minecraft.block.Block.removeBlockByPlayer(Block.java:1526)
at net.minecraft.item.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:335)
at net.minecraft.item.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:445)
at net.minecraft.item.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:190)
at net.minecraft.network.NetServerHandler.func_72510_a(NetServerHandler.java:752)
at net.minecraft.network.packet.Packet14BlockDig.func_73279_a(SourceFile:46)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:222)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:847)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

[Crash] ProjectRed-1.6.2-4.0.0pre.35.jar Server Side

After Trying it on the Client App I decided that it might be helpful to try and run the Mod on my MineCraft Server as well. (Note I removed all of the Other mods from the folder except it's attendances) and it gave the following Error:

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 8/8/13 8:00 PM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at mrtjp.projectred.core.CoreProxy.init(CoreProxy.java:28)
at mrtjp.projectred.core.CommonProxy.init(CommonProxy.java:26)
at mrtjp.projectred.ProjectRed.init(ProjectRed.java:117)
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:540)
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.initializeMods(Loader.java:697)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.RuntimeException: Attempted to load class bda for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:267)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:165)
... 37 more

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

-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1988396312 bytes (1896 MB) / 2058027008 bytes (1962 MB) up to 2058027008 bytes (1962 MB)
JVM Flags: 2 total; -Xmx2048M -Xms2048M
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.43.818 Minecraft Forge 9.10.0.818 7 mods loaded, 7 mods active
mcp{8.04} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.43.818} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.818} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.0.0.122} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.0.0.122} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
ProjectRed{4.0.0pre.@build@} Project: Red Unloaded->Constructed->Pre-initialized->Errored
ForgeMicroblock{1.0.0.122} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)


Thanks,

1.6.2 Microblocks Issue

I know you don't know who I am but I would like to release an Issue on here about the latest version, I am a programmer and can help, but don't want to mess anything up. So here is the crash:

java.lang.NullPointerException
at net.minecraft.item.ItemStack.func_77981_g(ItemStack.java:247)
at mrtjp.projectred.multipart.microblocks.MicroblockLibrary.initializeBlockScan(MicroblockLibrary.java:156)
at mrtjp.projectred.ProjectRed.postInit(ProjectRed.java:221)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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.initializeMods(Loader.java:702)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
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)

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

-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_77981_g(ItemStack.java:247)
at mrtjp.projectred.multipart.microblocks.MicroblockLibrary.initializeBlockScan(MicroblockLibrary.java:156)
at mrtjp.projectred.ProjectRed.postInit(ProjectRed.java:221)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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.initializeMods(Loader.java:702)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)

Add NEI option

Please, add option in config for disable microblocks in NEI.

Volcanos generate in custom dimensions (and may freeze the server)

Volcanos generate in the Nether with Biomes O' Plenty installed (a lot of them, since the Nether is full of lava), and sometimes it causes server freeze for a relatively significant amount of time (enough to time out all connected players), and if I get Java thread dump, I see:

"Server thread" prio=6 tid=0x0000000013058800 nid=0x1ac8 runnable [0x000000001ac6e000]
java.lang.Thread.State: RUNNABLE
    at mrtjp.projectred.exploration.GeneratorVolcano.func_76484_a(GeneratorVolcano.java:31)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.