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.8.0.minecraft.behavior.admire_item",
"type": "object",
"title": "Behaviour.admire_item 1.8.0",
"title": "Admire item 1.8.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": {
@@ -18,14 +18,8 @@
"description": "The range of time in seconds to randomly wait before playing the sound again.",
"title": "Sound interval",
"items": [
{
"type": "number",
"title": "Minimum"
},
{
"type": "number",
"title": "Maximum"
}
{ "type": "number", "title": "Minimum" },
{ "type": "number", "title": "Maximum" }
]
}
}

View File

@@ -4,7 +4,7 @@
"additionalProperties": false,
"description": "Allows this entity to avoid certain mob types.",
"type": "object",
"title": "Behavior.avoid_mob_type 1.8.0",
"title": "Avoid mob type 1.8.0",
"required": [],
"properties": {
"priority": { "$ref": "./types/base_priority.json" },
@@ -64,29 +64,17 @@
{
"type": "array",
"items": [
{
"type": "number",
"title": "Maximum"
},
{
"type": "number",
"title": "Maximum"
}
{ "type": "number", "title": "Maximum" },
{ "type": "number", "title": "Maximum" }
]
},
{
"type": "number"
},
{ "type": "number" },
{
"type": "object",
"additionalProperties": false,
"properties": {
"range_min": {
"type": "number"
},
"range_max": {
"type": "number"
}
"range_min": { "type": "number" },
"range_max": { "type": "number" }
}
}
]

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.beg",
"type": "object",
"title": "Behavior.beg 1.8.0",
"title": "Beg 1.8.0",
"additionalProperties": false,
"description": "Allows this mob to look at and follow the player that holds food they like.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.break_door",
"type": "object",
"title": "Behavior.break_door 1.8.0",
"title": "Break door 1.8.0",
"description": "Allows this mob to break doors.",
"required": [],
"properties": {

View File

@@ -3,13 +3,11 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.breed",
"additionalProperties": false,
"type": "object",
"title": "Behavior.breed 1.8.0",
"title": "Breed 1.8.0",
"description": "Allows this mob to breed with other mobs.",
"required": [],
"properties": {
"priority": {
"$ref": "types/base_priority.json"
},
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "./types/base_speed_multiplier.json" }
}
}

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.celebrate",
"type": "object",
"title": "Behaviour.celebrate 1.8.0",
"title": "Celebrate 1.8.0",
"description": "This allows the mob celebrate by jumping up and playing a sound periodically.",
"additionalProperties": false,
"properties": {
@@ -30,19 +30,11 @@
{
"type": "array",
"items": [
{
"type": "number",
"title": "Maximum"
},
{
"type": "number",
"title": "Maximum"
}
{ "type": "number", "title": "Maximum" },
{ "type": "number", "title": "Maximum" }
]
},
{
"type": "number"
}
{ "type": "number" }
]
},
"on_celebration_end_event": {
@@ -59,19 +51,11 @@
{
"type": "array",
"items": [
{
"type": "number",
"title": "Maximum"
},
{
"type": "number",
"title": "Maximum"
}
{ "type": "number", "title": "Maximum" },
{ "type": "number", "title": "Maximum" }
]
},
{
"type": "number"
}
{ "type": "number" }
]
}
}

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.charge_attack",
"additionalProperties": false,
"type": "object",
"title": "Behavior.charge_attack 1.8.0",
"title": "Charge attack 1.8.0",
"description": "Allows the mob to attack its target by running at it.",
"required": [],
"properties": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.charge_held_item",
"type": "object",
"title": "Behavior.charge_held_item 1.8.0",
"title": "Charge held item 1.8.0",
"description": "Allows this mob to charge and use their held item.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.circle_around_anchor",
"type": "object",
"title": "Behavior.circle_around_anchor 1.8.0",
"title": "Circle around anchor 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to move in a circle around a point or a target.",
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.controlled_by_player",
"additionalProperties": false,
"type": "object",
"title": "Behavior.controlled_by_player 1.8.0",
"title": "Controlled by player 1.8.0",
"description": "Allows the mob to be controlled by the player.",
"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.8.0.minecraft.behavior.defend_trusted_target",
"type": "object",
"title": "Behaviour.defend_trusted_target 1.8.0",
"title": "Defend trusted target 1.8.0",
"description": "Allows the mob to target another mob that hurts an entity it trusts.",
"additionalProperties": false,
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.defend_village_target",
"additionalProperties": false,
"type": "object",
"title": "Behavior.defend_village_target 1.8.0",
"title": "Defend village target 1.8.0",
"description": "Allows the mob to stay in the village and fight mobs hostile to the villagers.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.delayed_attack",
"additionalProperties": false,
"type": "object",
"title": "Behavior.delayed_attack 1.8.0",
"title": "Delayed attack 1.8.0",
"description": "Allows the mob to drink potions based on specified environment conditions.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.door_interact",
"additionalProperties": false,
"type": "object",
"title": "Behavior.door_interact 1.8.0",
"title": "Door interact 1.8.0",
"description": "Allows the mob to drink potions based on specified environment conditions.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragonchargeplayer",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragonchargeplayer 1.8.0",
"title": "Dragonchargeplayer 1.8.0",
"description": "Allows the dragon to attack a player by flying fast at them. The player is chosen by the dragonscanning goal. Can only be used by the Ender Dragon.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragondeath",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragondeath 1.8.0",
"title": "Dragondeath 1.8.0",
"description": "Allows the dragon to go out with glory. This controls the Ender Dragon's death animation and can't be used by other mobs.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragonflaming",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragonflaming 1.8.0",
"title": "Dragonflaming 1.8.0",
"description": "Allows the dragon to use its flame breath attack. Can only be used by the Ender Dragon.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragonholdingpattern",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragonholdingpattern 1.8.0",
"title": "Dragonholdingpattern 1.8.0",
"description": "Allows the Dragon to fly around in a circle around the center podium. Can only be used by the Ender Dragon.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragonlanding",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragonlanding 1.8.0",
"title": "Dragonlanding 1.8.0",
"description": "Allows the Dragon to stop flying and transition into perching mode. Can only be used by the Ender Dragon.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragonscanning",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragonscanning 1.8.0",
"title": "Dragonscanning 1.8.0",
"description": "Allows the dragon to look around for a player to attack while in perch mode. Can only be used by the Ender Dragon.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragonstrafeplayer",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragonstrafeplayer 1.8.0",
"title": "Dragonstrafeplayer 1.8.0",
"description": "Allows the dragon to fly around looking for a player and shoot fireballs at them. Can only be used by the Ender Dragon.",
"properties": {
"priority": { "$ref": "./types/base_priority.json" }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.dragontakeoff",
"additionalProperties": false,
"type": "object",
"title": "Behavior.dragontakeoff 1.8.0",
"title": "Dragontakeoff 1.8.0",
"description": "Allows the dragon to leave perch mode and go back to flying around. Can only be used by the Ender Dragon.",
"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.8.0.minecraft.behavior.drink_potion",
"type": "object",
"title": "Behavior.beg 1.8.0",
"title": "Beg 1.8.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.8.0.minecraft.behavior.drop_item_for",
"additionalProperties": false,
"type": "object",
"title": "Behavior.drop_item_for 1.8.0",
"title": "Drop item for 1.8.0",
"description": "Allows the mob to drink potions based on specified environment conditions.",
"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.8.0.minecraft.behavior.eat_block",
"type": "object",
"title": "Behavior.eat_block 1.8.0",
"title": "Eat block 1.8.0",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.eat_carried_item",
"type": "object",
"title": "Behaviour.eat_carried_item 1.8.0",
"title": "Eat carried item 1.8.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.8.0.minecraft.behavior.enderman_leave_block",
"type": "object",
"title": "Behavior.enderman_leave_block 1.8.0",
"title": "Enderman leave block 1.8.0",
"additionalProperties": false,
"description": "Allows the enderman to drop a block they are carrying. Can only be used by Endermen.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.enderman_take_block",
"type": "object",
"title": "Behavior.enderman_take_block 1.8.0",
"title": "Enderman take block 1.8.0",
"description": "Allows the enderman to take a block and carry it around. Can only be used by Endermen.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.explore_outskirts",
"type": "object",
"title": "Behavior.explore_outskirts 1.8.0",
"title": "Explore outskirts 1.8.0",
"description": "Behaviour explore outskirts",
"additionalProperties": false,
"required": [],

View File

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

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.find_mount",
"type": "object",
"title": "Behavior.find_mount 1.8.0",
"title": "Find mount 1.8.0",
"description": "Allows the mob to look around for another mob to ride atop it.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.find_underwater_treasure",
"type": "object",
"title": "Behavior.find_underwater_treasure 1.8.0",
"title": "Find underwater treasure 1.8.0",
"description": "Allows the mob to move towards the nearest underwater ruin or shipwreck.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.flee_sun",
"type": "object",
"title": "Behavior.flee_sun 1.8.0",
"title": "Flee sun 1.8.0",
"description": "Allows the mob to run away from direct sunlight and seek shade.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.float",
"type": "object",
"title": "Behavior.float 1.8.0",
"title": "Float 1.8.0",
"description": "Allows the mob to stay afloat while swimming.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.float_wander",
"type": "object",
"title": "Behavior.float_wander 1.8.0",
"title": "Float wander 1.8.0",
"description": "Allows the mob to float around like the Ghast.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.follow_caravan",
"type": "object",
"title": "Behavior.follow_caravan 1.8.0",
"title": "Follow caravan 1.8.0",
"description": "Allows the mob to follow mobs that are in a caravan.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.follow_mob",
"type": "object",
"title": "Behavior.follow_mob 1.8.0",
"title": "Follow mob 1.8.0",
"description": "Allows the mob to follow other mobs.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.follow_owner",
"type": "object",
"title": "Behavior.follow_owner 1.8.0",
"title": "Follow owner 1.8.0",
"description": "Allows the mob to follow their parent around.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.float",
"type": "object",
"title": "Behavior.float 1.8.0",
"title": "Float 1.8.0",
"description": "Allows the mob to follow their parent around.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.follow_target_captain",
"type": "object",
"title": "Behavior.follow_target_captain 1.8.0",
"title": "Follow target captain 1.8.0",
"description": "Allows mob to move towards its current target captain.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.go_home",
"type": "object",
"title": "Behavior.go_home 1.8.0",
"title": "Go home 1.8.0",
"description": "Allows the mob to move back to the position they were spawned.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack",
"type": "object",
"title": "Behavior.guardian_attack 1.8.0",
"title": "Guardian attack 1.8.0",
"description": "Allows the guardian to use its laser beam attack. Can only be used by Guardians and Elder Guardians.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.harvest_farm_block",
"type": "object",
"title": "Behavior.harvest_farm_block 1.8.0",
"title": "Harvest farm block 1.8.0",
"description": "Allows the villager to harvest nearby farms. Can only be used by Villagers.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.hide",
"type": "object",
"title": "Behavior.hide 1.8.0",
"title": "Hide 1.8.0",
"additionalProperties": false,
"description": "Allows a mob with the hide component to attempt to move to - and hide at - an owned or nearby POI.",
"required": [],

View File

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

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack",
"type": "object",
"title": "Behavior.guardian_attack 1.8.0",
"title": "Guardian attack 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to target another mob that hurts them.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.inspect_bookshelf",
"type": "object",
"title": "Behavior.inspect_bookshelf 1.8.0",
"title": "Inspect bookshelf 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to inspect bookshelves.",
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.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.8.0",
"title": "Knockback roar 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.lay_down",
"description": "Allows mobs to lay down at times.",
"type": "object",
"title": "Behavior.lay_down 1.8.0",
"title": "Lay down 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.lay_egg",
"description": "Allows the mob to lay an egg block on a sand block if the mob is pregnant.",
"type": "object",
"title": "Behavior.lay_egg 1.8.0",
"title": "Lay egg 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.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.8.0",
"title": "Leap at target 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.look_at_entity",
"description": "Allows the mob to look at nearby entities.",
"type": "object",
"title": "Behavior.look_at_entity 1.8.0",
"title": "Look at entity 1.8.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.8.0.minecraft.behavior.look_at_player",
"type": "object",
"title": "Behavior.look_at_player 1.8.0",
"title": "Look at player 1.8.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.8.0.minecraft.behavior.look_at_target",
"type": "object",
"title": "Behavior.look_at_target 1.8.0",
"title": "Look at target 1.8.0",
"description": "Allows the mob to look at the entity they are targetting.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.look_at_trading_player",
"type": "object",
"title": "Behavior.look_at_trading_player 1.8.0",
"title": "Look at trading player 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to look at the player they are trading with.",
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.make_love",
"description": "Allows the villager to look for a mate to spawn other villagers with. Can only be used by Villagers.",
"type": "object",
"title": "Behavior.make_love 1.8.0",
"title": "Make love 1.8.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.8.0.minecraft.behavior.melee_attack",
"type": "object",
"title": "Behavior.melee_attack 1.8.0",
"title": "Melee attack 1.8.0",
"description": "Allows the mob to use close combat melee attacks.",
"additionalProperties": false,
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.mingle",
"description": "Allows an entity to go to the village bell and mingle with other entities.",
"type": "object",
"title": "Behavior.mingle 1.8.0",
"title": "Mingle 1.8.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.8.0.minecraft.behavior.mount_pathing",
"type": "object",
"title": "Behavior.mount_pathing 1.8.0",
"title": "Mount pathing 1.8.0",
"description": "Allows the mob to move around on its own while mounted seeking a target to attack.",
"additionalProperties": false,
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_indoors",
"description": "Can only be used by Villagers. Allows them to seek shelter indoors.",
"type": "object",
"title": "Behavior.move_indoors 1.8.0",
"title": "Move indoors 1.8.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.8.0.minecraft.behavior.move_through_village",
"type": "object",
"title": "Behavior.move_through_village 1.8.0",
"title": "Move through village 1.8.0",
"description": "Can only be used by Villagers. Allows the villagers to create paths around the village.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_to_block",
"type": "object",
"title": "Behavior.move_to_block 1.8.0",
"title": "Move to block 1.8.0",
"additionalProperties": false,
"description": "UNDOCUMENTATED",
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_to_land",
"description": "Allows the mob to move back onto land when in water.",
"type": "object",
"title": "Behavior.move_to_land 1.8.0",
"title": "Move to land 1.8.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.8.0.minecraft.behavior.move_to_lava",
"type": "object",
"title": "Behaviour.move_to_lava 1.8.0",
"title": "Move to lava 1.8.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.8.0.minecraft.behavior.move_to_liquid",
"type": "object",
"title": "Behaviour.move_to_liquid 1.8.0",
"title": "Move to liquid 1.8.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.8.0.minecraft.behavior.move_to_poi",
"type": "object",
"title": "Behavior.move_to_poi 1.8.0",
"title": "Move to poi 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to move to a POI if able to",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_to_random_block",
"type": "object",
"title": "Behavior.move_to_random_block 1.8.0",
"title": "Move to random block 1.8.0",
"description": "Allows mob to move towards a random block.",
"additionalProperties": false,
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_to_village",
"type": "object",
"title": "Behavior.move_to_village 1.8.0",
"title": "Move to village 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to move into a random location within a village.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_to_water",
"type": "object",
"title": "Behavior.move_to_water 1.8.0",
"title": "Move to water 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to move back into water when on land.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_towards_dwelling_restriction",
"type": "object",
"title": "Behavior.move_towards_dwelling_restriction 1.8.0",
"title": "Move towards dwelling restriction 1.8.0",
"additionalProperties": false,
"description": "UNDOCUMENTATED, comes from cat",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_towards_restriction",
"type": "object",
"title": "Behavior.move_towards_restriction 1.8.0",
"title": "Move towards restriction 1.8.0",
"additionalProperties": false,
"description": "Allows Guardians, Iron Golems and Villagers to move within their pre-defined area that the mob should be restricted to. Other mobs don't have a restriction defined.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack",
"type": "object",
"title": "Behavior.guardian_attack 1.8.0",
"title": "Guardian attack 1.8.0",
"additionalProperties": false,
"description": "Allows mob to move towards its current target.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.nap",
"type": "object",
"title": "Behaviour.nap 1.8.0",
"title": "Nap 1.8.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.8.0.minecraft.behavior.nearest_attackable_target",
"type": "object",
"title": "Behavior.nearest_attackable_target 1.8.0",
"title": "Nearest attackable target 1.8.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.8.0.minecraft.behavior.nearest_prioritized_attackable_target",
"type": "object",
"title": "Behavior.nearest_prioritized_attackable_target 1.8.0",
"title": "Nearest prioritized attackable target 1.8.0",
"description": "Allows the mob to check for and pursue the nearest valid target.",
"additionalProperties": false,
"required": [],

View File

@@ -4,7 +4,7 @@
"additionalProperties": false,
"description": "TODO description",
"type": "object",
"title": "Behavior.ocelot_sit_on_block 1.8.0",
"title": "Ocelot sit on block 1.8.0",
"required": [],
"properties": {
"priority": {

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.ocelotattack",
"type": "object",
"title": "Behavior.ocelotattack 1.8.0",
"title": "Ocelotattack 1.8.0",
"additionalProperties": false,
"description": "Can only be used by the Ocelot. Allows it to perform the sneak and pounce attack.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.offer_flower",
"type": "object",
"title": "Behavior.offer_flower 1.8.0",
"title": "Offer flower 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to offer the player a flower like the Iron Golem does.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.guardian_attack",
"type": "object",
"title": "Behavior.guardian_attack 1.8.0",
"title": "Guardian attack 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to open doors. Requires the mob to be able to path through doors, otherwise the mob won't even want to try opening them.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.owner_hurt_by_target",
"type": "object",
"title": "Behavior.owner_hurt_by_target 1.8.0",
"title": "Owner hurt by target 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to target another mob that hurts their owner.",
"required": [],

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.owner_hurt_target",
"type": "object",
"title": "Behavior.owner_hurt_target 1.8.0",
"title": "Owner hurt target 1.8.0",
"additionalProperties": false,
"description": "Allows the mob to target a mob that is hurt by their owner.",
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.panic",
"description": "Allows the mob to enter the panic state, which makes it run around and away from the damage source that made it enter this state.",
"type": "object",
"title": "Behavior.panic 1.8.0",
"title": "panic 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.peek",
"description": "Allows the mob to peek out. This is what the shulker uses to look out of its shell.",
"type": "object",
"title": "Behavior.peek 1.8.0",
"title": "peek 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.pet_sleep_with_owner",
"description": "Allows the pet mob to move onto a bed with it's owner while sleeping.",
"type": "object",
"title": "Behavior.pet_sleep_with_owner 1.8.0",
"title": "pet sleep with owner 1.8.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.8.0",
"title": "pickup items 1.8.0",
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.play",
"description": "Allows the mob to play with other baby villagers. This can only be used by Villagers.",
"type": "object",
"title": "Behavior.play 1.8.0",
"title": "play 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.player_ride_tamed",
"description": "Allows the mob to be ridden by the player after being tamed.",
"type": "object",
"title": "Behavior.player_ride_tamed 1.8.0",
"title": "player ride tamed 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -4,7 +4,7 @@
"description": "Allows the mob to eat/raid crops out of farms until they are full.",
"additionalProperties": false,
"type": "object",
"title": "Behavior.raid_garden 1.8.0",
"title": "Raid garden 1.8.0",
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.player_ride_tamed",
"description": "Allows the mob to randomly break surface of the water.",
"type": "object",
"title": "Behavior.player_ride_tamed 1.8.0",
"title": "player ride tamed 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
"additionalProperties": false,
"description": "Allows the mob to randomly look around.",
"type": "object",
"title": "Behavior.random_look_around 1.8.0",
"title": "Random look around 1.8.0",
"required": [],
"properties": {
"priority": { "$ref": "./types/base_priority.json" },

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.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.8.0",
"title": "Random look around and sit 1.8.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.8.0.minecraft.behavior.random_sitting",
"type": "object",
"title": "Behavior.random_sitting 1.8.0",
"title": "Random sitting 1.8.0",
"description": "Allows the mob to randomly sit for a duration.",
"additionalProperties": false,
"required": [],

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.random_stroll",
"description": "Allows a mob to randomly stroll around.",
"type": "object",
"title": "Behavior.random_stroll 1.8.0",
"title": "Random stroll 1.8.0",
"required": [],
"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.8.0.minecraft.behavior.random_swim",
"type": "object",
"title": "Behavior.random_swim 1.8.0",
"title": "Random swim 1.8.0",
"description": "Allows an entity to randomly move through water",
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.ranged_attack",
"description": "Allows the mob to use ranged attacks like shooting arrows.",
"type": "object",
"title": "Behavior.ranged_attack 1.8.0",
"title": "Ranged attack 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.receive_love",
"description": "Allows the villager to stop so another villager can breed with it. Can only be used by a Villager.",
"type": "object",
"title": "Behavior.receive_love 1.8.0",
"title": "Receive love 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.restrict_open_door",
"description": "Allows the mob to stay indoors during night time.",
"type": "object",
"title": "Behavior.restrict_open_door 1.8.0",
"title": "Restrict open door 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.restrict_sun",
"description": "Allows the mob to automatically start avoiding the sun when its a clear day out.",
"type": "object",
"title": "Behavior.restrict_sun 1.8.0",
"title": "Restrict sun 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {

Some files were not shown because too many files have changed in this diff Show More