mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Add smokey, vehicle and targeted_entity
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user