Applying some schemas fixes
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"enum": [
|
||||
"",
|
||||
"add.chest",
|
||||
"admire",
|
||||
"agitated",
|
||||
@@ -293,8 +294,10 @@
|
||||
"milk.screamer",
|
||||
"milk",
|
||||
"mob.armor_stand.place",
|
||||
"mob.hoglin.converted_to_zombified",
|
||||
"mob.husk.convert_to_drowned",
|
||||
"mob.husk.convert_to_frog",
|
||||
"mob.pig.death",
|
||||
"mob.husk.convert_to_stray",
|
||||
"mob.husk.convert_to_zombie",
|
||||
"mob.player.hurt_drown",
|
||||
|
||||
14
source/general/vectors/number2OrValue.json
Normal file
14
source/general/vectors/number2OrValue.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"$ref": "./number2.json"
|
||||
},
|
||||
{
|
||||
"title": "Value",
|
||||
"type": "number"
|
||||
}
|
||||
],
|
||||
"examples": [0, [0, 10]],
|
||||
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
|
||||
}
|
||||
Reference in New Issue
Block a user