updated navigation

edited titles
This commit is contained in:
ChibiMango
2022-07-26 15:05:38 +01:00
parent 99f367a2a6
commit ae333a8be0
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.climb",
"title": "Navigation.climb",
"title": "Navigation Climb",
"description": "Allows this entity to generate paths that include vertical walls like the vanilla Spiders do.",
"type": "object",
"additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.float",
"title": "Navigation.float",
"title": "Navigation Float",
"description": "Allows this entity to generate paths by flying around the air like the regular Ghast.",
"type": "object",
"additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.fly",
"title": "Navigation.fly",
"title": "Navigation Fly",
"description": "Allows this entity to generate paths in the air like the vanilla Bees do. Keeps them from falling out of the skies and doing predictive movement.",
"type": "object",
"additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.generic",
"title": "Navigation.generic",
"title": "Navigation Generic",
"description": "Allows this entity to generate paths by walking, swimming, flying and/or climbing around and jumping up and down a block.",
"type": "object",
"additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.hover",
"title": "Navigation.hover",
"title": "Navigation Hover",
"description": "Allows this entity to generate paths in the air like the vanilla Bees do. Keeps them from falling out of the skies and doing predictive movement.",
"type": "object",
"additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.swim",
"title": "Navigation.swim",
"title": "Navigation Swim",
"description": "Allows this entity to generate paths that include water.",
"type": "object",
"additionalProperties": false,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.navigation.walk",
"title": "Navigation.walk",
"title": "Navigation Walk",
"description": "Allows this entity to generate paths by walking around and jumping up and down a block like regular mobs.",
"type": "object",
"additionalProperties": false,