Moved to source folder
This commit is contained in:
7
source/molang/1.8.0/number.json
Normal file
7
source/molang/1.8.0/number.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "molang_number1.8.0",
|
||||
"title": "Molang number",
|
||||
"description": "The minecraft molang definition that results in a float",
|
||||
"anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }, { "type": "number" }]
|
||||
}
|
||||
Reference in New Issue
Block a user