This commit is contained in:
DaanV2
2021-07-04 16:02:48 +02:00
parent 6a4aeaace0
commit f6556dec13
65 changed files with 69 additions and 213 deletions

View File

@@ -4,7 +4,7 @@
"title": "Beg 1.16.0",
"description": "Allows the mob to drink potions based on specified environment conditions.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Knockback Roar 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"attack_time": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Leap At Target 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"must_be_on_ground": {

View File

@@ -4,7 +4,7 @@
"title": "Look At Player 1.16.0",
"description": "Allows the mob to look at the player when the player is nearby.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"angle_of_view_vertical": {

View File

@@ -4,7 +4,7 @@
"title": "Nearest Attackable Target 1.16.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],
"definitions": {
"entity_type": {
"type": "object",

View File

@@ -4,7 +4,7 @@
"title": "Nearest Prioritized Attackable Target 1.16.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"entity_types": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Tempt 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Random Fly 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Random Hover 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Random Look Around And Sit 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"max_look_count": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Rise To Liquid Level 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"liquid_y_offset": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Send Event 1.16.0",
"additionalProperties": false,
"required": [],
"definitions": {
"sequence": {
"type": "array",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Stalk And Pounce On Target 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"interest_time": {

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Stroll Towards Village 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"cooldown_time": {

View File

@@ -5,7 +5,7 @@
"type": "object",
"title": "Swim Idle 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Tempt 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },