Removed unscores from titles

This commit is contained in:
DaanV2
2021-01-27 01:06:07 +01:00
parent ea2eb0c0ff
commit 3ebb929e74
214 changed files with 228 additions and 264 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.admire_item",
"type": "object",
"title": "Behaviour.admire_item 1.16.0",
"title": "Admire item 1.16.0",
"description": "Enables the mob to admire items that have been configured as admirable. Must be used in combination with the admire_item component.",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.avoid_block",
"type": "object",
"title": "Behaviour.avoid_block 1.16.0",
"title": "Avoid block 1.16.0",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.barter",
"type": "object",
"title": "Behaviour.barter 1.16.0",
"title": "Barter 1.16.0",
"description": "Enables the mob to barter for items that have been configured as barter currency. Must be used in combination with the barter component",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.celebrate",
"type": "object",
"title": "Behaviour.celebrate 1.16.0",
"title": "Celebrate 1.16.0",
"description": "This allows the mob celebrate by jumping up and playing a sound periodically.",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.defend_trusted_target",
"type": "object",
"title": "Behaviour.defend_trusted_target 1.16.0",
"title": "Defend trusted target 1.16.0",
"description": "Allows the mob to target another mob that hurts an entity it trusts.",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.drink_potion",
"type": "object",
"title": "Behavior.beg 1.16.0",
"title": "Beg 1.16.0",
"description": "Allows the mob to drink potions based on specified environment conditions.",
"additionalProperties": false,
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.drop_item_for",
"additionalProperties": false,
"description": "Allows the mob to move near a target and drop an item.",
"title": "Behavior.drop_item_for 1.16.0",
"title": "Drop item for 1.16.0",
"type": "object",
"properties": {
"priority": { "$ref": "types/base_priority.json" },

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.eat_carried_item",
"type": "object",
"title": "Behaviour.eat_carried_item 1.16.0",
"title": "Eat carried item 1.16.0",
"description": "If the mob is carrying a food item, the mob will eat it and the effects will be applied to the mob.",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.equip_item",
"type": "object",
"title": "Behaviour.equip_item 1.16.0",
"title": "Equip item 1.16.0",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.find_cover",
"type": "object",
"title": "Behaviour.find_cover 1.16.0",
"title": "Find cover 1.16.0",
"description": "Allows the mob to seek shade.",
"additionalProperties": false,
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.find_mount",
"additionalProperties": false,
"description": "Allows the mob to look around for another mob to ride atop it.",
"title": "Behavior.find_mount 1.16.0",
"title": "Find mount 1.16.0",
"type": "object",
"properties": {
"priority": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.go_home",
"additionalProperties": false,
"description": "Allows the mob to move back to the position they were spawned.",
"title": "Behavior.go_home",
"title": "Go home",
"type": "object",
"definitions": {
"on_home_spec": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.hold_ground",
"type": "object",
"title": "Behaviour.hold_ground 1.16.0",
"title": "Hold ground 1.16.0",
"description": "The mob freezes and looks at the mob they are targeting.",
"additionalProperties": false,
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.knockback_roar",
"description": "Allows the mob to perform a damaging knockback that affects all nearby entities.",
"type": "object",
"title": "Behavior.knockback_roar 1.16.0",
"title": "Knockback roar 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.leap_at_target",
"description": "Allows monsters to jump at and attack their target. Can only be used by hostile mobs.",
"type": "object",
"title": "Behavior.leap_at_target 1.16.0",
"title": "Leap at target 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.look_at_player",
"type": "object",
"title": "Behavior.look_at_player 1.16.0",
"title": "Look at player 1.16.0",
"description": "Allows the mob to look at the player when the player is nearby.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.move_to_lava",
"type": "object",
"title": "Behaviour.move_to_lava 1.16.0",
"title": "Move to lava 1.16.0",
"description": "Allows the mob to move back into lava when on land.",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.nap",
"type": "object",
"title": "Behaviour.nap 1.16.0",
"title": "Nap 1.16.0",
"description": "Allows the mob to move back into lava when on land.",
"additionalProperties": false,
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.nearest_attackable_target",
"type": "object",
"title": "Behavior.nearest_attackable_target 1.16.0",
"title": "Nearest attackable target 1.16.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.nearest_prioritized_attackable_target",
"type": "object",
"title": "Behavior.nearest_prioritized_attackable_target 1.16.0",
"title": "Nearest prioritized attackable target 1.16.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.pet_sleep_with_owner",
"description": "Allows the mob to be tempted by food they like.",
"type": "object",
"title": "Behavior.tempt 1.16.0",
"title": "Tempt 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -4,7 +4,7 @@
"description": "Allows the mob to pick up items on the ground.",
"additionalProperties": false,
"type": "object",
"title": "Behavior.pickup_items 1.16.0",
"title": "pickup items 1.16.0",
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.random_fly",
"description": "Allows a mob to randomly fly around",
"type": "object",
"title": "Behavior.random_fly 1.16.0",
"title": "Random fly 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.random_hover",
"description": "Allows the mob to hover around randomly, close to the surface",
"type": "object",
"title": "Behavior.random_hover 1.16.0",
"title": "Random hover 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.random_look_around_and_sit",
"description": "Allows the mob to randomly sit and look around for a duration. Note: Must have a sitting animation set up to use this.",
"type": "object",
"title": "Behavior.random_look_around_and_sit 1.16.0",
"title": "Random look around and sit 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.rise_to_liquid_level",
"description": "Allows the mob to stay at a certain level when in liquid.",
"type": "object",
"title": "Behavior.rise_to_liquid_level 1.16.0",
"title": "Rise to liquid level 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.send_event",
"description": "Allows the mob to send an event to another mob.",
"type": "object",
"title": "Behavior.send_event 1.16.0",
"title": "Send event 1.16.0",
"additionalProperties": false,
"required": [],
"definitions": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.stalk_and_pounce_on_target",
"description": "Allows the mob to stay at a certain level when in liquid.",
"type": "object",
"title": "Behavior.stalk_and_pounce_on_target 1.16.0",
"title": "Stalk and pounce on target 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.stroll_towards_village",
"description": "Allows the mob to stay at a certain level when in liquid.",
"type": "object",
"title": "Behavior.stroll_towards_village 1.16.0",
"title": "Stroll towards village 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.swim_idle",
"description": "UNDOCUMENTATED",
"type": "object",
"title": "Behavior.swim_idle 1.16.0",
"title": "Swim idle 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.tempt",
"description": "Allows the mob to be tempted by food they like.",
"type": "object",
"title": "Behavior.tempt 1.16.0",
"title": "Tempt 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {