Updated
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"$id": "blockception.minecraft.entities.1.8.0.event",
|
||||
"title": "Event",
|
||||
"description": "Minecraft behavior event 1.8.0",
|
||||
"examples": [{ "event": "example:foo", "target": "self" }],
|
||||
"oneOf": [
|
||||
{ "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire" },
|
||||
{
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.type.range_number_type.1.8.0",
|
||||
"title": "Range [a, B]",
|
||||
"title": "Range [A, B]",
|
||||
"description": "A described range",
|
||||
"examples": [[0.0, 1.0]],
|
||||
"items": [
|
||||
{ "type": "number", "title": "Range: A", "description": "The first value of the range" },
|
||||
{ "type": "number", "title": "Range: B", "description": "The second value of the range" }
|
||||
{ "type": "number", "title": "A", "description": "The first value of the range" },
|
||||
{ "type": "number", "title": "B", "description": "The second value of the range" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user