Files
Construct-CN/StrucTool [BP]/scripts/classes/BlockVerificationLevel.js
T
ForestOfLight 6a0f2ba376 Prep for RP
2025-04-15 09:14:10 -07:00

8 lines
162 B
JavaScript

export const BlockVerificationLevel = Object.freeze({
Unknown: 0,
NoMatch: 1,
TypeMatch: 2,
TypeAndStateMatch: 3,
Missing: 4,
isAir: 5
});