Posted November 13, 201311 yr The title explans pretty much everything, just need help to guide me into the right direction. I want it to be a wire( like the wires in IC2) to transfer data to one place to another. If you can help that would be GREAT! Reguards, gmod622. Not new to java >> New to modding.
November 13, 201311 yr You would have to "bind" a tile entity to the wire. With that tile entity, you can use it's NBT methods to write how much data the wire has stored up. You could also use the onBlockPlacedBy method in Block to connect to other wires. Kain
November 13, 201311 yr Author OK thanks, but dont i have to made a different model for every turn, or swich of angle, or does it do it for me. And How would i MOVE the data from one wire to the other Not new to java >> New to modding.
November 13, 201311 yr I would recommend looking into how spawner's spawn their mobs (for the tick) Then just look at the chest's code for the unifying with other wires. Kain
November 13, 201311 yr Author Okay, thanks, but do you know of any source code or something that can help me, I just got finished with my Java Course, but right now im not "SUPER" familiar with the minecraft methods and pre-made functions Not new to java >> New to modding.
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.