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",
"type": "object",
"title": "Movement.amphibious",
"title": "Movement Amphibious",
"additionalProperties": false,
"required": [],
"properties": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.jump",
"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.",
"additionalProperties": false,
"properties": {

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.skip",
"type": "object",
"title": "Movement.skip",
"title": "Movement Skip",
"additionalProperties": false,
"required": [],
"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",
"title": "Movement.sway",
"title": "Movement Sway",
"description": "This move control causes the mob to sway side to side giving the impression it is swimming.",
"type": "object",
"additionalProperties": false,