mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Add entity flags object
This commit is contained in:
@@ -780,6 +780,40 @@
|
||||
"value": "distance",
|
||||
"collapse": true
|
||||
},
|
||||
{
|
||||
"id": "flags",
|
||||
"type": "object",
|
||||
"translate": "$entity.flags",
|
||||
"color": "dark",
|
||||
"collapse": true,
|
||||
"fields": [
|
||||
{
|
||||
"id": "is_on_fire",
|
||||
"type": "boolean",
|
||||
"translate": "$entity.isOnFire"
|
||||
},
|
||||
{
|
||||
"id": "is_sneaking",
|
||||
"type": "boolean",
|
||||
"translate": "$entity.isSneaking"
|
||||
},
|
||||
{
|
||||
"id": "is_sprinting",
|
||||
"type": "boolean",
|
||||
"translate": "$entity.isSprinting"
|
||||
},
|
||||
{
|
||||
"id": "is_swimming",
|
||||
"type": "boolean",
|
||||
"translate": "$entity.isSwimming"
|
||||
},
|
||||
{
|
||||
"id": "is_baby",
|
||||
"type": "boolean",
|
||||
"translate": "$entity.isBaby"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "effects",
|
||||
"type": "map",
|
||||
|
||||
Reference in New Issue
Block a user