ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

Added some Blocks+Block functionality #223

Open SonOfTheStars opened 9 years ago

SonOfTheStars commented 9 years ago

Added: -BlockStone -BlockCobble

Changed: -Block.cs: -added ToolQuality:int -added MetaData:int

ddevault commented 9 years ago

Overall, this looks great. Just a couple of minor quips and it's good to go.

SonOfTheStars commented 9 years ago

goin to rework that tomorrow

JBou commented 9 years ago

I think you should rename the blocks from BlockStone to StoneBlock, because all other Blocks have this format.

ddevault commented 9 years ago

Thanks @JBou, I agree.

SonOfTheStars commented 9 years ago

Hmmm might be better to use the name before block indeed