Page 1 of 6

Tell's Development Log

Posted: Tue May 13, 2014 7:57 pm
by Tell
So I don't know how long this will last, but in till then this will be where I post my work.

5/13/14 - Today I got all the different kinds of colored steel in the game! It took a long time just to write out this:
Spoiler:
Steel = new SteelBlock(Material.iron)
.setHardness(5.0F).setStepSound(Block.soundTypeMetal)
.setBlockName("Steel").setCreativeTab(CreativeTabs.tabBlock)
.setBlockTextureName("futurecraft:lightgrey");
GameRegistry.registerBlock(Steel, "Steel");

But for every single f*cking block.

Image
5/14/14 - Today I've added all crafting/smelting recipes so you can now access the blocks in survival!

Re: Tell's Development Log

Posted: Tue May 13, 2014 8:50 pm
by Tell
Heres the link: http://adf.ly/mqWC9
Its for Minecraft 1.7.2

Re: Tell's Development Log

Posted: Tue May 13, 2014 9:01 pm
by cats
Good. What are you doing?

Re: Tell's Development Log

Posted: Tue May 13, 2014 9:03 pm
by Tell
I'm currently lying in my bed with my laptop switching between eclipse and safari checking if anyones posted here.

Re: Tell's Development Log

Posted: Tue May 13, 2014 9:05 pm
by cats
Okay. Why are you doing it?

Re: Tell's Development Log

Posted: Tue May 13, 2014 9:05 pm
by Tell
Why not do it?

EDIT: Okay I'm doing it because I've been here 3 years and I've done nothing to our original goal. Yes I know that we'll never get to where Mack wanted to go but I can at least get some blocks and items in with the flans pack so we at least produced something.

Re: Tell's Development Log

Posted: Tue May 13, 2014 9:08 pm
by cats
I like your style.

Re: Tell's Development Log

Posted: Tue May 13, 2014 10:08 pm
by Vinyl
If I didn't have a horrible tendency to procrastinate and wasn't so terribly noncommittal to projects, I could actually do most of what I want to. Included in which is to produce for FC, of course! :D

Re: Tell's Development Log

Posted: Tue May 13, 2014 10:28 pm
by cats
I like your style too, vinyl.

Re: Tell's Development Log

Posted: Wed May 14, 2014 6:46 am
by CMA
Nice, Tell, I might be able to do something as well, but the crippling nostalgia of becoming an adult, massive workload I'll have over the summer, and trying to find money for train tickets is sort of keeping me busy lately. Do you know how to use eclipse? We could maybe implement power systems or some shit.

Re: Tell's Development Log

Posted: Wed May 14, 2014 8:27 am
by Chairman_Tiel
>leaves for year
>becomes adult

Re: Tell's Development Log

Posted: Wed May 14, 2014 9:32 am
by Saravanth
I still have that java book I bought with money I don't remember how I came into possession of lying under my desk. I think I'll try getting past the first chapter when summer break happens.

Re: Tell's Development Log

Posted: Wed May 14, 2014 1:23 pm
by Tell
Captain Obvious wrote:Nice, Tell, I might be able to do something as well, but the crippling nostalgia of becoming an adult, massive workload I'll have over the summer, and trying to find money for train tickets is sort of keeping me busy lately. Do you know how to use eclipse? We could maybe implement power systems or some shit.
Right now I'm focusing on small stuff but eventually I'll get there.

Re: Tell's Development Log

Posted: Wed May 14, 2014 2:04 pm
by Tell
I've added the Steel Ingot so I'll need a texture for that.
My plan for crafting is a player smelts iron to get Steel Ingot, then puts 4 Steel Ingot into a crafting bench. Which will make a Steel Block and then you use a dye on the block to get your desired color.

Re: Tell's Development Log

Posted: Wed May 14, 2014 2:26 pm
by Tell
Iron to Steel ingot smelting recipe and Steel ingot to Steel block crafting recipe added!