Updatedf
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"title": "Find Mount 1.8.0",
|
||||
"description": "Allows the mob to look around for another mob to ride atop it.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"avoid_water": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Go Home 1.13.0",
|
||||
"description": "Allows the mob to move back to the position they were spawned.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Stomp Turtle Egg 1.13.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"type": "object",
|
||||
"description": "An entity definitions that this entity can breed with.",
|
||||
"additionalItems": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"baby_type": { "type": "string", "description": "The entity definition of this entity's babies.", "title": "Baby Type" },
|
||||
"breed_event": { "$ref": "../types/event.json", "description": "Event to run when this entity breeds.", "title": "Breed Event" },
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"allow_sitting": { "description": "If true, entities can breed while sitting.", "type": "boolean", "default": false, "title": "Allow Sitting" },
|
||||
"blend_attributes": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Projectile 1.13.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"angle_offset": {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"controlling_seat": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Transformation 1.13.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"add": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user