Posts by Gibby

    Thank you! The source code is helping, and I'm making my own code now. I never copy someone else's code, as a general rule of thumb. Most programmers (note, I did say "most") aren't low enough to steal someone's code without permission. If you learn from someone else's code (like with my situation) and write your own code afterwards, without Copy, Cut and Paste, there is no reason to say "___ stole my code! Lawsuit!"

    I'm making an add on for Tekkit that includes a block called a QSU, which is basically an MFSU with upgradable energy storage. I can't seem to figure out how I can make the block using the IC2Api. I decompiled the IC2 code to try and learn how, but I would need to import a lot of stuff from it to make the block like TileEntityElectricMFSU. Does anyone know of a good tutorial on doing this or another method? I couldn't find anything on google.