namespace GamecraftModdingAPI.Blocks { public enum BlockMaterial : byte { Default = byte.MaxValue, SteelBodywork = 0, RigidSteel, CarbonFiber, Plastic, Wood } }