VerificationRenderer

This commit is contained in:
ForestOfLight
2025-04-15 11:57:52 -07:00
Unverified
parent 962154feec
commit 1243cb7d8b
8 changed files with 143 additions and 34 deletions
@@ -2,7 +2,7 @@ export const BlockVerificationLevel = Object.freeze({
Unknown: 0,
NoMatch: 1,
TypeMatch: 2,
TypeAndStateMatch: 3,
Match: 3,
Missing: 4,
isAir: 5
Air: 5
});