Fixing molang
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"title": "Molang Array Of 3 Numbers",
|
"title": "Molang Array Of 3 Numbers",
|
||||||
"description": "The minecraft molang definition that results in a 3 floats",
|
"description": "The minecraft molang definition that results in a 3 floats",
|
||||||
"anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }]
|
"anyOf": [{ "type": "string", "minLength": 0 }]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
"$id": "molang_number1.8.0",
|
"$id": "molang_number1.8.0",
|
||||||
"title": "Molang Number",
|
"title": "Molang Number",
|
||||||
"description": "The minecraft molang definition that results in a float",
|
"description": "The minecraft molang definition that results in a float",
|
||||||
"anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }, { "type": "number" }]
|
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user