mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Add Redstone 5 support
This commit is contained in:
parent
abff919edd
commit
30cceed60b
|
@ -162,6 +162,10 @@ private void GenerateFamily()
|
|||
}
|
||||
|
||||
// move on to version number guesses
|
||||
else if (Number >= 17600)
|
||||
{
|
||||
Family = ProjectFamily.Redstone5;
|
||||
}
|
||||
else if (Number >= 16350)
|
||||
{
|
||||
Family = ProjectFamily.Redstone4;
|
||||
|
|
|
@ -52,6 +52,9 @@ public enum ProjectFamily
|
|||
Redstone3 = 50,
|
||||
|
||||
[Display(Name = "Redstone 4")]
|
||||
Redstone4 = 60
|
||||
Redstone4 = 60,
|
||||
|
||||
[Display(Name = "Redstone 5")]
|
||||
Redstone5 = 70
|
||||
}
|
||||
}
|
BIN
BuildFeed/res/card/Redstone5.png
Normal file
BIN
BuildFeed/res/card/Redstone5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 KiB |
Loading…
Reference in New Issue
Block a user