Generator = 10EU/t
40 Cables = 10EU/t
Luminator = 0EU/t
Posts by GregoriusT
-
-
Oh god the problem are not the recipes but those damn overclockers. I've explained some posts above and wont repeat.
That's why I have Overclockers in my Q/A, as they cause similar Effects on my Machines (even though my Machines are much more stable).
-
3 Netherrack + Compressor = 1 Nether Brick, so Compressing is better than smelting. Oh RawCode...
-
Maybe you should change the Source Name of the Windmills, so taht you dont override the Localization of Solars.
-
-
I can use all of these 4 Recipes.
-
-
GregTech Machines worked last time I checked.
-
Apologized for being like Sengir and removing things. This mod is not Nuclear Control. At least nothing was nerfed.
Well, Sengir made it even more OP with his Multifarms. Yes they need Fertilizer but we have tons of that. And removing old Devices is nothing bad if you leave people some time to switch.
-
-
Strange, why is there an Icon for those IC² Gates inside the IC² jar? I guess IC² doesnt have "any" BC compatibility at all...
-
The PSI are measured in short in SMP, unless you have a special Code which sends two Shorts and combines them to Integer. The detectandsendchanges Method can only send shorts, but the Parameters are accepting Integer (which only works in SSP), so that you loose 50% of the Data and produce a short Overflow.
-
You know that opening Files with a Text Editor like Notepad cannot cause any Virus to harness power over your Computer? PDFs are something diffrent though, but they are usually not a format of a Crash Report.
-
IC² changed its API. You might wanna adjust to that.
-
As of now, yes. It is not possible
-
I have unzipped the IC².jar into the lib Folder of MCP. Then I just looked through the Bytecode of IC² via Eclipse to find the Names I am looking for, make either a Dummy Class where the IC² File should be or use regular Reflection to grab the Value.
-
You are not even allowed to call that Function Serverside at all. That functionality doesnt exist for the Servers. Its Client Only.
-
I use just the API and only sometimes hack directly via Bytecode into IC², because RichardG broke important parts of the API.
-
You forgot GregTech. My Redstone Circuit Blocks are better than those Redpower thingies. They can even analog Redstone, and that before RichardG got that Idea on Twitter.
-
Initializing Textures at preinit is not allowed. It has to wait long time after Postload happened and is called automatically by the Item Registry.