updated movement
edited titles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.movement.amphibious",
|
||||
"type": "object",
|
||||
"title": "Movement.amphibious",
|
||||
"title": "Movement Amphibious",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user