updated movement

edited titles
This commit is contained in:
ChibiMango
2022-07-26 15:05:04 +01:00
parent 386bf54a41
commit 99f367a2a6
9 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.amphibious", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.amphibious",
"type": "object", "type": "object",
"title": "Movement.amphibious", "title": "Movement Amphibious",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "properties": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.basic", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.basic",
"type": "object", "type": "object",
"title": "Movement.basic", "title": "Movement Basic",
"description": "defines the movement of an entity.", "description": "defines the movement of an entity.",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.fly", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.fly",
"type": "object", "type": "object",
"title": "Movement.fly", "title": "Movement Fly",
"description": "This move control causes the mob to fly.", "description": "This move control causes the mob to fly.",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.generic", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.generic",
"description": "This move control allows a mob to fly, swim, climb, etc.", "description": "This move control allows a mob to fly, swim, climb, etc.",
"type": "object", "type": "object",
"title": "Movement.generic", "title": "Movement Generic",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "properties": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.glide", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.glide",
"type": "object", "type": "object",
"title": "Movement.glide", "title": "Movement Glide",
"description": "This is the move control for a flying mob that has a gliding movement.", "description": "This is the move control for a flying mob that has a gliding movement.",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.hover", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.hover",
"title": "Movement.hover", "title": "Movement Hover",
"description": "This move control causes the mob to hover.", "description": "This move control causes the mob to hover.",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.jump", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.jump",
"type": "object", "type": "object",
"title": "Movement.jump", "title": "Movement Jump",
"description": "Move control that causes the mob to jump as it moves with a specified delay between jumps.", "description": "Move control that causes the mob to jump as it moves with a specified delay between jumps.",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.skip", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.skip",
"type": "object", "type": "object",
"title": "Movement.skip", "title": "Movement Skip",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"description": "This move control causes the mob to hop as it moves.", "description": "This move control causes the mob to hop as it moves.",

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.sway", "$id": "blockception.minecraft.behavior.entities.minecraft.movement.sway",
"title": "Movement.sway", "title": "Movement Sway",
"description": "This move control causes the mob to sway side to side giving the impression it is swimming.", "description": "This move control causes the mob to sway side to side giving the impression it is swimming.",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,