Posted October 26, 201410 yr So for background TileConduit is a tile entity which belongs to a block that should receive RF power from adjacent generators and then push that power into adjacent machines. Unfortunately It does not seem to do this I am testing using Extra Utilities and observe that it does seem to intake RF from the generators however it doesn't eject this power into adjacent power consumers. (Using the ender quarry) The code for the TE is as follows; http://www.hastebin.com/cowepipuqu.avrasm Any help would be appreciated
October 27, 201410 yr I cant see where the problem is but you can simplify the code a bit. 1. You dont need to extract energy. Anything that generated or stores energy will automatically output it to your tile. 2.For the same reason it dosnt matter if you try to output energy to the tile you are receiving it from because it shouldn't accept it. I am the author of Draconic Evolution
October 28, 201410 yr Author Ok, sounds good. Is this an agreed upon standard though that generators output automatically? I have generators in my mod but just assumed it was the conduits job to extract. I'll probably change it though to reflect your suggestion, makes more sense.
October 28, 201410 yr Im not sure if its an "agreed upon standard" but thats how it works in every mod i know. I am the author of Draconic Evolution
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.