Renegades Brand Server Mods
Posted: Tue Dec 06, 2011 7:16 am
Hey guys,
So as some of you know I do a bit of programming myself and have toyed around a bit with minecraft mods. I had a thought that it wouldn't be a bad idea if Renegades had a few extra perks (as in mods) that other servers would not. Now keep in mind I do all of the coding myself and some of you can side with me that developing a program takes time. A lot of time.
This is my production thread that I will update now and then to talk about any progress I have made in my coding.
Current Projects:
Sun block mod:
A mod Vodka thought of. You craft a jar looking block, place it outside and after a few days is will change into a block that has a light level equal to the sun and glowstone. You can also craft an item that you can hold that constantly gives off light as you hold it.
Progress: I have the blocks made and they do change, but the item is causing me some trouble; putting on hold until i figure out the tick update issue.
Multi Texture Pack Mod:
Allows you to upload multiple texture packs and place the blocks from several texture packs with in the same world.
Progress: It works with 2 texture packs. Kinda unstable with bukkit so i might need to use a Spout base.
Please post ideas below as well as comments, questions and concerns.
NOTICE:
I have been getting questions on the best way to get into coding. I highly suggest beginning with a language called Python. You can download here http://python.org/. I began coding with Python and I know several people who have as well. I also found some beginner tutorials that I think really help you learn the basics behind coding http://www.sthurlow.com/python/. Also if your high school/university offers any programming courses, those are always the best option. All programming languages are different, but the math and science are the same in everyone, so what you learn can be applied to almost any language.
So as some of you know I do a bit of programming myself and have toyed around a bit with minecraft mods. I had a thought that it wouldn't be a bad idea if Renegades had a few extra perks (as in mods) that other servers would not. Now keep in mind I do all of the coding myself and some of you can side with me that developing a program takes time. A lot of time.
This is my production thread that I will update now and then to talk about any progress I have made in my coding.
Current Projects:
Sun block mod:
A mod Vodka thought of. You craft a jar looking block, place it outside and after a few days is will change into a block that has a light level equal to the sun and glowstone. You can also craft an item that you can hold that constantly gives off light as you hold it.
Progress: I have the blocks made and they do change, but the item is causing me some trouble; putting on hold until i figure out the tick update issue.
Multi Texture Pack Mod:
Allows you to upload multiple texture packs and place the blocks from several texture packs with in the same world.
Progress: It works with 2 texture packs. Kinda unstable with bukkit so i might need to use a Spout base.
Please post ideas below as well as comments, questions and concerns.
NOTICE:
I have been getting questions on the best way to get into coding. I highly suggest beginning with a language called Python. You can download here http://python.org/. I began coding with Python and I know several people who have as well. I also found some beginner tutorials that I think really help you learn the basics behind coding http://www.sthurlow.com/python/. Also if your high school/university offers any programming courses, those are always the best option. All programming languages are different, but the math and science are the same in everyone, so what you learn can be applied to almost any language.