Posted 02 July 2013 - 11:06 AM
Hello fellow programmers,
I'm playing FTB Direwolf20's pack, recommended version.
I'm looking for a little help with my program, here is my idea :
I want to be able to control my base with both a touchscreen and a wireless remote.
for that I'm in need of a program that can read bundled cable redstone inputs and set the buttons according to them.
Here's a little screenshot to help:
On the left it receives the redstone signal for each of my machines
On the right it turns on/off the signals.
I am using a modified version of Direwolf20's Button API and SuPerMiNoR2's Bundled Cable API. I already made a program for my Mob Spawner Control, but I have no idea where to start with this one.
Modified Button API : http://pastebin.com/jXCCfawv
MobControl : http://pastebin.com/aK02kJaF
Keep in mind, I don't know anything about programming, only learned a few things for minecraft. My MobControl program is most certainly terrible, but it works.
Now I know how to set a button on/off (green/red), but I couldn't find a way to link it to a redstone signal.
Thank you for reading all this.
I'm playing FTB Direwolf20's pack, recommended version.
I'm looking for a little help with my program, here is my idea :
I want to be able to control my base with both a touchscreen and a wireless remote.
for that I'm in need of a program that can read bundled cable redstone inputs and set the buttons according to them.
Here's a little screenshot to help:
On the left it receives the redstone signal for each of my machines
On the right it turns on/off the signals.
I am using a modified version of Direwolf20's Button API and SuPerMiNoR2's Bundled Cable API. I already made a program for my Mob Spawner Control, but I have no idea where to start with this one.
Modified Button API : http://pastebin.com/jXCCfawv
MobControl : http://pastebin.com/aK02kJaF
Keep in mind, I don't know anything about programming, only learned a few things for minecraft. My MobControl program is most certainly terrible, but it works.
Now I know how to set a button on/off (green/red), but I couldn't find a way to link it to a redstone signal.
Thank you for reading all this.