Updated
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.animation_controller.1.10.0",
|
||||
"type": "object",
|
||||
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
"anyOf": [
|
||||
@@ -78,7 +77,8 @@
|
||||
"title": "Animation Controllers",
|
||||
"description": "The animation controllers schema for 1.10.0",
|
||||
"propertyNames": {
|
||||
"pattern": "^controller\\.animation\\.[a-z\\.]+"
|
||||
"pattern": "^controller\\.animation\\.[a-z\\.]+",
|
||||
"examples": ["controller.animation.example", "controller.animation.example.foo"]
|
||||
},
|
||||
"additionalProperties": {
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
"title": "Animation Controllers Schema",
|
||||
"description": "The animation controllers schema for 1.8.0",
|
||||
"propertyNames": {
|
||||
"pattern": "^controller\\.animation\\.[a-z\\.]+"
|
||||
"pattern": "^controller\\.animation\\.[a-z\\.]+",
|
||||
"examples": ["controller.animation.example", "controller.animation.example.foo"]
|
||||
},
|
||||
"additionalProperties": {
|
||||
"additionalProperties": false,
|
||||
|
||||
Reference in New Issue
Block a user