Posted 28 October 2013 - 04:55 PM
Title: How to modify modem to emit light?
So turtles are great, and you can have them place torches, do all sorts of fun things, and watch them dig/move/dance for hours of fun. However, it sure is hard to see the turtle when it's digging out the roof. It's hard that there is no visual indicator with 20 mining turtles, and one of them needs attention for fule, or its full, or it's out of floor blocks.
Sure I can send messages, and I have a very rudementry turtle command OS that I've written. Sure I can have them spin infinitly until they get the attention they despratly need.
But what I REALLY want, is flashing lights out of the modem! I know you can't stick a 3rd item onto a turtle, so it seems the simplist method to get light out of these bad boys is to modify the default modem, and just add a method to emit light. (It turns up the RED already, now just let it emit light, based on a setting.)
I have NO clue how to modify it, I can get eclipse, maybe mod the source, maybe add in some methods for java, maybe… But I'm quite a novice and modding minecraft, never done it. Program heavy Java? Never done it. Write scripts to my hearts content… sure.
Is this the right path at all? Is it simple to modify the modem to add a few more methods. (modem.getLight, modem.setLight) and have it light up the turtle?
So turtles are great, and you can have them place torches, do all sorts of fun things, and watch them dig/move/dance for hours of fun. However, it sure is hard to see the turtle when it's digging out the roof. It's hard that there is no visual indicator with 20 mining turtles, and one of them needs attention for fule, or its full, or it's out of floor blocks.
Sure I can send messages, and I have a very rudementry turtle command OS that I've written. Sure I can have them spin infinitly until they get the attention they despratly need.
But what I REALLY want, is flashing lights out of the modem! I know you can't stick a 3rd item onto a turtle, so it seems the simplist method to get light out of these bad boys is to modify the default modem, and just add a method to emit light. (It turns up the RED already, now just let it emit light, based on a setting.)
I have NO clue how to modify it, I can get eclipse, maybe mod the source, maybe add in some methods for java, maybe… But I'm quite a novice and modding minecraft, never done it. Program heavy Java? Never done it. Write scripts to my hearts content… sure.
Is this the right path at all? Is it simple to modify the modem to add a few more methods. (modem.getLight, modem.setLight) and have it light up the turtle?