Add smokey, vehicle and targeted_entity

This commit is contained in:
Misode
2020-05-17 01:11:18 +02:00
parent 9203f3f169
commit 03ebf1c350
2 changed files with 22 additions and 0 deletions

View File

@@ -224,8 +224,10 @@
"entity.status_effect": "Effects",
"entity.status_effect_add": "Add Effect",
"entity.status_effect_remove": "Remove Effect",
"entity.targeted_entity": "Targeted Entity",
"entity.team": "Team",
"entity.type": "Entity",
"entity.vehicle": "Vehicle",
"entry.expand": "Expand",
"entry.name": "Name",
"entry.quality": "Quality",
@@ -343,6 +345,7 @@
"location.position.x": "X",
"location.position.y": "Y",
"location.position.z": "Z",
"location.smokey": "Smokey",
"luck_based": "Luck-based",
"more": "More",
"nbt_operation.operation": "Operation",

View File

@@ -1103,6 +1103,20 @@
}
]
},
{
"id": "vehicle",
"type": "object",
"translate": "entity.vehicle",
"collapse": true,
"value": "entity"
},
{
"id": "targeted_entity",
"type": "object",
"translate": "entity.targeted_entity",
"collapse": true,
"value": "entity"
},
{
"id": "player",
"type": "object",
@@ -1247,6 +1261,11 @@
}
]
},
{
"id": "smokey",
"type": "boolean",
"translate": "location.smokey"
},
{
"id": "block",
"type": "object",