diff --git a/source/behavior/entities/format/components/movement.amphibious.json b/source/behavior/entities/format/components/movement.amphibious.json index 1768e2cc..f0072485 100644 --- a/source/behavior/entities/format/components/movement.amphibious.json +++ b/source/behavior/entities/format/components/movement.amphibious.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.movement.amphibious", "type": "object", - "title": "Movement.amphibious", + "title": "Movement Amphibious", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/movement.basic.json b/source/behavior/entities/format/components/movement.basic.json index 25def120..eb2559bc 100644 --- a/source/behavior/entities/format/components/movement.basic.json +++ b/source/behavior/entities/format/components/movement.basic.json @@ -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": [], diff --git a/source/behavior/entities/format/components/movement.fly.json b/source/behavior/entities/format/components/movement.fly.json index 7685a109..bb77da26 100644 --- a/source/behavior/entities/format/components/movement.fly.json +++ b/source/behavior/entities/format/components/movement.fly.json @@ -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": [], diff --git a/source/behavior/entities/format/components/movement.generic.json b/source/behavior/entities/format/components/movement.generic.json index 8b41b943..1e7a6e82 100644 --- a/source/behavior/entities/format/components/movement.generic.json +++ b/source/behavior/entities/format/components/movement.generic.json @@ -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": { diff --git a/source/behavior/entities/format/components/movement.glide.json b/source/behavior/entities/format/components/movement.glide.json index 77f9e1dd..4f9018cb 100644 --- a/source/behavior/entities/format/components/movement.glide.json +++ b/source/behavior/entities/format/components/movement.glide.json @@ -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": [], diff --git a/source/behavior/entities/format/components/movement.hover.json b/source/behavior/entities/format/components/movement.hover.json index 5380f4f0..8fed7029 100644 --- a/source/behavior/entities/format/components/movement.hover.json +++ b/source/behavior/entities/format/components/movement.hover.json @@ -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, diff --git a/source/behavior/entities/format/components/movement.jump.json b/source/behavior/entities/format/components/movement.jump.json index 12de2063..e073232a 100644 --- a/source/behavior/entities/format/components/movement.jump.json +++ b/source/behavior/entities/format/components/movement.jump.json @@ -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": { diff --git a/source/behavior/entities/format/components/movement.skip.json b/source/behavior/entities/format/components/movement.skip.json index e52d0534..7639e1cf 100644 --- a/source/behavior/entities/format/components/movement.skip.json +++ b/source/behavior/entities/format/components/movement.skip.json @@ -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.", diff --git a/source/behavior/entities/format/components/movement.sway.json b/source/behavior/entities/format/components/movement.sway.json index 1c620239..1c54aa29 100644 --- a/source/behavior/entities/format/components/movement.sway.json +++ b/source/behavior/entities/format/components/movement.sway.json @@ -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,