Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/web/common/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8866,7 +8866,7 @@
},
"direction" : {
"category" : "",
"description" : [ "The direction to search" ],
"description" : [ "The direction to search", "Format: x,y,z","For example: 0,1,0 means straight up" ],
"field" : "direction",
"importance" : 0,
"name" : "Direction",
Expand Down Expand Up @@ -9610,7 +9610,7 @@
},
"entity" : {
"category" : "actions",
"description" : [ "" ],
"description" : [ "The target entity's uuid, the spell will set this entity as target" ],
"field" : "entity",
"importance" : 0,
"name" : "Entity",
Expand Down Expand Up @@ -16771,7 +16771,7 @@
},
"target_source" : {
"category" : "",
"description" : [ "" ],
"description" : [ "Whether to target the source of the spell" ],
"field" : "target_source",
"importance" : 0,
"name" : "Target Source",
Expand Down Expand Up @@ -17224,7 +17224,7 @@
"field" : "trigger",
"importance" : 0,
"name" : "Trigger",
"type" : "string"
"type" : "trigger_map"
},
"triggers" : {
"category" : "mob",
Expand Down Expand Up @@ -23877,4 +23877,4 @@
}
}
}
}
}