Posts by GregoriusT
-
-
it could be gamma, alpha, or beta, depends on the atomic mass and number. since there is no minecraftian periodic table, i chose gamma for fun
*cough* Minechem *cough* has that Table *cough* you can even *cough* hang it on Walls *cough*
-
I know it. I want to see, how Regulator can help you with Miner. Except keeping enough Pipes. Can you show example?
It could detect the amount of Miningpipes inside the Miner and automatically retract the Drillhead if there are none. But you could also detect EU-Flow to the Miner making that Method expensive and obsolete.
-
-
I just thought it would be cool if you could put Cobblestone into a Compresser to make Stone. 
Uhhm is the Furnace not enough?
-
Now you have the Lightningrod. Link to Forumpost in Signature.
-
Did you already Post it in the Forums of http://www.technicpack.net/? If yes, then i have not a real problem with it. If no, then make sure you Post it there, before you Post it here.
-
Please show, how you use them.
Place them facing your Targetinventory (the Output must face it, not the Input!), add Items which you want to detect in the right Slot of the Regulator, and you got an InventoryItemdetector
-
-
I used the pure API, and only copied a few Lines out of the decompiled IC²-Code, to see how you made it. Strangely if i call addToEnergynet in the updateEntity-Function, it does seemingly work without NPE (i just added try catch around all the E-net-Stuff). So my Addon works now. (even if i feel, that it is a bit hacked)
-
Tilled Farmland only becomes Dirt, when you have no Water next to it, or when you are Running over it, or when Weed is growing there.
And dont add Weed-Ex to the Cropmatron, its a very Bad Idea, to do so (decreasing Stats of the Plants)
-
Are you able to read!? READ THE THREADS FREAKING NAME!! IT'S NOT LIST OF BAD REACTOR DESIGNS!!
But it will be Listed there...
Edit: LOL he tries to edit his Post, but i linked to the Quote, Muahahahaha.
-
Everytime when i try to place/break my new Energygenerating Block, i get a Nullpointerexception, when it tries to add/remove itself to the E-net. I'm 100% sure that i dont give the Functions a null as parameter, the parameter implements IEnergySource, so it should be right. The Mod itself is only loading, when IC² is installed (and its installed).
java.lang.RuntimeException: java.lang.NullPointerException
at ic2.api.EnergyNet.addTileEntity(EnergyNet.java:38)
...java.lang.RuntimeException: java.lang.NullPointerException
at ic2.api.EnergyNet.removeTileEntity(EnergyNet.java:52)
...Here the part of the Code inside my TileEntity
Code
Display Morepublic boolean mAddedToEnergyNet = false; // Called by Blockplacement public void onCreated() { addToEnergyNet(); } // Called by Blockremoval public void onRemoval() { removeFromEnergyNet(); } private boolean addToEnergyNet() { if (!worldObj.isRemote) { EnergyNet tEnergyNet = EnergyNet.getForWorld(worldObj); if (tEnergyNet != null) { tEnergyNet.addTileEntity(this); mAddedToEnergyNet = true; } } return mAddedToEnergyNet; } private boolean removeFromEnergyNet() { if (!worldObj.isRemote) { EnergyNet tEnergyNet = EnergyNet.getForWorld(worldObj); if (tEnergyNet != null) { tEnergyNet.removeTileEntity(this); mAddedToEnergyNet = true; } } return !mAddedToEnergyNet; }So, what am i doing wrong?
-
Wait... Can you explain that to me? (Kinda New to RP) How can a regulator help?
A Regulator can detect items inside an Inventory and gives out a Redstonesignal. I tried to use one for MISEL-Mk-III but its shutting my Massfab down...
-
-
I got a Live one!
giftbaby4u
Another Lovey dovey Spam bot.
Uhhm its already dead (banned yesterday...)
-
Since the Miner implements ISidedInventory its no longer really needed. But a good Idea for people, who dont have RP-Regulators next to the Miner.
-
i plan to take all my copper, take compact solars, make 10 high volt solar panels, make 10 mfsu's. make 10 quary's. and just destroy a mystcraft age with dense ores in it...
need ALOT of copper and rubber....
Then make the DenseOres-Age a Jungle, so you can also cut down Giant Rubbertrees, for the Rubber. And Quarrys are not the best Idea if you want to make it fast. Use the Arcane Bore with Earth-Focus (best for mining Copper in DenseOres-Worlds)
-
will relays work when they are connected into the middle of the tube network? I want my recycles to grab a stack of cobble when there is room for it.
You mean between the four Blockbreakers? Of course they do. And its reducing Lag even more!
-
Also, you could create a Mystcraft age with the eternal storm symbol.
You can also create Mystcraftages with 1000 DenseOres-Symbols, so does that matter?