Merge pull request #6 from creatorfromhell/master

Forgotten block modifications.
This commit is contained in:
Drew DeVault 2015-01-25 22:29:11 -07:00
commit 72d27f3712

View File

@ -8,6 +8,8 @@ namespace TrueCraft.API.Logic
double BlastResistance { get; }
double Hardness { get; }
byte Luminance { get; }
bool Opaque { get; }
byte LightModifier { get; }
string DisplayName { get; }
Tuple<int, int> GetTextureMap(byte metadata);
}