diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.admire_item.json b/source/behavior/entities/format/behaviors/minecraft.behavior.admire_item.json index adfa3331..4595866a 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.admire_item.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.admire_item.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.admire_item", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.admire_item", "type": "object", - "title": "Admire Item 1.16.0", + "title": "Admire Item", "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": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_block.json index 13f85c27..891d86bf 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.avoid_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.avoid_block", "type": "object", - "title": "Avoid Block 1.16.0", + "title": "Avoid Block", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_mob_type.json b/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_mob_type.json index 99e436f7..211becbf 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_mob_type.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.avoid_mob_type.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.avoid_mob_type", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.avoid_mob_type", "additionalProperties": false, "description": "Allows this entity to avoid certain mob types.", "type": "object", - "title": "Avoid Mob Type 1.8.0", + "title": "Avoid Mob Type", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.barter.json b/source/behavior/entities/format/behaviors/minecraft.behavior.barter.json index 02be46b7..6f62f3c8 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.barter.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.barter.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.barter", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.barter", "type": "object", - "title": "Barter 1.16.0", + "title": "Barter", "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": { "priority": { "$ref": "types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.beg.json b/source/behavior/entities/format/behaviors/minecraft.behavior.beg.json index ce7c3284..d19f96e8 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.beg.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.beg.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.beg", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.beg", "type": "object", - "title": "Beg 1.8.0", + "title": "Beg", "additionalProperties": false, "description": "Allows this mob to look at and follow the player that holds food they like.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.break_door.json b/source/behavior/entities/format/behaviors/minecraft.behavior.break_door.json index 9a96b08c..feacba5d 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.break_door.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.break_door.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.break_door", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.break_door", "type": "object", - "title": "Break Door 1.8.0", + "title": "Break Door", "description": "Allows this mob to break doors.", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" } }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.breed.json b/source/behavior/entities/format/behaviors/minecraft.behavior.breed.json index 18e7b97e..3a146e27 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.breed.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.breed.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.breed", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.breed", "additionalProperties": false, "type": "object", - "title": "Breed 1.8.0", + "title": "Breed", "description": "Allows this mob to breed with other mobs.", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.celebrate.json b/source/behavior/entities/format/behaviors/minecraft.behavior.celebrate.json index 8219ad34..d42ccfa4 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.celebrate.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.celebrate.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.celebrate", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.celebrate", "type": "object", - "title": "Celebrate 1.16.0", + "title": "Celebrate", "description": "This allows the mob celebrate by jumping up and playing a sound periodically.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.charge_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.charge_attack.json index ba9a2a33..0c3006ef 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.charge_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.charge_attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.charge_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.charge_attack", "additionalProperties": false, "type": "object", - "title": "Charge Attack 1.8.0", + "title": "Charge Attack", "description": "Allows the mob to attack its target by running at it.", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.charge_held_item.json b/source/behavior/entities/format/behaviors/minecraft.behavior.charge_held_item.json index dc7b6e1c..2ed49545 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.charge_held_item.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.charge_held_item.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.charge_held_item", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.charge_held_item", "type": "object", - "title": "Charge Held Item 1.8.0", + "title": "Charge Held Item", "description": "Allows this mob to charge and use their held item.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.circle_around_anchor.json b/source/behavior/entities/format/behaviors/minecraft.behavior.circle_around_anchor.json index 03c0a08a..5c64435f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.circle_around_anchor.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.circle_around_anchor.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.circle_around_anchor", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.circle_around_anchor", "type": "object", - "title": "Circle Around Anchor 1.8.0", + "title": "Circle Around Anchor", "additionalProperties": false, "description": "Allows the mob to move in a circle around a point or a target.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.controlled_by_player.json b/source/behavior/entities/format/behaviors/minecraft.behavior.controlled_by_player.json index 35de71c5..d7811c08 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.controlled_by_player.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.controlled_by_player.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.controlled_by_player", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.controlled_by_player", "additionalProperties": false, "type": "object", - "title": "Controlled By Player 1.8.0", + "title": "Controlled By Player", "description": "Allows the mob to be controlled by the player.", "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.defend_trusted_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.defend_trusted_target.json index a77e5007..88dc2326 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.defend_trusted_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.defend_trusted_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.defend_trusted_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.defend_trusted_target", "type": "object", - "title": "Defend Trusted Target 1.16.0", + "title": "Defend Trusted Target", "description": "Allows the mob to target another mob that hurts an entity it trusts.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.defend_village_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.defend_village_target.json index f0ea5d57..1f7eaa5f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.defend_village_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.defend_village_target.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.defend_village_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.defend_village_target", "additionalProperties": false, "type": "object", - "title": "Defend Village Target 1.8.0", + "title": "Defend Village Target", "description": "Allows the mob to stay in the village and fight mobs hostile to the villagers.", "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.delayed_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.delayed_attack.json index 3a7c58a9..65e102b4 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.delayed_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.delayed_attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.delayed_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.delayed_attack", "additionalProperties": false, "type": "object", - "title": "Delayed Attack 1.8.0", + "title": "Delayed Attack", "description": "Allows the mob to drink potions based on specified environment conditions.", "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.door_interact.json b/source/behavior/entities/format/behaviors/minecraft.behavior.door_interact.json index 78f20d86..ad10b385 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.door_interact.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.door_interact.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.door_interact", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.door_interact", "additionalProperties": false, "type": "object", - "title": "Door Interact 1.8.0", + "title": "Door Interact", "description": "Allows the mob to drink potions based on specified environment conditions.", "properties": { "priority": { "$ref": "./types/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonchargeplayer.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonchargeplayer.json index 14cfbf43..41c05bdf 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonchargeplayer.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonchargeplayer.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragonchargeplayer", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonchargeplayer", "additionalProperties": false, "type": "object", - "title": "Dragonchargeplayer 1.8.0", + "title": "Dragonchargeplayer", "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/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragondeath.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragondeath.json index 54f3c2f4..87f5c64e 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragondeath.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragondeath.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragondeath", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragondeath", "additionalProperties": false, "type": "object", - "title": "Dragondeath 1.8.0", + "title": "Dragondeath", "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/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonflaming.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonflaming.json index 5adc249a..4dfed4bc 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonflaming.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonflaming.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragonflaming", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonflaming", "additionalProperties": false, "type": "object", - "title": "Dragonflaming 1.8.0", + "title": "Dragonflaming", "description": "Allows the dragon to use its flame breath attack. Can only be used by the Ender Dragon.", "properties": { "priority": { "$ref": "./types/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonholdingpattern.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonholdingpattern.json index eb6cb9a8..eb47e962 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonholdingpattern.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonholdingpattern.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragonholdingpattern", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonholdingpattern", "additionalProperties": false, "type": "object", - "title": "Dragonholdingpattern 1.8.0", + "title": "Dragonholdingpattern", "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/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonlanding.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonlanding.json index 8e4abf0f..382fb713 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonlanding.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonlanding.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragonlanding", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonlanding", "additionalProperties": false, "type": "object", - "title": "Dragonlanding 1.8.0", + "title": "Dragonlanding", "description": "Allows the Dragon to stop flying and transition into perching mode. Can only be used by the Ender Dragon.", "properties": { "priority": { "$ref": "./types/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonscanning.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonscanning.json index 4ab5b819..d1f1991f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonscanning.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonscanning.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragonscanning", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonscanning", "additionalProperties": false, "type": "object", - "title": "Dragonscanning 1.8.0", + "title": "Dragonscanning", "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/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonstrafeplayer.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonstrafeplayer.json index 19b1e639..b65921dc 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragonstrafeplayer.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragonstrafeplayer.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragonstrafeplayer", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonstrafeplayer", "additionalProperties": false, "type": "object", - "title": "Dragonstrafeplayer 1.8.0", + "title": "Dragonstrafeplayer", "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/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.dragontakeoff.json b/source/behavior/entities/format/behaviors/minecraft.behavior.dragontakeoff.json index ae210800..2e16b20c 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.dragontakeoff.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.dragontakeoff.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.dragontakeoff", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragontakeoff", "additionalProperties": false, "type": "object", - "title": "Dragontakeoff 1.8.0", + "title": "Dragontakeoff", "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/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.drink_potion.json b/source/behavior/entities/format/behaviors/minecraft.behavior.drink_potion.json index 28618551..b7b94db7 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.drink_potion.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.drink_potion.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.drink_potion", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.drink_potion", "type": "object", - "title": "Beg 1.16.0", + "title": "Beg", "description": "Allows the mob to drink potions based on specified environment conditions.", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.drop_item_for.json b/source/behavior/entities/format/behaviors/minecraft.behavior.drop_item_for.json index 95ebdb7f..59b22cb5 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.drop_item_for.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.drop_item_for.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.drop_item_for", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.drop_item_for", "additionalProperties": false, "description": "Allows the mob to move near a target and drop an item.", - "title": "Drop Item For 1.16.0", + "title": "Drop Item For", "type": "object", "properties": { "priority": { "$ref": "types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.eat_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.eat_block.json index 51a9f139..7e275712 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.eat_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.eat_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.eat_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.eat_block", "type": "object", - "title": "Eat Block 1.8.0", + "title": "Eat Block", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.eat_carried_item.json b/source/behavior/entities/format/behaviors/minecraft.behavior.eat_carried_item.json index ed9ec4ac..36726131 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.eat_carried_item.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.eat_carried_item.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.eat_carried_item", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.eat_carried_item", "type": "object", - "title": "Eat Carried Item 1.16.0", + "title": "Eat Carried Item", "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": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_leave_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_leave_block.json index 6e8612be..04bfda68 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_leave_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_leave_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.enderman_leave_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.enderman_leave_block", "type": "object", - "title": "Enderman Leave Block 1.8.0", + "title": "Enderman Leave Block", "additionalProperties": false, "description": "Allows the enderman to drop a block they are carrying. Can only be used by Endermen.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_take_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_take_block.json index 6092a149..ed592d98 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_take_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.enderman_take_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.enderman_take_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.enderman_take_block", "type": "object", - "title": "Enderman Take Block 1.8.0", + "title": "Enderman Take Block", "description": "Allows the enderman to take a block and carry it around. Can only be used by Endermen.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.equip_item.json b/source/behavior/entities/format/behaviors/minecraft.behavior.equip_item.json index daf746c2..2148937f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.equip_item.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.equip_item.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.equip_item", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.equip_item", "type": "object", - "title": "Equip Item 1.16.0", + "title": "Equip Item", "description": "Allows the entity to equip desired equipment.", "additionalProperties": false, "properties": { "priority": { "$ref": "types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.explore_outskirts.json b/source/behavior/entities/format/behaviors/minecraft.behavior.explore_outskirts.json index f5a51ba8..4851453a 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.explore_outskirts.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.explore_outskirts.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.explore_outskirts", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.explore_outskirts", "type": "object", - "title": "Explore Outskirts 1.8.0", + "title": "Explore Outskirts", "description": "behavior explore outskirts", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover copy.json b/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover copy.json index fc43bc59..f33e3da4 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover copy.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover copy.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.find_cover", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.find_cover", "type": "object", - "title": "Find Cover 1.16.0", + "title": "Find Cover", "description": "Allows the mob to seek shade.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover.json b/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover.json index fc43bc59..f33e3da4 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.find_cover.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.find_cover", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.find_cover", "type": "object", - "title": "Find Cover 1.16.0", + "title": "Find Cover", "description": "Allows the mob to seek shade.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.find_mount.json b/source/behavior/entities/format/behaviors/minecraft.behavior.find_mount.json index 82239d59..bbd2275a 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.find_mount.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.find_mount.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.find_mount", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.find_mount", "additionalProperties": false, "description": "Allows the mob to look around for another mob to ride atop it.", - "title": "Find Mount 1.16.0", + "title": "Find Mount", "type": "object", "properties": { "priority": { "$ref": "types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.find_underwater_treasure.json b/source/behavior/entities/format/behaviors/minecraft.behavior.find_underwater_treasure.json index 24c3fc2a..f1334466 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.find_underwater_treasure.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.find_underwater_treasure.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.find_underwater_treasure", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.find_underwater_treasure", "type": "object", - "title": "Find Underwater Treasure 1.8.0", + "title": "Find Underwater Treasure", "description": "Allows the mob to move towards the nearest underwater ruin or shipwreck.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.flee_sun.json b/source/behavior/entities/format/behaviors/minecraft.behavior.flee_sun.json index a72778eb..d39778d7 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.flee_sun.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.flee_sun.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.flee_sun", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.flee_sun", "type": "object", - "title": "Flee Sun 1.8.0", + "title": "Flee Sun", "description": "Allows the mob to run away from direct sunlight and seek shade.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.float.json b/source/behavior/entities/format/behaviors/minecraft.behavior.float.json index 1d7de540..68a306e6 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.float.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.float.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.float", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.float", "type": "object", - "title": "Float 1.8.0", + "title": "Float", "description": "Allows the mob to stay afloat while swimming.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.float_wander.json b/source/behavior/entities/format/behaviors/minecraft.behavior.float_wander.json index 92bc2970..d9f34704 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.float_wander.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.float_wander.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.float_wander", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.float_wander", "type": "object", - "title": "Float Wander 1.8.0", + "title": "Float Wander", "description": "Allows the mob to float around like the Ghast.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_caravan.json b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_caravan.json index e55aec58..b72568cd 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_caravan.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_caravan.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.follow_caravan", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.follow_caravan", "type": "object", - "title": "Follow Caravan 1.8.0", + "title": "Follow Caravan", "description": "Allows the mob to follow mobs that are in a caravan.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_mob.json b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_mob.json index 35836018..068eb460 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_mob.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_mob.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.follow_mob", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.follow_mob", "type": "object", - "title": "Follow Mob 1.8.0", + "title": "Follow Mob", "description": "Allows the mob to follow other mobs.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_owner.json b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_owner.json index 883c5901..90df783d 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_owner.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_owner.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.follow_owner", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.follow_owner", "type": "object", - "title": "Follow Owner 1.8.0", + "title": "Follow Owner", "description": "Allows the mob to follow their parent around.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_parent.json b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_parent.json index 386a952f..bb9282cd 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_parent.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_parent.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.float", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.float", "type": "object", - "title": "Float 1.8.0", + "title": "Float", "description": "Allows the mob to follow their parent around.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_target_captain.json b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_target_captain.json index efcb32f8..96510f90 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.follow_target_captain.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.follow_target_captain.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.follow_target_captain", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.follow_target_captain", "type": "object", - "title": "Follow Target Captain 1.8.0", + "title": "Follow Target Captain", "description": "Allows mob to move towards its current target captain.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.go_home.json b/source/behavior/entities/format/behaviors/minecraft.behavior.go_home.json index 570a41ef..2c81c6d7 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.go_home.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.go_home.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.go_home", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.go_home", "additionalProperties": false, "description": "Allows the mob to move back to the position they were spawned.", "title": "Go Home", diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.guardian_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.guardian_attack.json index 25d7e6db..8977ca57 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.guardian_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.guardian_attack.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.guardian_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.guardian_attack", "type": "object", - "title": "Guardian Attack 1.8.0", + "title": "Guardian Attack", "description": "Allows the guardian to use its laser beam attack. Can only be used by Guardians and Elder Guardians.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.harvest_farm_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.harvest_farm_block.json index 7d6393e0..10beab8f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.harvest_farm_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.harvest_farm_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.harvest_farm_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.harvest_farm_block", "type": "object", - "title": "Harvest Farm Block 1.8.0", + "title": "Harvest Farm Block", "description": "Allows the villager to harvest nearby farms. Can only be used by Villagers.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.hide.json b/source/behavior/entities/format/behaviors/minecraft.behavior.hide.json index f35358e7..20cc3b52 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.hide.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.hide.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.hide", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.hide", "type": "object", - "title": "Hide 1.8.0", + "title": "Hide", "additionalProperties": false, "description": "Allows a mob with the hide component to attempt to move to - and hide at - an owned or nearby POI.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.hold_ground.json b/source/behavior/entities/format/behaviors/minecraft.behavior.hold_ground.json index 0f3be7cd..fbe57317 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.hold_ground.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.hold_ground.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.hold_ground", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.hold_ground", "type": "object", - "title": "Hold Ground 1.16.0", + "title": "Hold Ground", "description": "The mob freezes and looks at the mob they are targeting.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.hurt_by_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.hurt_by_target.json index f62948b6..ed7964e9 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.hurt_by_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.hurt_by_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.hurt_by_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.hurt_by_target", "type": "object", - "title": "Guardian Attack 1.8.0", + "title": "Guardian Attack", "additionalProperties": false, "description": "Allows the mob to target another mob that hurts them.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.inspect_bookshelf.json b/source/behavior/entities/format/behaviors/minecraft.behavior.inspect_bookshelf.json index f21facd3..ceb5e088 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.inspect_bookshelf.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.inspect_bookshelf.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.inspect_bookshelf", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.inspect_bookshelf", "type": "object", - "title": "Inspect Bookshelf 1.8.0", + "title": "Inspect Bookshelf", "additionalProperties": false, "description": "Allows the mob to inspect bookshelves.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.jump_to_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.jump_to_block.json index 85b95288..96038dbf 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.jump_to_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.jump_to_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.jump_to_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.jump_to_block", "type": "object", - "title": "Melee Attack 1.8.0", + "title": "Melee Attack", "description": "Allows the mob to search around for a block to jump to and then jump to that block.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.knockback_roar.json b/source/behavior/entities/format/behaviors/minecraft.behavior.knockback_roar.json index 6d3487ad..d3d6daf2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.knockback_roar.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.knockback_roar.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.knockback_roar", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.knockback_roar", "description": "Allows the mob to perform a damaging knockback that affects all nearby entities.", "type": "object", - "title": "Knockback Roar 1.16.0", + "title": "Knockback Roar", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.lay_down.json b/source/behavior/entities/format/behaviors/minecraft.behavior.lay_down.json index fd5e9e75..0bc42a72 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.lay_down.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.lay_down.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.lay_down", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.lay_down", "description": "Allows mobs to lay down at times.", "type": "object", - "title": "Lay Down 1.8.0", + "title": "Lay Down", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.lay_egg.json b/source/behavior/entities/format/behaviors/minecraft.behavior.lay_egg.json index edb4c96d..59acf8af 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.lay_egg.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.lay_egg.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.lay_egg", + "$id": "blockception.minecraft.behavior.entities.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": "Lay Egg 1.8.0", + "title": "Lay Egg", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.leap_at_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.leap_at_target.json index b9f8d168..217aac4c 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.leap_at_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.leap_at_target.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.leap_at_target", + "$id": "blockception.minecraft.behavior.entities.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": "Leap At Target 1.16.0", + "title": "Leap At Target", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_entity.json b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_entity.json index a3c6727f..b6279a06 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_entity.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_entity.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.look_at_entity", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.look_at_entity", "description": "Allows the mob to look at nearby entities.", "type": "object", - "title": "Look At Entity 1.8.0", + "title": "Look At Entity", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_player.json b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_player.json index 78294df2..c3ddf9e6 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_player.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_player.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.look_at_player", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.look_at_player", "type": "object", - "title": "Look At Player 1.16.0", + "title": "Look At Player", "description": "Allows the mob to look at the player when the player is nearby.", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_target.json index a13d1d62..a8bdb155 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.look_at_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.look_at_target", "type": "object", - "title": "Look At Target 1.8.0", + "title": "Look At Target", "description": "Allows the mob to look at the entity they are targetting.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_trading_player.json b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_trading_player.json index d2b07155..e3523fc2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_trading_player.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.look_at_trading_player.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.look_at_trading_player", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.look_at_trading_player", "type": "object", - "title": "Look At Trading Player 1.8.0", + "title": "Look At Trading Player", "additionalProperties": false, "description": "Allows the mob to look at the player they are trading with.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.make_love.json b/source/behavior/entities/format/behaviors/minecraft.behavior.make_love.json index 41533770..74bef1e7 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.make_love.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.make_love.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.make_love", + "$id": "blockception.minecraft.behavior.entities.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": "Make Love 1.8.0", + "title": "Make Love", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.melee_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.melee_attack.json index 3e537ad2..56b39435 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.melee_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.melee_attack.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.melee_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.melee_attack", "type": "object", - "title": "Melee Attack 1.8.0", + "title": "Melee Attack", "description": "Allows the mob to use close combat melee attacks.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.mingle.json b/source/behavior/entities/format/behaviors/minecraft.behavior.mingle.json index c3094dae..1e2117d1 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.mingle.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.mingle.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.mingle", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.mingle", "description": "Allows an entity to go to the village bell and mingle with other entities.", "type": "object", - "title": "Mingle 1.8.0", + "title": "Mingle", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.mount_pathing.json b/source/behavior/entities/format/behaviors/minecraft.behavior.mount_pathing.json index 566a18b6..86dbc1e1 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.mount_pathing.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.mount_pathing.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.mount_pathing", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.mount_pathing", "type": "object", - "title": "Mount Pathing 1.8.0", + "title": "Mount Pathing", "description": "Allows the mob to move around on its own while mounted seeking a target to attack.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_indoors.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_indoors.json index 949f61d7..216457d8 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_indoors.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_indoors.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_indoors", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_indoors", "description": "Can only be used by Villagers. Allows them to seek shelter indoors.", "type": "object", - "title": "Move Indoors 1.8.0", + "title": "Move Indoors", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_through_village.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_through_village.json index 6e2dd318..0b37d604 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_through_village.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_through_village.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_through_village", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_through_village", "type": "object", - "title": "Move Through Village 1.8.0", + "title": "Move Through Village", "description": "Can only be used by Villagers. Allows the villagers to create paths around the village.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_block.json index 15e46277..4d143b3c 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_block", "type": "object", - "title": "Move To Block 1.8.0", + "title": "Move To Block", "additionalProperties": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_land.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_land.json index c52e82a8..4e5fa806 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_land.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_land.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_land", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_land", "description": "Allows the mob to move back onto land when in water.", "type": "object", - "title": "Move To Land 1.8.0", + "title": "Move To Land", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_lava.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_lava.json index dd3b29d8..e2700378 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_lava.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_lava.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.move_to_lava", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_lava", "type": "object", - "title": "Move To Lava 1.16.0", + "title": "Move To Lava", "description": "Allows the mob to move back into lava when on land.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_liquid.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_liquid.json index 0a175f06..858d94d2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_liquid.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_liquid.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_liquid", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_liquid", "type": "object", - "title": "Move To Liquid 1.8.0", + "title": "Move To Liquid", "description": "Allows the mob to move back into lava when on land.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_poi.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_poi.json index f477b036..36b56908 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_poi.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_poi.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_poi", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_poi", "type": "object", - "title": "Move To Poi 1.8.0", + "title": "Move To Poi", "additionalProperties": false, "description": "Allows the mob to move to a POI if able to", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_random_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_random_block.json index e1f11bb5..a6b4fd63 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_random_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_random_block.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_random_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_random_block", "type": "object", - "title": "Move To Random Block 1.8.0", + "title": "Move To Random Block", "description": "Allows mob to move towards a random block.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_village.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_village.json index 66e398ae..bf4fac4d 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_village.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_village.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_village", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_village", "type": "object", - "title": "Move To Village 1.8.0", + "title": "Move To Village", "additionalProperties": false, "description": "Allows the mob to move into a random location within a village.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_water.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_water.json index 6672a34a..50950e67 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_water.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_to_water.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_to_water", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_water", "type": "object", - "title": "Move To Water 1.8.0", + "title": "Move To Water", "additionalProperties": false, "description": "Allows the mob to move back into water when on land.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json index 7fa7ded1..4f355b5d 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_towards_dwelling_restriction", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_towards_dwelling_restriction", "type": "object", - "title": "Move Towards Dwelling Restriction 1.8.0", + "title": "Move Towards Dwelling Restriction", "additionalProperties": false, "description": "UNDOCUMENTED, comes from cat", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_home_restriction.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_home_restriction.json index 198ccc4f..01c35249 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_home_restriction.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_home_restriction.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.move_towards_home_restriction", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_towards_home_restriction", "type": "object", - "title": "Move Towards Home Restriction 1.16.0", + "title": "Move Towards Home Restriction", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_restriction.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_restriction.json index 1a9b8a1d..0894b512 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_restriction.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_restriction.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.move_towards_restriction", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_towards_restriction", "type": "object", - "title": "Move Towards Restriction 1.8.0", + "title": "Move Towards Restriction", "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": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_target.json index 575c74d5..c80c0077 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.move_towards_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.guardian_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.guardian_attack", "type": "object", - "title": "Guardian Attack 1.8.0", + "title": "Guardian Attack", "additionalProperties": false, "description": "Allows mob to move towards its current target.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.nap.json b/source/behavior/entities/format/behaviors/minecraft.behavior.nap.json index b745a172..b8cb3f42 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.nap.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.nap.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.nap", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.nap", "type": "object", - "title": "Nap 1.16.0", + "title": "Nap", "description": "Allows the mob to move back into lava when on land.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_attackable_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_attackable_target.json index c33f649f..4f458b71 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_attackable_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_attackable_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.nearest_attackable_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.nearest_attackable_target", "type": "object", - "title": "Nearest Attackable Target 1.16.0", + "title": "Nearest Attackable Target", "description": "Allows the mob to check for and pursue the nearest valid target.", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_prioritized_attackable_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_prioritized_attackable_target.json index 7a4340d6..f410bcf0 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_prioritized_attackable_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.nearest_prioritized_attackable_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.nearest_prioritized_attackable_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.nearest_prioritized_attackable_target", "type": "object", - "title": "Nearest Prioritized Attackable Target 1.16.0", + "title": "Nearest Prioritized Attackable Target", "description": "Allows the mob to check for and pursue the nearest valid target.", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.ocelot_sit_on_block.json b/source/behavior/entities/format/behaviors/minecraft.behavior.ocelot_sit_on_block.json index 4c6a7707..785731b9 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.ocelot_sit_on_block.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.ocelot_sit_on_block.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelot_sit_on_block", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.ocelot_sit_on_block", "additionalProperties": false, "description": "Allows an entity to sit in place, similar to the ocelot entity animation pose.", "type": "object", - "title": "Ocelot Sit On Block 1.8.0", + "title": "Ocelot Sit On Block", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.ocelotattack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.ocelotattack.json index 12127877..efdebf4f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.ocelotattack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.ocelotattack.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelotattack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.ocelotattack", "type": "object", - "title": "Ocelotattack 1.8.0", + "title": "Ocelotattack", "additionalProperties": false, "description": "Can only be used by the Ocelot. Allows it to perform the sneak and pounce attack.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.offer_flower.json b/source/behavior/entities/format/behaviors/minecraft.behavior.offer_flower.json index b9883d4c..54c9cc17 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.offer_flower.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.offer_flower.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.offer_flower", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.offer_flower", "type": "object", - "title": "Offer Flower 1.8.0", + "title": "Offer Flower", "additionalProperties": false, "description": "Allows the mob to offer the player a flower like the Iron Golem does.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.open_door.json b/source/behavior/entities/format/behaviors/minecraft.behavior.open_door.json index 740f57a2..c76fc4b9 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.open_door.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.open_door.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.guardian_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.guardian_attack", "type": "object", - "title": "Guardian Attack 1.8.0", + "title": "Guardian Attack", "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": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_by_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_by_target.json index cbe02600..04eab63b 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_by_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_by_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.owner_hurt_by_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.owner_hurt_by_target", "type": "object", - "title": "Owner Hurt By Target 1.8.0", + "title": "Owner Hurt By Target", "additionalProperties": false, "description": "Allows the mob to target another mob that hurts their owner.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_target.json index c2b9bc18..02e6ff6c 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.owner_hurt_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.owner_hurt_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.owner_hurt_target", "type": "object", - "title": "Owner Hurt Target 1.8.0", + "title": "Owner Hurt Target", "additionalProperties": false, "description": "Allows the mob to target a mob that is hurt by their owner.", "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.panic.json b/source/behavior/entities/format/behaviors/minecraft.behavior.panic.json index 35e7a260..1d5b756c 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.panic.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.panic.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.panic", + "$id": "blockception.minecraft.behavior.entities.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": "Panic 1.8.0", + "title": "Panic", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.peek.json b/source/behavior/entities/format/behaviors/minecraft.behavior.peek.json index 775117c6..178673c0 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.peek.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.peek.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.peek", + "$id": "blockception.minecraft.behavior.entities.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": "Peek 1.8.0", + "title": "Peek", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.pet_sleep_with_owner.json b/source/behavior/entities/format/behaviors/minecraft.behavior.pet_sleep_with_owner.json index de5b8291..610963b3 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.pet_sleep_with_owner.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.pet_sleep_with_owner.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.pet_sleep_with_owner", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.pet_sleep_with_owner", "description": "Allows the mob to be tempted by food they like.", "type": "object", - "title": "Tempt 1.16.0", + "title": "Tempt", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.pickup_items.json b/source/behavior/entities/format/behaviors/minecraft.behavior.pickup_items.json index a471537a..53d3593d 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.pickup_items.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.pickup_items.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.pickup_items", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.pickup_items", "description": "Allows the mob to pick up items on the ground.", "additionalProperties": false, "type": "object", - "title": "Pickup Items 1.16.0", + "title": "Pickup Items", "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.play.json b/source/behavior/entities/format/behaviors/minecraft.behavior.play.json index c4efc4a7..c5426b18 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.play.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.play.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.play", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.play", "description": "Allows the mob to play with other baby villagers. This can only be used by Villagers.", "type": "object", - "title": "Play 1.8.0", + "title": "Play", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.play_dead.json b/source/behavior/entities/format/behaviors/minecraft.behavior.play_dead.json index b0c7117a..7e829a26 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.play_dead.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.play_dead.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.play_dead", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.play_dead", "description": "Allows the mob to play dead when attacked by other entities. When playing dead, other entities will not target this mob.", "type": "object", - "title": "Play Dead 1.8.0", + "title": "Play Dead", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.player_ride_tamed.json b/source/behavior/entities/format/behaviors/minecraft.behavior.player_ride_tamed.json index e276b6cf..cfa1b341 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.player_ride_tamed.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.player_ride_tamed.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.player_ride_tamed", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.player_ride_tamed", "description": "Allows the mob to be ridden by the player after being tamed.", "type": "object", - "title": "Player Ride Tamed 1.8.0", + "title": "Player Ride Tamed", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.raid_garden.json b/source/behavior/entities/format/behaviors/minecraft.behavior.raid_garden.json index 952ff015..2023b6b7 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.raid_garden.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.raid_garden.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.raid_garden", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.raid_garden", "description": "Allows the mob to eat/raid crops out of farms until they are full.", "additionalProperties": false, "type": "object", - "title": "Raid Garden 1.8.0", + "title": "Raid Garden", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.ram_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.ram_attack.json index 216b5c99..f9bd2e90 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.ram_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.ram_attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ram_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.ram_attack", "description": "Allows the mob to search for a random target and, if a direct path exists between the mob and the target, it will perform a charge. If the attack hits, the target will be knocked back based on the mob's speed.", "type": "object", - "title": "Ram Attack 1.8.0", + "title": "Ram Attack", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_breach.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_breach.json index c095f2c0..9dba5706 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_breach.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_breach.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.player_ride_tamed", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.player_ride_tamed", "description": "Allows the mob to randomly break surface of the water.", "type": "object", - "title": "Player Ride Tamed 1.8.0", + "title": "Player Ride Tamed", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_fly.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_fly.json index 953b8187..47fe9c87 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_fly.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_fly.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.random_fly", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_fly", "description": "Allows a mob to randomly fly around", "type": "object", - "title": "Random Fly 1.16.0", + "title": "Random Fly", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_hover.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_hover.json index 5a41bd09..c214eca1 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_hover.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_hover.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.random_hover", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_hover", "description": "Allows the mob to hover around randomly, close to the surface", "type": "object", - "title": "Random Hover 1.16.0", + "title": "Random Hover", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around.json index 4bd3ff5f..d69d1678 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.random_look_around", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_look_around", "additionalProperties": false, "description": "Allows the mob to randomly look around.", "type": "object", - "title": "Random Look Around 1.8.0", + "title": "Random Look Around", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around_and_sit.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around_and_sit.json index 8ec6d964..fa7aa085 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around_and_sit.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_look_around_and_sit.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.random_look_around_and_sit", + "$id": "blockception.minecraft.behavior.entities.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": "Random Look Around And Sit 1.16.0", + "title": "Random Look Around And Sit", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_sitting.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_sitting.json index e5f28da7..1a437c8f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_sitting.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_sitting.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.random_sitting", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_sitting", "type": "object", - "title": "Random Sitting 1.8.0", + "title": "Random Sitting", "description": "Allows the mob to randomly sit for a duration.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_stroll.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_stroll.json index ab5d6f26..e28aaad2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_stroll.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_stroll.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.random_stroll", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_stroll", "description": "Allows a mob to randomly stroll around.", "type": "object", - "title": "Random Stroll 1.8.0", + "title": "Random Stroll", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.random_swim.json b/source/behavior/entities/format/behaviors/minecraft.behavior.random_swim.json index 9acbf88b..562244ab 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.random_swim.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.random_swim.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.random_swim", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.random_swim", "type": "object", - "title": "Random Swim 1.8.0", + "title": "Random Swim", "description": "Allows an entity to randomly move through water", "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.ranged_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.ranged_attack.json index 107622ee..f991c217 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.ranged_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.ranged_attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ranged_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.ranged_attack", "description": "Allows the mob to use ranged attacks like shooting arrows.", "type": "object", - "title": "Ranged Attack 1.8.0", + "title": "Ranged Attack", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.receive_love.json b/source/behavior/entities/format/behaviors/minecraft.behavior.receive_love.json index bc30112b..8c0c8723 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.receive_love.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.receive_love.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.receive_love", + "$id": "blockception.minecraft.behavior.entities.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": "Receive Love 1.8.0", + "title": "Receive Love", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_open_door.json b/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_open_door.json index fc2bfe97..660e9a48 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_open_door.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_open_door.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.restrict_open_door", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.restrict_open_door", "description": "Allows the mob to stay indoors during night time.", "type": "object", - "title": "Restrict Open Door 1.8.0", + "title": "Restrict Open Door", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_sun.json b/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_sun.json index cedd9eb2..c825f206 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_sun.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.restrict_sun.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.restrict_sun", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.restrict_sun", "description": "Allows the mob to automatically start avoiding the sun when its a clear day out.", "type": "object", - "title": "Restrict Sun 1.8.0", + "title": "Restrict Sun", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.rise_to_liquid_level.json b/source/behavior/entities/format/behaviors/minecraft.behavior.rise_to_liquid_level.json index 221fd79f..7a0ee7a1 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.rise_to_liquid_level.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.rise_to_liquid_level.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.rise_to_liquid_level", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.rise_to_liquid_level", "description": "Allows the mob to stay at a certain level when in liquid.", "type": "object", - "title": "Rise To Liquid Level 1.16.0", + "title": "Rise To Liquid Level", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.roll.json b/source/behavior/entities/format/behaviors/minecraft.behavior.roll.json index 65de9537..6c2eb079 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.roll.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.roll.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.roll", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.roll", "description": "This allows the mob to roll forward.", "type": "object", - "title": "Roll 1.8.0", + "title": "Roll", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.run_around_like_crazy.json b/source/behavior/entities/format/behaviors/minecraft.behavior.run_around_like_crazy.json index fa62d692..9db057fb 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.run_around_like_crazy.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.run_around_like_crazy.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.restrict_open_door", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.restrict_open_door", "description": "Allows the mob to run around aimlessly.", "type": "object", - "title": "Restrict Open Door 1.8.0", + "title": "Restrict Open Door", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.scared.json b/source/behavior/entities/format/behaviors/minecraft.behavior.scared.json index e6195645..c9f1fca0 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.scared.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.scared.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.scared", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.scared", "description": "Allows the a mob to become scared when the weather outside is thundering.", "type": "object", - "title": "Scared 1.8.0", + "title": "Scared", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.send_event.json b/source/behavior/entities/format/behaviors/minecraft.behavior.send_event.json index d559517c..e4dfe1b4 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.send_event.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.send_event.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.send_event", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.send_event", "description": "Allows the mob to send an event to another mob.", "type": "object", - "title": "Send Event 1.16.0", + "title": "Send Event", "additionalProperties": false, "definitions": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.share_items.json b/source/behavior/entities/format/behaviors/minecraft.behavior.share_items.json index bba1ed87..995147b2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.share_items.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.share_items.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.share_items", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.share_items", "description": "Allows the mob to send an event to another mob.", "type": "object", - "title": "Share Items 1.8.0", + "title": "Share Items", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_merge_with_stone.json b/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_merge_with_stone.json index c4d983f5..2e388238 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_merge_with_stone.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_merge_with_stone.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.silverfish_merge_with_stone", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.silverfish_merge_with_stone", "description": "Allows the mob to go into stone blocks like Silverfish do. Currently it can only be used by Silverfish.", "type": "object", - "title": "Silverfish Merge With Stone 1.8.0", + "title": "Silverfish Merge With Stone", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_wake_up_friends.json b/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_wake_up_friends.json index 6bd8bbf8..7fec89a4 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_wake_up_friends.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.silverfish_wake_up_friends.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.silverfish_wake_up_friends", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.silverfish_wake_up_friends", "description": "Allows the mob to alert mobs in nearby blocks to come out. Currently it can only be used by Silverfish.", "type": "object", - "title": "Silverfish Wake Up Friends 1.8.0", + "title": "Silverfish Wake Up Friends", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.skeleton_horse_trap.json b/source/behavior/entities/format/behaviors/minecraft.behavior.skeleton_horse_trap.json index a02ba819..f3276803 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.skeleton_horse_trap.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.skeleton_horse_trap.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.skeleton_horse_trap", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.skeleton_horse_trap", "description": "Allows Equine mobs to be Horse Traps and be triggered like them, spawning a lightning bolt and a bunch of horses when a player is nearby. Can only be used by Horses, Mules, Donkeys and Skeleton Horses.", "type": "object", - "title": "Skeleton Horse Trap 1.8.0", + "title": "Skeleton Horse Trap", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.sleep.json b/source/behavior/entities/format/behaviors/minecraft.behavior.sleep.json index 894afc37..d1d1a671 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.sleep.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.sleep.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.sleep", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.sleep", "additionalProperties": false, "description": "Allows mobs that own a bed to in a village to move to and sleep in it.", "type": "object", - "title": "Sleep 1.8.0", + "title": "Sleep", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_attack.json index 62c272f7..6208c1fc 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_attack.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.slime_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.slime_attack", "additionalProperties": false, "description": "Can only be used by Slimes and Magma Cubes. Allows the mob to use a melee attack like the slime's.", "type": "object", - "title": "Slime Attack 1.8.0", + "title": "Slime Attack", "properties": { "priority": { "$ref": "./types/priority.json" }, "set_persistent": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_float.json b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_float.json index 923163a7..6249b715 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_float.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_float.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.slime_float", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.slime_float", "additionalProperties": false, "description": "Can only be used by Slimes and Magma Cubes. Controls their ability to float in water / lava.", "type": "object", - "title": "Slime Float 1.8.0", + "title": "Slime Float", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_keep_on_jumping.json b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_keep_on_jumping.json index 68de4e82..dd8a43e6 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_keep_on_jumping.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_keep_on_jumping.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.slime_keep_on_jumping", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.slime_keep_on_jumping", "additionalProperties": false, "description": "Can only be used by Slimes and Magma Cubes. Allows the mob to continuously jump around like a slime.", "type": "object", - "title": "Slime Keep On Jumping 1.8.0", + "title": "Slime Keep On Jumping", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_random_direction.json b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_random_direction.json index 04bc44b5..b60354de 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.slime_random_direction.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.slime_random_direction.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.slime_random_direction", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.slime_random_direction", "additionalProperties": false, "description": "Can only be used by Slimes and Magma Cubes. Allows the mob to move in random directions like a slime.", "type": "object", - "title": "Slime Random Direction 1.8.0", + "title": "Slime Random Direction", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.snacking.json b/source/behavior/entities/format/behaviors/minecraft.behavior.snacking.json index 837cc937..2989626c 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.snacking.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.snacking.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.snacking", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.snacking", "additionalProperties": false, "description": "Allows the mob to take a load off and snack on food that it found nearby.", "type": "object", - "title": "Snacking 1.8.0", + "title": "Snacking", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, @@ -29,7 +29,7 @@ }, "snacking_stop_chance": { "type": "number", - "default": 0.0017, + "default":, "description": "This is the chance that the mob will stop snacking, from 0 to 1", "title": "Snacking Stop Chance" } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.sneeze.json b/source/behavior/entities/format/behaviors/minecraft.behavior.sneeze.json index 8e6285bc..49883302 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.sneeze.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.sneeze.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.sneeze", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.sneeze", "additionalProperties": false, "description": "Allows the mob to stop and sneeze possibly startling nearby mobs and dropping an item.", "type": "object", - "title": "Sneeze 1.8.0", + "title": "Sneeze", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_dive.json b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_dive.json index 4a5d15fa..8c40bca2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_dive.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_dive.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.squid_dive", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.squid_dive", "description": "Allows an entity to dive underwater.", "type": "object", - "title": "Squid Dive 1.8.0", + "title": "Squid Dive", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_flee.json b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_flee.json index 44cbea9e..5917cc32 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_flee.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_flee.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.squid_flee", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.squid_flee", "description": "Allows the squid to swim away. Can only be used by the Squid.", "type": "object", - "title": "Squid Flee 1.8.0", + "title": "Squid Flee", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_idle.json b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_idle.json index 0f5e5878..2be58ac0 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_idle.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_idle.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.squid_idle", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.squid_idle", "description": "Allows the squid to swim in place idly. Can only be used by the Squid.", "type": "object", - "title": "Squid Idle 1.8.0", + "title": "Squid Idle", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_move_away_from_ground.json b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_move_away_from_ground.json index 8b13ae65..6554125f 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_move_away_from_ground.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_move_away_from_ground.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.squid_move_away_from_ground", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.squid_move_away_from_ground", "description": "Allows the squid to move away from ground blocks and back to water. Can only be used by the Squid.", "type": "object", - "title": "Squid Move Away From Ground 1.8.0", + "title": "Squid Move Away From Ground", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_out_of_water.json b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_out_of_water.json index 2afa188e..530aaef1 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.squid_out_of_water.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.squid_out_of_water.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.squid_out_of_water", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.squid_out_of_water", "description": "Allows the squid to stick to the ground when outside water. Can only be used by the Squid.", "type": "object", - "title": "Squid Out Of Water 1.8.0", + "title": "Squid Out Of Water", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.stalk_and_pounce_on_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.stalk_and_pounce_on_target.json index 43175e0e..296ec708 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.stalk_and_pounce_on_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.stalk_and_pounce_on_target.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.stalk_and_pounce_on_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stalk_and_pounce_on_target", "description": "Allows the mob to stay at a certain level when in liquid.", "type": "object", - "title": "Stalk And Pounce On Target 1.16.0", + "title": "Stalk And Pounce On Target", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.stay_while_sitting.json b/source/behavior/entities/format/behaviors/minecraft.behavior.stay_while_sitting.json index 5cbbab51..2a45cb45 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.stay_while_sitting.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.stay_while_sitting.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.stay_while_sitting", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stay_while_sitting", "description": "Allows the mob to stay put while it is in a sitting state instead of doing something else.", "type": "object", - "title": "Stay While Sitting 1.8.0", + "title": "Stay While Sitting", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_attack.json index d323305d..4240d95e 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.stomp_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stomp_attack", "description": "Allows the mob to use the polar bear's melee attack.", "type": "object", - "title": "Stomp Attack 1.8.0", + "title": "Stomp Attack", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_turtle_egg.json b/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_turtle_egg.json index 17b918d9..ea2f85b5 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_turtle_egg.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.stomp_turtle_egg.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.behavior.stomp_turtle_egg", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stomp_turtle_egg", "description": "Allows this mob to stomp turtle eggs", "type": "object", - "title": "Stomp Turtle Egg 1.13.0", + "title": "Stomp Turtle Egg", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.stroll_towards_village.json b/source/behavior/entities/format/behaviors/minecraft.behavior.stroll_towards_village.json index 4a0b2aa9..675e4804 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.stroll_towards_village.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.stroll_towards_village.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.stroll_towards_village", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stroll_towards_village", "description": "Allows the mob to stay at a certain level when in liquid.", "type": "object", - "title": "Stroll Towards Village 1.16.0", + "title": "Stroll Towards Village", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.summon_entity.json b/source/behavior/entities/format/behaviors/minecraft.behavior.summon_entity.json index ad1fe8dd..2be84b91 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.summon_entity.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.summon_entity.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.summon_entity", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.summon_entity", "description": "Allows the mob to attack the player by summoning other entities.", - "title": "Stay While Sitting 1.8.0", + "title": "Stay While Sitting", "type": "object", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.swell.json b/source/behavior/entities/format/behaviors/minecraft.behavior.swell.json index 20e9f906..f76b3186 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.swell.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.swell.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.stay_while_sitting", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stay_while_sitting", "description": "Allows the creeper to swell up when a player is nearby. It can only be used by Creepers.", - "title": "Stay While Sitting 1.8.0", + "title": "Stay While Sitting", "type": "object", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.swim_idle.json b/source/behavior/entities/format/behaviors/minecraft.behavior.swim_idle.json index 040c761a..3fa12364 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.swim_idle.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.swim_idle.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.swim_idle", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.swim_idle", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", - "title": "Swim Idle 1.16.0", + "title": "Swim Idle", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.swim_wander.json b/source/behavior/entities/format/behaviors/minecraft.behavior.swim_wander.json index 8ddb678e..113bdf85 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.swim_wander.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.swim_wander.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.swim_wander", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.swim_wander", "description": "Has the fish swim around when they can't pathfind", "type": "object", - "title": "Swim Idle 1.8.0", + "title": "Swim Idle", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.swim_with_entity.json b/source/behavior/entities/format/behaviors/minecraft.behavior.swim_with_entity.json index 628d601c..b425e4e8 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.swim_with_entity.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.swim_with_entity.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.swim_with_entity", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.swim_with_entity", "type": "object", - "title": "Swim With Entity 1.8.0", + "title": "Swim With Entity", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.swoop_attack.json b/source/behavior/entities/format/behaviors/minecraft.behavior.swoop_attack.json index c45c8e4c..177578d8 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.swoop_attack.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.swoop_attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.swoop_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.swoop_attack", "description": "Allows the mob to move to attack a target. The goal ends if it has a horizontal collision or gets hit. Built to be used with flying mobs.", "type": "object", - "title": "Swoop Attack 1.8.0", + "title": "Swoop Attack", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.take_flower.json b/source/behavior/entities/format/behaviors/minecraft.behavior.take_flower.json index 90b7bd5b..b79254d6 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.take_flower.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.take_flower.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.take_flower", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.take_flower", "description": "Can only be used by Villagers. Allows the mob to accept flowers from Iron Golems.", "type": "object", - "title": "Take Flower 1.8.0", + "title": "Take Flower", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.target_when_pushed.json b/source/behavior/entities/format/behaviors/minecraft.behavior.target_when_pushed.json index 57319d48..ef1babe5 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.target_when_pushed.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.target_when_pushed.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.target_when_pushed", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.target_when_pushed", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", - "title": "Target When Pushed 1.8.0", + "title": "Target When Pushed", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.tempt.json b/source/behavior/entities/format/behaviors/minecraft.behavior.tempt.json index d823c06d..083700a7 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.tempt.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.tempt.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.tempt", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.tempt", "description": "Allows the mob to be tempted by food they like.", "type": "object", - "title": "Tempt 1.16.0", + "title": "Tempt", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.trade_interest.json b/source/behavior/entities/format/behaviors/minecraft.behavior.trade_interest.json index f5f122fa..adacb364 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.trade_interest.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.trade_interest.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.trade_interest", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.trade_interest", "description": "Allows the mob to look at a player that is holding a tradable item.", "type": "object", - "title": "Trade Interest 1.8.0", + "title": "Trade Interest", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.trade_with_player.json b/source/behavior/entities/format/behaviors/minecraft.behavior.trade_with_player.json index 64f1f876..4b31bf65 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.trade_with_player.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.trade_with_player.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.trade_with_player", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.trade_with_player", "description": "Allows the player to trade with this mob.", "type": "object", - "title": "Trade With Player 1.8.0", + "title": "Trade With Player", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.vex_copy_owner_target.json b/source/behavior/entities/format/behaviors/minecraft.behavior.vex_copy_owner_target.json index 6921e90a..bcd6c86d 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.vex_copy_owner_target.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.vex_copy_owner_target.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.vex_copy_owner_target", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.vex_copy_owner_target", "description": "Allows the mob to target the same entity its owner is targeting.", "additionalProperties": false, "type": "object", - "title": "Vex Copy Owner Target 1.8.0", + "title": "Vex Copy Owner Target", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.vex_random_move.json b/source/behavior/entities/format/behaviors/minecraft.behavior.vex_random_move.json index 063e7631..f0458716 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.vex_random_move.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.vex_random_move.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.vex_random_move", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.vex_random_move", "description": "Allows the mob to target the same entity its owner is targeting.", "additionalProperties": false, "type": "object", - "title": "Vex Random Move 1.8.0", + "title": "Vex Random Move", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.wither_random_attack_pos_goal.json b/source/behavior/entities/format/behaviors/minecraft.behavior.wither_random_attack_pos_goal.json index b643d35d..80bdd459 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.wither_random_attack_pos_goal.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.wither_random_attack_pos_goal.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.wither_random_attack_pos_goal", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.wither_random_attack_pos_goal", "description": "Allows the wither to launch random attacks. Can only be used by the Wither Boss.", "additionalProperties": false, "type": "object", - "title": "Wither Random Attack Pos Goal 1.8.0", + "title": "Wither Random Attack Pos Goal", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" } } } diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.wither_target_highest_damage.json b/source/behavior/entities/format/behaviors/minecraft.behavior.wither_target_highest_damage.json index 8fdb0d7b..e5bfe6d1 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.wither_target_highest_damage.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.wither_target_highest_damage.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.wither_target_highest_damage", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.wither_target_highest_damage", "description": "Allows the wither to launch random attacks. Can only be used by the Wither Boss.", "additionalProperties": false, "type": "object", - "title": "Wither Target Highest Damage 1.8.0", + "title": "Wither Target Highest Damage", "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, diff --git a/source/behavior/entities/format/behaviors/minecraft.behavior.work.json b/source/behavior/entities/format/behaviors/minecraft.behavior.work.json index 2cc28761..c0f0f4d2 100644 --- a/source/behavior/entities/format/behaviors/minecraft.behavior.work.json +++ b/source/behavior/entities/format/behaviors/minecraft.behavior.work.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.work", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.work", "type": "object", - "title": "Work 1.8.0", + "title": "Work", "description": "Allows an entity to navigate and interact with a point of interest that has been assigned as their worksite.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/behaviors/types/priority.json b/source/behavior/entities/format/behaviors/types/priority.json index 3b7a43cc..474cfa41 100644 --- a/source/behavior/entities/format/behaviors/types/priority.json +++ b/source/behavior/entities/format/behaviors/types/priority.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.priority", + "$id": "blockception.minecraft.behavior.entities.priority", "additionalProperties": false, "type": "integer", "title": "Priority", diff --git a/source/behavior/entities/format/behaviors/types/speed_multiplier.json b/source/behavior/entities/format/behaviors/types/speed_multiplier.json index d9a8065a..7a4e48d4 100644 --- a/source/behavior/entities/format/behaviors/types/speed_multiplier.json +++ b/source/behavior/entities/format/behaviors/types/speed_multiplier.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.speed_multiplier", + "$id": "blockception.minecraft.behavior.entities.speed_multiplier", "additionalProperties": false, "default": 1.0, "description": "Movement speed multiplier of the mob when using this AI Goal.", diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index 814fa2a8..25689a93 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.components.1.8.0", + "$id": "blockception.minecraft.behavior.entities.components", "additionalProperties": false, "type": "object", - "title": "Components 1.8.0", + "title": "Components", "description": "A collection of components", "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.addrider.json b/source/behavior/entities/format/components/minecraft.addrider.json index a4bfeb69..5fb9c520 100644 --- a/source/behavior/entities/format/components/minecraft.addrider.json +++ b/source/behavior/entities/format/components/minecraft.addrider.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.addrider", + "$id": "blockception.minecraft.behavior.entities.minecraft.addrider", "additionalProperties": false, "type": "object", - "title": "Add Rider 1.8.0", + "title": "Add Rider", "description": "Adds a rider to the entity. Requires `minecraft:rideable.`", "required": ["entity_type"], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.admire_item.json b/source/behavior/entities/format/components/minecraft.admire_item.json index 523f0cea..96798440 100644 --- a/source/behavior/entities/format/components/minecraft.admire_item.json +++ b/source/behavior/entities/format/components/minecraft.admire_item.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.admire_item", + "$id": "blockception.minecraft.behavior.entities.minecraft.admire_item", "type": "object", - "title": "Admire Item 1.16.0", + "title": "Admire Item", "description": "Causes the mob to ignore attackable targets for a given duration.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.ageable.json b/source/behavior/entities/format/components/minecraft.ageable.json index e7868ce5..d808376e 100644 --- a/source/behavior/entities/format/components/minecraft.ageable.json +++ b/source/behavior/entities/format/components/minecraft.ageable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.ageable", + "$id": "blockception.minecraft.behavior.entities.minecraft.ageable", "type": "object", - "title": "Ageable 1.16.0", + "title": "Ageable", "description": "Adds a timer for the entity to grow up. It can be accelerated by giving the entity the items it likes as defined by feedItems.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.ambient_sound_interval.json b/source/behavior/entities/format/components/minecraft.ambient_sound_interval.json index 4c975acc..71a632c9 100644 --- a/source/behavior/entities/format/components/minecraft.ambient_sound_interval.json +++ b/source/behavior/entities/format/components/minecraft.ambient_sound_interval.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.ambient_sound_interval", + "$id": "blockception.minecraft.behavior.entities.minecraft.ambient_sound_interval", "additionalProperties": false, "type": "object", - "title": "Ambient Sound Interval 1.16.0", + "title": "Ambient Sound Interval", "description": "Sets the entity's delay between playing its ambient sound.", "properties": { diff --git a/source/behavior/entities/format/components/minecraft.angry.json b/source/behavior/entities/format/components/minecraft.angry.json index c2725477..25a65c29 100644 --- a/source/behavior/entities/format/components/minecraft.angry.json +++ b/source/behavior/entities/format/components/minecraft.angry.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.angry", + "$id": "blockception.minecraft.behavior.entities.minecraft.angry", "type": "object", - "title": "Angry 1.8.0", + "title": "Angry", "description": "Adds a timer for the entity to grow up. It can be accelerated by giving the entity the items it likes as defined by feedItems.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/components/minecraft.annotation.break_door.json b/source/behavior/entities/format/components/minecraft.annotation.break_door.json index 21a2d321..59ee6633 100644 --- a/source/behavior/entities/format/components/minecraft.annotation.break_door.json +++ b/source/behavior/entities/format/components/minecraft.annotation.break_door.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.annotation.break_door", + "$id": "blockception.minecraft.behavior.entities.minecraft.annotation.break_door", "additionalProperties": false, "description": "Allows the actor to break doors assuming that that flags set up for the component to use in navigation", "type": "object", - "title": "Annotation.break Door 1.8.0", + "title": "Annotation.break Door", "required": [], "$comment": "Caution No longe rin use", "properties": { diff --git a/source/behavior/entities/format/components/minecraft.annotation.floats_in_liquid.json b/source/behavior/entities/format/components/minecraft.annotation.floats_in_liquid.json index 0b236175..62fe90ac 100644 --- a/source/behavior/entities/format/components/minecraft.annotation.floats_in_liquid.json +++ b/source/behavior/entities/format/components/minecraft.annotation.floats_in_liquid.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.annotation.floats_in_liquid", + "$id": "blockception.minecraft.behavior.entities.minecraft.annotation.floats_in_liquid", "additionalProperties": false, "description": "Sets that this entity can float in liquid blocks.", "type": "object", - "title": "Annotation.floats In Liquid 1.8.0", + "title": "Annotation.floats In Liquid", "required": [], "properties": {} } diff --git a/source/behavior/entities/format/components/minecraft.annotation.open_door.json b/source/behavior/entities/format/components/minecraft.annotation.open_door.json index a3a178ec..2076ac6e 100644 --- a/source/behavior/entities/format/components/minecraft.annotation.open_door.json +++ b/source/behavior/entities/format/components/minecraft.annotation.open_door.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.annotation.open_door", + "$id": "blockception.minecraft.behavior.entities.minecraft.annotation.open_door", "additionalProperties": false, "description": "Allows the actor to open doors assuming that that flags set up for the component to use in navigation", "type": "object", - "title": "Annotation.open Door 1.8.0", + "title": "Annotation.open Door", "required": [], "properties": {} } diff --git a/source/behavior/entities/format/components/minecraft.area_attack.json b/source/behavior/entities/format/components/minecraft.area_attack.json index 1b0ff9fd..3420fef3 100644 --- a/source/behavior/entities/format/components/minecraft.area_attack.json +++ b/source/behavior/entities/format/components/minecraft.area_attack.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.area_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.area_attack", "type": "object", - "title": "Area Attack 1.8.0", + "title": "Area Attack", "description": "A component that does damage to entities that get within range.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.attack.json b/source/behavior/entities/format/components/minecraft.attack.json index 202d1ecb..6c288d8c 100644 --- a/source/behavior/entities/format/components/minecraft.attack.json +++ b/source/behavior/entities/format/components/minecraft.attack.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.attack", "type": "object", "additionalProperties": false, - "title": "Attack 1.8.0", + "title": "Attack", "description": "Defines an entity's melee attack and any additional effects on it.", "required": ["damage"], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.attack_cooldown.json b/source/behavior/entities/format/components/minecraft.attack_cooldown.json index 014c52d5..b41658fc 100644 --- a/source/behavior/entities/format/components/minecraft.attack_cooldown.json +++ b/source/behavior/entities/format/components/minecraft.attack_cooldown.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.attack_cooldown", + "$id": "blockception.minecraft.behavior.entities.minecraft.attack_cooldown", "type": "object", - "title": "Attack Cooldown 1.16.0", + "title": "Attack Cooldown", "description": "Adds a cooldown to a mob. The intention of this cooldown is to be used to prevent the mob from attempting to aquire new attack targets.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.attack_damage.json b/source/behavior/entities/format/components/minecraft.attack_damage.json index 01bfac7f..b4749935 100644 --- a/source/behavior/entities/format/components/minecraft.attack_damage.json +++ b/source/behavior/entities/format/components/minecraft.attack_damage.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.attack_damage", + "$id": "blockception.minecraft.behavior.entities.minecraft.attack_damage", "type": "object", - "title": "Attack Damage 1.8.0", + "title": "Attack Damage", "additionalProperties": false, "required": ["value"], "properties": { "value": { "type": "number", "description": "UNDOCUMENTED: value", "title": "Value" } }, diff --git a/source/behavior/entities/format/components/minecraft.balloonable.json b/source/behavior/entities/format/components/minecraft.balloonable.json index e8cc08b5..12b99c40 100644 --- a/source/behavior/entities/format/components/minecraft.balloonable.json +++ b/source/behavior/entities/format/components/minecraft.balloonable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.balloonable", + "$id": "blockception.minecraft.behavior.entities.minecraft.balloonable", "additionalProperties": false, "type": "object", - "title": "Balloonable 1.8.0", + "title": "Balloonable", "required": [], "properties": { "mass": { "type": "number", "description": "UNDOCUMENTED: mass", "title": "Mass" } }, "description": "UNDOCUMENTED: " diff --git a/source/behavior/entities/format/components/minecraft.barter.json b/source/behavior/entities/format/components/minecraft.barter.json index 9dd6b0b0..833d7313 100644 --- a/source/behavior/entities/format/components/minecraft.barter.json +++ b/source/behavior/entities/format/components/minecraft.barter.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.barter", + "$id": "blockception.minecraft.behavior.entities.minecraft.barter", "type": "object", - "title": "Barter 1.16.0", + "title": "Barter", "description": "Enables the component to drop an item as a barter exchange.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.block_climber.json b/source/behavior/entities/format/components/minecraft.block_climber.json index 81e1b6a8..1b408e48 100644 --- a/source/behavior/entities/format/components/minecraft.block_climber.json +++ b/source/behavior/entities/format/components/minecraft.block_climber.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.block_climber", + "$id": "blockception.minecraft.behavior.entities.minecraft.block_climber", "type": "object", - "title": "Block Climber 1.8.0", + "title": "Block Climber", "additionalProperties": false, "description": "Allows the player to detect and maneuver on the scaffolding block.", "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.block_sensor.json b/source/behavior/entities/format/components/minecraft.block_sensor.json index 8e9ddee4..8205bde6 100644 --- a/source/behavior/entities/format/components/minecraft.block_sensor.json +++ b/source/behavior/entities/format/components/minecraft.block_sensor.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.block_sensor", + "$id": "blockception.minecraft.behavior.entities.minecraft.block_sensor", "type": "object", - "title": "Block Sensor 1.16.0", + "title": "Block Sensor", "description": "Fires off a specified event when a block in the block list is broken within the sensor range.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.boostable.json b/source/behavior/entities/format/components/minecraft.boostable.json index 61316802..a87d1800 100644 --- a/source/behavior/entities/format/components/minecraft.boostable.json +++ b/source/behavior/entities/format/components/minecraft.boostable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.boostable", + "$id": "blockception.minecraft.behavior.entities.minecraft.boostable", "type": "object", - "title": "Boostable 1.16.0", + "title": "Boostable", "additionalProperties": false, "description": "Defines the conditions and behavior of a rideable entity's boost", diff --git a/source/behavior/entities/format/components/minecraft.boss.json b/source/behavior/entities/format/components/minecraft.boss.json index 601ee49f..52883e6e 100644 --- a/source/behavior/entities/format/components/minecraft.boss.json +++ b/source/behavior/entities/format/components/minecraft.boss.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.boss", + "$id": "blockception.minecraft.behavior.entities.minecraft.boss", "type": "object", - "title": "Boss 1.8.0", + "title": "Boss", "additionalProperties": false, "description": "The current state of the boss for updating the boss HUD", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.break_blocks.json b/source/behavior/entities/format/components/minecraft.break_blocks.json index 987fb7dc..4bac6193 100644 --- a/source/behavior/entities/format/components/minecraft.break_blocks.json +++ b/source/behavior/entities/format/components/minecraft.break_blocks.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.break_blocks", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.break_blocks", "type": "object", - "title": "Break Blocks 1.8.0", + "title": "Break Blocks", "additionalProperties": false, "description": "Specifies the blocks that this entity can break as it moves around.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.breathable.json b/source/behavior/entities/format/components/minecraft.breathable.json index c313906f..dd946540 100644 --- a/source/behavior/entities/format/components/minecraft.breathable.json +++ b/source/behavior/entities/format/components/minecraft.breathable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.breathable", + "$id": "blockception.minecraft.behavior.entities.minecraft.breathable", "type": "object", - "title": "Breathable 1.8.0", + "title": "Breathable", "additionalProperties": false, "description": "Defines what blocks this entity can breathe in and gives them the ability to suffocate.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.breedable.json b/source/behavior/entities/format/components/minecraft.breedable.json index 8be97645..dff7a7e8 100644 --- a/source/behavior/entities/format/components/minecraft.breedable.json +++ b/source/behavior/entities/format/components/minecraft.breedable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.breedable", + "$id": "blockception.minecraft.behavior.entities.minecraft.breedable", "type": "object", - "title": "Breedable 1.16.0", + "title": "Breedable", "additionalProperties": false, "description": "Defines the way an entity can get into the `love` state.", "definitions": { diff --git a/source/behavior/entities/format/components/minecraft.bribeable.json b/source/behavior/entities/format/components/minecraft.bribeable.json index 30cfec2e..bfc1750d 100644 --- a/source/behavior/entities/format/components/minecraft.bribeable.json +++ b/source/behavior/entities/format/components/minecraft.bribeable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.bribeable", + "$id": "blockception.minecraft.behavior.entities.minecraft.bribeable", "type": "object", - "title": "Bribeable 1.8.0", + "title": "Bribeable", "additionalProperties": false, "description": "Specifies if/how a mob burns in daylight.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.buoyant.json b/source/behavior/entities/format/components/minecraft.buoyant.json index 4fb6bba6..670f800b 100644 --- a/source/behavior/entities/format/components/minecraft.buoyant.json +++ b/source/behavior/entities/format/components/minecraft.buoyant.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.buoyant", + "$id": "blockception.minecraft.behavior.entities.minecraft.buoyant", "type": "object", - "title": "Buoyant 1.16.0", + "title": "Buoyant", "description": "Enables an entity to float on the specified liquid blocks.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.burns_in_daylight.json b/source/behavior/entities/format/components/minecraft.burns_in_daylight.json index cbf9d409..0bdc3947 100644 --- a/source/behavior/entities/format/components/minecraft.burns_in_daylight.json +++ b/source/behavior/entities/format/components/minecraft.burns_in_daylight.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.burns_in_daylight", - "title": "Burns In Daylight 1.8.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.burns_in_daylight", + "title": "Burns In Daylight", "additionalProperties": false, "description": "Specifies if/how a mob burns in daylight.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.can_climb.json b/source/behavior/entities/format/components/minecraft.can_climb.json index b66208dc..e1166f59 100644 --- a/source/behavior/entities/format/components/minecraft.can_climb.json +++ b/source/behavior/entities/format/components/minecraft.can_climb.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.can_climb", + "$id": "blockception.minecraft.behavior.entities.minecraft.can_climb", "type": "object", - "title": "Can Climb 1.8.0", + "title": "Can Climb", "additionalProperties": false, "description": "Allows this entity to climb up ladders.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.can_fly.json b/source/behavior/entities/format/components/minecraft.can_fly.json index 2acdf661..63b970c8 100644 --- a/source/behavior/entities/format/components/minecraft.can_fly.json +++ b/source/behavior/entities/format/components/minecraft.can_fly.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.can_fly", + "$id": "blockception.minecraft.behavior.entities.minecraft.can_fly", "type": "object", - "title": "Can Fly 1.8.0", + "title": "Can Fly", "additionalProperties": false, "description": "Marks the entity as being able to fly, the pathfinder won't be restricted to paths where a solid block is required underneath it.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.can_power_jump.json b/source/behavior/entities/format/components/minecraft.can_power_jump.json index 98d18d25..95f0e040 100644 --- a/source/behavior/entities/format/components/minecraft.can_power_jump.json +++ b/source/behavior/entities/format/components/minecraft.can_power_jump.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.can_power_jump", + "$id": "blockception.minecraft.behavior.entities.minecraft.can_power_jump", "type": "object", - "title": "Can Power Jump 1.8.0", + "title": "Can Power Jump", "additionalProperties": false, "description": "Allows the entity to power jump like the horse does in vanilla.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.celebrate_hunt.json b/source/behavior/entities/format/components/minecraft.celebrate_hunt.json index 4e5847c8..ba1ce6af 100644 --- a/source/behavior/entities/format/components/minecraft.celebrate_hunt.json +++ b/source/behavior/entities/format/components/minecraft.celebrate_hunt.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.celebrate_hunt", + "$id": "blockception.minecraft.behavior.entities.minecraft.celebrate_hunt", "type": "object", - "title": "Celebrate Hunt 1.16.0", + "title": "Celebrate Hunt", "description": "Specifies hunt celebration behavior.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.collision_box.json b/source/behavior/entities/format/components/minecraft.collision_box.json index ee863f36..02f69633 100644 --- a/source/behavior/entities/format/components/minecraft.collision_box.json +++ b/source/behavior/entities/format/components/minecraft.collision_box.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.collision_box", + "$id": "blockception.minecraft.behavior.entities.minecraft.collision_box", "type": "object", - "title": "Collision Box 1.8.0", + "title": "Collision Box", "additionalProperties": false, "description": "Sets the width and height of the Entity's collision box.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.color.json b/source/behavior/entities/format/components/minecraft.color.json index 5288d48c..1e820005 100644 --- a/source/behavior/entities/format/components/minecraft.color.json +++ b/source/behavior/entities/format/components/minecraft.color.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.color", + "$id": "blockception.minecraft.behavior.entities.minecraft.color", "type": "object", - "title": "Color 1.8.0", + "title": "Color", "additionalProperties": false, "description": "Defines the entity's color. Only works on vanilla entities that have predefined color values (sheep, llama, shulker).", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.color2.json b/source/behavior/entities/format/components/minecraft.color2.json index aaa43979..fc0d55b7 100644 --- a/source/behavior/entities/format/components/minecraft.color2.json +++ b/source/behavior/entities/format/components/minecraft.color2.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.color2", + "$id": "blockception.minecraft.behavior.entities.minecraft.color2", "type": "object", - "title": "Color2 1.8.0", + "title": "Color.0", "additionalProperties": false, "description": "Defines the entity's second texture color. Only works on vanilla entities that have a second predefined color values (tropical fish).", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.combat_regeneration.json b/source/behavior/entities/format/components/minecraft.combat_regeneration.json index d5b87392..50565606 100644 --- a/source/behavior/entities/format/components/minecraft.combat_regeneration.json +++ b/source/behavior/entities/format/components/minecraft.combat_regeneration.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.combat_regeneration", + "$id": "blockception.minecraft.behavior.entities.minecraft.combat_regeneration", "type": "object", - "title": "Combat Regeneration 1.8.0", + "title": "Combat Regeneration", "description": "Gives Regeneration I and removes Mining Fatigue from the mob that kills the Actor`s attack target.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.conditional_bandwidth_optimization.json b/source/behavior/entities/format/components/minecraft.conditional_bandwidth_optimization.json index 5b7ea38a..b9e81116 100644 --- a/source/behavior/entities/format/components/minecraft.conditional_bandwidth_optimization.json +++ b/source/behavior/entities/format/components/minecraft.conditional_bandwidth_optimization.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.conditional_bandwidth_optimization", + "$id": "blockception.minecraft.behavior.entities.minecraft.conditional_bandwidth_optimization", "additionalProperties": false, "type": "object", - "title": "Conditional Bandwidth Optimization 1.8.0", + "title": "Conditional Bandwidth Optimization", "description": "Defines the Conditional Spatial Update Bandwidth Optimizations of this entity.", "properties": { "conditional_values": { diff --git a/source/behavior/entities/format/components/minecraft.custom_hit_test.json b/source/behavior/entities/format/components/minecraft.custom_hit_test.json index a921b17f..fd4ad587 100644 --- a/source/behavior/entities/format/components/minecraft.custom_hit_test.json +++ b/source/behavior/entities/format/components/minecraft.custom_hit_test.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.custom_hit_test", + "$id": "blockception.minecraft.behavior.entities.minecraft.custom_hit_test", "type": "object", - "title": "Custom Hit Test 1.16.0", + "title": "Custom Hit Test", "description": "List of hitboxes for melee and ranged hits against the entity.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.damage_over_time.json b/source/behavior/entities/format/components/minecraft.damage_over_time.json index 47dcb3e8..1c4ca744 100644 --- a/source/behavior/entities/format/components/minecraft.damage_over_time.json +++ b/source/behavior/entities/format/components/minecraft.damage_over_time.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.damage_over_time", + "$id": "blockception.minecraft.behavior.entities.minecraft.damage_over_time", "type": "object", - "title": "Damage Over Time 1.8.0", + "title": "Damage Over Time", "additionalProperties": false, "description": "Applies defined amount of damage to the entity at specified intervals.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.damage_sensor.json b/source/behavior/entities/format/components/minecraft.damage_sensor.json index 323e6e9b..24c65200 100644 --- a/source/behavior/entities/format/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/format/components/minecraft.damage_sensor.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.damage_sensor", + "$id": "blockception.minecraft.behavior.entities.minecraft.damage_sensor", "title": "Damage Sensor", "description": "Defines what events to call when this entity is damaged by specific entities or items.", "type": "object", diff --git a/source/behavior/entities/format/components/minecraft.default_look_angle.json b/source/behavior/entities/format/components/minecraft.default_look_angle.json index 2b135eb8..7e55a4b2 100644 --- a/source/behavior/entities/format/components/minecraft.default_look_angle.json +++ b/source/behavior/entities/format/components/minecraft.default_look_angle.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.default_look_angle", + "$id": "blockception.minecraft.behavior.entities.minecraft.default_look_angle", "type": "object", - "title": "Default Look Angle 1.8.0", + "title": "Default Look Angle", "additionalProperties": false, "description": "Sets this entity's default head rotation angle.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.despawn.json b/source/behavior/entities/format/components/minecraft.despawn.json index c7b2bc8e..70be7aeb 100644 --- a/source/behavior/entities/format/components/minecraft.despawn.json +++ b/source/behavior/entities/format/components/minecraft.despawn.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.despawn", + "$id": "blockception.minecraft.behavior.entities.minecraft.despawn", "type": "object", - "title": "Despawn 1.16.0", + "title": "Despawn", "description": "Despawns the Actor when the despawn rules or optional filters evaluate to true.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.drying_out_timer.json b/source/behavior/entities/format/components/minecraft.drying_out_timer.json index 10dafb47..ad1f5bb9 100644 --- a/source/behavior/entities/format/components/minecraft.drying_out_timer.json +++ b/source/behavior/entities/format/components/minecraft.drying_out_timer.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.drying_out_timer", + "$id": "blockception.minecraft.behavior.entities.minecraft.drying_out_timer", "type": "object", - "title": "Drying Out Timer 1.8.0", + "title": "Drying Out Timer", "description": "Adds a timer for drying out that will count down and fire `dried_out_event` or will stop as soon as the entity will get under rain or water and fire `stopped_drying_out_event`", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.dweller.json b/source/behavior/entities/format/components/minecraft.dweller.json index 068867f5..314787b4 100644 --- a/source/behavior/entities/format/components/minecraft.dweller.json +++ b/source/behavior/entities/format/components/minecraft.dweller.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.dweller", + "$id": "blockception.minecraft.behavior.entities.minecraft.dweller", "type": "object", - "title": "Dweller 1.8.0", + "title": "Dweller", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.economy_trade_table.json b/source/behavior/entities/format/components/minecraft.economy_trade_table.json index d3dced40..09404721 100644 --- a/source/behavior/entities/format/components/minecraft.economy_trade_table.json +++ b/source/behavior/entities/format/components/minecraft.economy_trade_table.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.economy_trade_table", + "$id": "blockception.minecraft.behavior.entities.minecraft.economy_trade_table", "type": "object", - "title": "Economy Trade Table 1.8.0", + "title": "Economy Trade Table", "additionalProperties": false, "description": "Defines this entity's ability to trade with players.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.entity_sensor.json b/source/behavior/entities/format/components/minecraft.entity_sensor.json index 369ea0a4..76f94e0b 100644 --- a/source/behavior/entities/format/components/minecraft.entity_sensor.json +++ b/source/behavior/entities/format/components/minecraft.entity_sensor.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.entity_sensor", + "$id": "blockception.minecraft.behavior.entities.minecraft.entity_sensor", "type": "object", - "title": "Entity Sensor 1.16.0", + "title": "Entity Sensor", "description": "A component that fires an event when a set of conditions are met by other entities within the defined range.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.environment_sensor.json b/source/behavior/entities/format/components/minecraft.environment_sensor.json index 3889b60c..cc482c7e 100644 --- a/source/behavior/entities/format/components/minecraft.environment_sensor.json +++ b/source/behavior/entities/format/components/minecraft.environment_sensor.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.environment_sensor", + "$id": "blockception.minecraft.behavior.entities.minecraft.environment_sensor", "title": "Environment Sensor", "description": "Creates a trigger based on environment conditions.", "type": "object", diff --git a/source/behavior/entities/format/components/minecraft.equip_item.json b/source/behavior/entities/format/components/minecraft.equip_item.json index a270fe88..072efbd1 100644 --- a/source/behavior/entities/format/components/minecraft.equip_item.json +++ b/source/behavior/entities/format/components/minecraft.equip_item.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.equip_item", + "$id": "blockception.minecraft.behavior.entities.minecraft.equip_item", "type": "object", - "title": "Equip Item 1.16.0", + "title": "Equip Item", "description": "The entity puts on the desired equipment.", "additionalProperties": false, "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.equipment.json b/source/behavior/entities/format/components/minecraft.equipment.json index d4f729cd..0591db35 100644 --- a/source/behavior/entities/format/components/minecraft.equipment.json +++ b/source/behavior/entities/format/components/minecraft.equipment.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.equipment", + "$id": "blockception.minecraft.behavior.entities.minecraft.equipment", "type": "object", - "title": "Equipment 1.16.0", + "title": "Equipment", "description": "Sets the equipment table to use for the entity.", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.equippable.json b/source/behavior/entities/format/components/minecraft.equippable.json index 5ee00672..23879866 100644 --- a/source/behavior/entities/format/components/minecraft.equippable.json +++ b/source/behavior/entities/format/components/minecraft.equippable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.equippable", + "$id": "blockception.minecraft.behavior.entities.minecraft.equippable", "type": "object", - "title": "Equippable 1.16.0", + "title": "Equippable", "additionalProperties": false, "description": "Defines an entity's behavior for having items equipped to it.", "properties": { diff --git a/source/behavior/entities/format/components/minecraft.experience_reward.json b/source/behavior/entities/format/components/minecraft.experience_reward.json index 1ed534ce..cad2a37a 100644 --- a/source/behavior/entities/format/components/minecraft.experience_reward.json +++ b/source/behavior/entities/format/components/minecraft.experience_reward.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.experience_reward", + "$id": "blockception.minecraft.behavior.entities.minecraft.experience_reward", "type": "object", - "title": "Experience Reward 1.16.0", + "title": "Experience Reward", "description": "Defines the amount of experience rewarded when the entity dies or is successfully bred.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.explode.json b/source/behavior/entities/format/components/minecraft.explode.json index 992925cb..45928723 100644 --- a/source/behavior/entities/format/components/minecraft.explode.json +++ b/source/behavior/entities/format/components/minecraft.explode.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.explode", + "$id": "blockception.minecraft.behavior.entities.minecraft.explode", "type": "object", - "title": "Explode 1.16.0", + "title": "Explode", "additionalProperties": false, "description": "Defines how the entity explodes.", @@ -44,7 +44,7 @@ }, "max_resistance": { "type": "number", - "default": 3.40282e38, + "default":, "description": "A blocks explosion resistance will be capped at this value when an explosion occurs.", "title": "Maximum Resistance" }, diff --git a/source/behavior/entities/format/components/minecraft.fall_damage.json b/source/behavior/entities/format/components/minecraft.fall_damage.json index 4cceb1b6..e3f2de2e 100644 --- a/source/behavior/entities/format/components/minecraft.fall_damage.json +++ b/source/behavior/entities/format/components/minecraft.fall_damage.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.fall_damage", + "$id": "blockception.minecraft.behavior.entities.minecraft.fall_damage", "type": "object", - "title": "Fall Damage 1.8.0", + "title": "Fall Damage", "additionalProperties": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", diff --git a/source/behavior/entities/format/components/minecraft.fire_immune.json b/source/behavior/entities/format/components/minecraft.fire_immune.json index deac0ea3..3e8e6599 100644 --- a/source/behavior/entities/format/components/minecraft.fire_immune.json +++ b/source/behavior/entities/format/components/minecraft.fire_immune.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.fire_immune", - "title": "Fire Immune 1.8.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.fire_immune", + "title": "Fire Immune", "additionalProperties": false, "description": "Sets that this entity doesn't take damage from fire.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.floats_in_liquid.json b/source/behavior/entities/format/components/minecraft.floats_in_liquid.json index ee985c0e..ce5cf56c 100644 --- a/source/behavior/entities/format/components/minecraft.floats_in_liquid.json +++ b/source/behavior/entities/format/components/minecraft.floats_in_liquid.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.floats_in_liquid", + "$id": "blockception.minecraft.behavior.entities.minecraft.floats_in_liquid", "description": "Sets that this entity can float in liquid blocks.", "type": "object", - "title": "Floats In Liquid 1.8.0", + "title": "Floats In Liquid", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.flocking.json b/source/behavior/entities/format/components/minecraft.flocking.json index 698fed10..7336f659 100644 --- a/source/behavior/entities/format/components/minecraft.flocking.json +++ b/source/behavior/entities/format/components/minecraft.flocking.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.flocking", + "$id": "blockception.minecraft.behavior.entities.minecraft.flocking", "type": "object", - "title": "Flocking 1.16.0", + "title": "Flocking", "description": "Allows entities to flock in groups in water or not.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.flying_speed.json b/source/behavior/entities/format/components/minecraft.flying_speed.json index 41513676..9865597a 100644 --- a/source/behavior/entities/format/components/minecraft.flying_speed.json +++ b/source/behavior/entities/format/components/minecraft.flying_speed.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.flying_speed", + "$id": "blockception.minecraft.behavior.entities.minecraft.flying_speed", "type": "object", - "title": "Flying Speed 1.8.0", + "title": "Flying Speed", "additionalProperties": false, "description": "Speed in Blocks that this entity flies at.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.follow_range.json b/source/behavior/entities/format/components/minecraft.follow_range.json index 4fb7266b..d09131e9 100644 --- a/source/behavior/entities/format/components/minecraft.follow_range.json +++ b/source/behavior/entities/format/components/minecraft.follow_range.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.follow_range", + "$id": "blockception.minecraft.behavior.entities.minecraft.follow_range", "type": "object", - "title": "Follow Range 1.8.0", + "title": "Follow Range", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.foot_size.json b/source/behavior/entities/format/components/minecraft.foot_size.json index bf23dc74..134470ca 100644 --- a/source/behavior/entities/format/components/minecraft.foot_size.json +++ b/source/behavior/entities/format/components/minecraft.foot_size.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.foot_size", + "$id": "blockception.minecraft.behavior.entities.minecraft.foot_size", "type": "object", - "title": "Foot Size 1.8.0", + "title": "Foot Size", "additionalProperties": false, "description": "Sets the number of blocks the entity can step without jumping.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.friction_modifier.json b/source/behavior/entities/format/components/minecraft.friction_modifier.json index db02fee5..0890de73 100644 --- a/source/behavior/entities/format/components/minecraft.friction_modifier.json +++ b/source/behavior/entities/format/components/minecraft.friction_modifier.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.friction_modifier", + "$id": "blockception.minecraft.behavior.entities.minecraft.friction_modifier", "type": "object", - "title": "Friction Modifier 1.8.0", + "title": "Friction Modifier", "additionalProperties": false, "description": "Defines how much does friction affect this entity.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.genetics.json b/source/behavior/entities/format/components/minecraft.genetics.json index 789c71ce..4b8e37bd 100644 --- a/source/behavior/entities/format/components/minecraft.genetics.json +++ b/source/behavior/entities/format/components/minecraft.genetics.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.genetics", + "$id": "blockception.minecraft.behavior.entities.minecraft.genetics", "type": "object", - "title": "Genetics 1.8.0", + "title": "Genetics", "additionalProperties": false, "description": "Defines the way a mob's genes and alleles are passed on to it's offspring, and how those traits manifest in the child. Compatible parent genes are crossed together, the alleles are handed down from the parents to the child, and any matching genetic variants fire off JSON events to modify the child and express the traits.", "required": [], @@ -34,7 +34,7 @@ "properties": { "mutation_rate": { "type": "number", - "default": 0.03125, + "default":, "description": "Chance that an allele will be replaced with a random one instead of the parent's allele during birth.", "title": "Mutation Rate" }, diff --git a/source/behavior/entities/format/components/minecraft.giveable.json b/source/behavior/entities/format/components/minecraft.giveable.json index 81d82397..8a2f40c8 100644 --- a/source/behavior/entities/format/components/minecraft.giveable.json +++ b/source/behavior/entities/format/components/minecraft.giveable.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.giveable", + "$id": "blockception.minecraft.behavior.entities.minecraft.giveable", "additionalProperties": false, "description": "Defines sets of items that can be used to trigger events when used on this entity. The item will also be taken and placed in the entity's inventory.", "type": "object", - "title": "Giveable 1.16.0", + "title": "Giveable", "properties": { "triggers": { diff --git a/source/behavior/entities/format/components/minecraft.ground_offset.json b/source/behavior/entities/format/components/minecraft.ground_offset.json index d4faa869..c5f085de 100644 --- a/source/behavior/entities/format/components/minecraft.ground_offset.json +++ b/source/behavior/entities/format/components/minecraft.ground_offset.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.ground_offset", + "$id": "blockception.minecraft.behavior.entities.minecraft.ground_offset", "type": "object", - "title": "Ground Offset 1.8.0", + "title": "Ground Offset", "additionalProperties": false, "description": "Sets the offset from the ground that the entity is actually at.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.group_size.json b/source/behavior/entities/format/components/minecraft.group_size.json index d86ec24a..4bd2224b 100644 --- a/source/behavior/entities/format/components/minecraft.group_size.json +++ b/source/behavior/entities/format/components/minecraft.group_size.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.group_size", + "$id": "blockception.minecraft.behavior.entities.minecraft.group_size", "type": "object", - "title": "Group Size 1.16.0", + "title": "Group Size", "description": "Keeps track of entity group size in the given radius.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.grows_crop.json b/source/behavior/entities/format/components/minecraft.grows_crop.json index 574acc45..3e7431ef 100644 --- a/source/behavior/entities/format/components/minecraft.grows_crop.json +++ b/source/behavior/entities/format/components/minecraft.grows_crop.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.grows_crop", + "$id": "blockception.minecraft.behavior.entities.minecraft.grows_crop", "type": "object", - "title": "Grows Crop 1.16.0", + "title": "Grows Crop", "description": "Could increase crop growth when entity walks over crop.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.healable.json b/source/behavior/entities/format/components/minecraft.healable.json index 38076144..68386e2b 100644 --- a/source/behavior/entities/format/components/minecraft.healable.json +++ b/source/behavior/entities/format/components/minecraft.healable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.healable", + "$id": "blockception.minecraft.behavior.entities.minecraft.healable", "description": "Defines the interactions with this entity for healing it.", "type": "object", - "title": "Healable 1.8.0", + "title": "Healable", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.health.json b/source/behavior/entities/format/components/minecraft.health.json index d9a7437d..da6f554c 100644 --- a/source/behavior/entities/format/components/minecraft.health.json +++ b/source/behavior/entities/format/components/minecraft.health.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.health", + "$id": "blockception.minecraft.behavior.entities.minecraft.health", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", - "title": "Health 1.8.0", + "title": "Health", "additionalProperties": false, "required": [], "dependencies": { "max": ["value"] }, diff --git a/source/behavior/entities/format/components/minecraft.hide.json b/source/behavior/entities/format/components/minecraft.hide.json index de821086..31254318 100644 --- a/source/behavior/entities/format/components/minecraft.hide.json +++ b/source/behavior/entities/format/components/minecraft.hide.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.hide", + "$id": "blockception.minecraft.behavior.entities.minecraft.hide", "type": "object", - "title": "Hide 1.16.0", + "title": "Hide", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.home.json b/source/behavior/entities/format/components/minecraft.home.json index 3ae6b899..a814aecc 100644 --- a/source/behavior/entities/format/components/minecraft.home.json +++ b/source/behavior/entities/format/components/minecraft.home.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.home", + "$id": "blockception.minecraft.behavior.entities.minecraft.home", "type": "object", - "title": "Home 1.16.0", + "title": "Home", "description": "Saves a home pos for when the the entity is spawned.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.horse.jump_strength.json b/source/behavior/entities/format/components/minecraft.horse.jump_strength.json index 1759aa7a..8b2c0ddf 100644 --- a/source/behavior/entities/format/components/minecraft.horse.jump_strength.json +++ b/source/behavior/entities/format/components/minecraft.horse.jump_strength.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.horse.jump_strength", + "$id": "blockception.minecraft.behavior.entities.minecraft.horse.jump_strength", "type": "object", - "title": "Horse.jump Strength 1.16.0", + "title": "Horse.jump Strength", "additionalProperties": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", diff --git a/source/behavior/entities/format/components/minecraft.hurt_on_condition.json b/source/behavior/entities/format/components/minecraft.hurt_on_condition.json index 7b972d8e..2b1fdb20 100644 --- a/source/behavior/entities/format/components/minecraft.hurt_on_condition.json +++ b/source/behavior/entities/format/components/minecraft.hurt_on_condition.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.hurt_on_condition", + "$id": "blockception.minecraft.behavior.entities.minecraft.hurt_on_condition", "type": "object", - "title": "Hurt On Condition 1.16.0", + "title": "Hurt On Condition", "description": "Defines a set of conditions under which an entity should take damage.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.hurt_when_wet.json b/source/behavior/entities/format/components/minecraft.hurt_when_wet.json index 9c27d100..ef451609 100644 --- a/source/behavior/entities/format/components/minecraft.hurt_when_wet.json +++ b/source/behavior/entities/format/components/minecraft.hurt_when_wet.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.hurt_when_wet", + "$id": "blockception.minecraft.behavior.entities.minecraft.hurt_when_wet", "type": "object", - "title": "Hurt When Wet 1.8.0", + "title": "Hurt When Wet", "additionalProperties": false, "required": [], "properties": {}, diff --git a/source/behavior/entities/format/components/minecraft.input_ground_controlled.json b/source/behavior/entities/format/components/minecraft.input_ground_controlled.json index 8a758259..ab9f71ae 100644 --- a/source/behavior/entities/format/components/minecraft.input_ground_controlled.json +++ b/source/behavior/entities/format/components/minecraft.input_ground_controlled.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.input_ground_controlled", + "$id": "blockception.minecraft.behavior.entities.minecraft.input_ground_controlled", "description": "When configured as a rideable entity, the entity will be controlled using WASD controls.", "type": "object", - "title": "Input Ground Controlled 1.8.0", + "title": "Input Ground Controlled", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.inside_block_notifier.json b/source/behavior/entities/format/components/minecraft.inside_block_notifier.json index b20e79bb..765ebf14 100644 --- a/source/behavior/entities/format/components/minecraft.inside_block_notifier.json +++ b/source/behavior/entities/format/components/minecraft.inside_block_notifier.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.inside_block_notifier", + "$id": "blockception.minecraft.behavior.entities.minecraft.inside_block_notifier", "type": "object", - "title": "Inside Block Notifier 1.8.0", + "title": "Inside Block Notifier", "additionalProperties": false, "description": "Verifies whether the entity is inside any of the listed blocks.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.insomnia.json b/source/behavior/entities/format/components/minecraft.insomnia.json index cbd3cbcc..785564e1 100644 --- a/source/behavior/entities/format/components/minecraft.insomnia.json +++ b/source/behavior/entities/format/components/minecraft.insomnia.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.insomnia", + "$id": "blockception.minecraft.behavior.entities.minecraft.insomnia", "description": "Adds a timer since last rested to see if phantoms should spawn.", "type": "object", - "title": "Insomnia 1.8.0", + "title": "Insomnia", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.instant_despawn.json b/source/behavior/entities/format/components/minecraft.instant_despawn.json index 0dcef29e..26ce18a2 100644 --- a/source/behavior/entities/format/components/minecraft.instant_despawn.json +++ b/source/behavior/entities/format/components/minecraft.instant_despawn.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.instant_despawn", + "$id": "blockception.minecraft.behavior.entities.minecraft.instant_despawn", "type": "object", - "title": "Instant Despawn 1.16.0", + "title": "Instant Despawn", "description": "Despawns the Actor immediately.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.interact.json b/source/behavior/entities/format/components/minecraft.interact.json index b659a17c..1ba69272 100644 --- a/source/behavior/entities/format/components/minecraft.interact.json +++ b/source/behavior/entities/format/components/minecraft.interact.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.interact", + "$id": "blockception.minecraft.behavior.entities.minecraft.interact", "type": "object", - "title": "Interact 1.16.0", + "title": "Interact", "description": "Defines interactions with this entity.", "additionalProperties": false, "definitions": { diff --git a/source/behavior/entities/format/components/minecraft.inventory.json b/source/behavior/entities/format/components/minecraft.inventory.json index d1b36cbf..9dc6bc43 100644 --- a/source/behavior/entities/format/components/minecraft.inventory.json +++ b/source/behavior/entities/format/components/minecraft.inventory.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.inventory", + "$id": "blockception.minecraft.behavior.entities.minecraft.inventory", "description": "Defines this entity's inventory properties.", "type": "object", - "title": "Inventory 1.16.0", + "title": "Inventory", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.is_baby.json b/source/behavior/entities/format/components/minecraft.is_baby.json index 8e8ba8e9..48ce9e75 100644 --- a/source/behavior/entities/format/components/minecraft.is_baby.json +++ b/source/behavior/entities/format/components/minecraft.is_baby.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_baby", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_baby", "description": "Sets that this entity is a baby.", "type": "object", - "title": "Is Baby 1.8.0", + "title": "Is Baby", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_charged.json b/source/behavior/entities/format/components/minecraft.is_charged.json index 4a9e567b..b2dd3db7 100644 --- a/source/behavior/entities/format/components/minecraft.is_charged.json +++ b/source/behavior/entities/format/components/minecraft.is_charged.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_charged", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_charged", "description": "Sets that this entity is charged.", "type": "object", - "title": "Is Charged 1.8.0", + "title": "Is Charged", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_chested.json b/source/behavior/entities/format/components/minecraft.is_chested.json index 0a74a221..ce060893 100644 --- a/source/behavior/entities/format/components/minecraft.is_chested.json +++ b/source/behavior/entities/format/components/minecraft.is_chested.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_chested", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_chested", "description": "Sets that this entity is currently carrying a chest.", "type": "object", - "title": "Is Chested 1.8.0", + "title": "Is Chested", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_dyeable.json b/source/behavior/entities/format/components/minecraft.is_dyeable.json index c9abb631..201f557d 100644 --- a/source/behavior/entities/format/components/minecraft.is_dyeable.json +++ b/source/behavior/entities/format/components/minecraft.is_dyeable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_dyeable", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_dyeable", "description": "Allows dyes to be used on this entity to change its color.", "type": "object", - "title": "Is Dyeable 1.8.0", + "title": "Is Dyeable", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.is_hidden_when_invisible.json b/source/behavior/entities/format/components/minecraft.is_hidden_when_invisible.json index b8123365..8b1ac0b1 100644 --- a/source/behavior/entities/format/components/minecraft.is_hidden_when_invisible.json +++ b/source/behavior/entities/format/components/minecraft.is_hidden_when_invisible.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_hidden_when_invisible", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_hidden_when_invisible", "type": "object", - "title": "Is Hidden When Invisible 1.8.0", + "title": "Is Hidden When Invisible", "additionalProperties": false, "description": "Sets that this entity can hide from hostile mobs while invisible." } diff --git a/source/behavior/entities/format/components/minecraft.is_ignited.json b/source/behavior/entities/format/components/minecraft.is_ignited.json index ab3e4f26..203cfd39 100644 --- a/source/behavior/entities/format/components/minecraft.is_ignited.json +++ b/source/behavior/entities/format/components/minecraft.is_ignited.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_ignited", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_ignited", "description": "Sets that this entity is currently on fire.", "type": "object", - "title": "Is Ignited 1.8.0", + "title": "Is Ignited", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_illager_captain.json b/source/behavior/entities/format/components/minecraft.is_illager_captain.json index 63b7da18..02ce2138 100644 --- a/source/behavior/entities/format/components/minecraft.is_illager_captain.json +++ b/source/behavior/entities/format/components/minecraft.is_illager_captain.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_illager_captain", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_illager_captain", "description": "Sets that this entity is an illager captain.", "type": "object", - "title": "Is Illager Captain 1.8.0", + "title": "Is Illager Captain", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_saddled.json b/source/behavior/entities/format/components/minecraft.is_saddled.json index a1882ea4..33ec0ff0 100644 --- a/source/behavior/entities/format/components/minecraft.is_saddled.json +++ b/source/behavior/entities/format/components/minecraft.is_saddled.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_saddled", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_saddled", "description": "Sets that this entity is currently saddled.", "type": "object", - "title": "Is Saddled 1.8.0", + "title": "Is Saddled", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_shaking.json b/source/behavior/entities/format/components/minecraft.is_shaking.json index a65edda7..b79f0492 100644 --- a/source/behavior/entities/format/components/minecraft.is_shaking.json +++ b/source/behavior/entities/format/components/minecraft.is_shaking.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_shaking", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_shaking", "description": "Sets that this entity is currently shaking.", "type": "object", - "title": "Is Shaking 1.8.0", + "title": "Is Shaking", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_sheared.json b/source/behavior/entities/format/components/minecraft.is_sheared.json index c4b244e9..45617c2f 100644 --- a/source/behavior/entities/format/components/minecraft.is_sheared.json +++ b/source/behavior/entities/format/components/minecraft.is_sheared.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_sheared", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_sheared", "description": "Sets that this entity is currently sheared.", "type": "object", - "title": "Is Sheared 1.8.0", + "title": "Is Sheared", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_stackable.json b/source/behavior/entities/format/components/minecraft.is_stackable.json index 646dbe69..d6f8f080 100644 --- a/source/behavior/entities/format/components/minecraft.is_stackable.json +++ b/source/behavior/entities/format/components/minecraft.is_stackable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.is_stackable", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_stackable", "description": "Sets that this entity can be stacked.", "type": "object", - "title": "Is Stackable 1.16.0", + "title": "Is Stackable", "additionalProperties": false } diff --git a/source/behavior/entities/format/components/minecraft.is_stunned.json b/source/behavior/entities/format/components/minecraft.is_stunned.json index ed1d15ee..912be1a9 100644 --- a/source/behavior/entities/format/components/minecraft.is_stunned.json +++ b/source/behavior/entities/format/components/minecraft.is_stunned.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_stunned", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_stunned", "description": "Sets that this entity is currently stunned.", "type": "object", - "title": "Is Stunned 1.8.0", + "title": "Is Stunned", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.is_tamed.json b/source/behavior/entities/format/components/minecraft.is_tamed.json index b94a3e5e..58702072 100644 --- a/source/behavior/entities/format/components/minecraft.is_tamed.json +++ b/source/behavior/entities/format/components/minecraft.is_tamed.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.is_tamed", + "$id": "blockception.minecraft.behavior.entities.minecraft.is_tamed", "description": "Sets that this entity is currently tamed.", "type": "object", - "title": "Is Tamed 1.8.0", + "title": "Is Tamed", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.item_controllable.json b/source/behavior/entities/format/components/minecraft.item_controllable.json index 16dbbba2..e4228dd3 100644 --- a/source/behavior/entities/format/components/minecraft.item_controllable.json +++ b/source/behavior/entities/format/components/minecraft.item_controllable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.item_controllable", + "$id": "blockception.minecraft.behavior.entities.minecraft.item_controllable", "description": "Efines what items can be used to control this entity while ridden", "type": "object", - "title": "Item Controllable 1.8.0", + "title": "Item Controllable", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.item_hopper.json b/source/behavior/entities/format/components/minecraft.item_hopper.json index 901dd993..24da50e9 100644 --- a/source/behavior/entities/format/components/minecraft.item_hopper.json +++ b/source/behavior/entities/format/components/minecraft.item_hopper.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.item_hopper", + "$id": "blockception.minecraft.behavior.entities.minecraft.item_hopper", "type": "object", - "title": "Item Hopper 1.8.0", + "title": "Item Hopper", "additionalProperties": false, "required": [], "properties": {}, diff --git a/source/behavior/entities/format/components/minecraft.jump.dynamic.json b/source/behavior/entities/format/components/minecraft.jump.dynamic.json index 65e2740f..46753086 100644 --- a/source/behavior/entities/format/components/minecraft.jump.dynamic.json +++ b/source/behavior/entities/format/components/minecraft.jump.dynamic.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.jump.dynamic", + "$id": "blockception.minecraft.behavior.entities.minecraft.jump.dynamic", "description": "Defines a dynamic type jump control that will change jump properties based on the speed modifier of the mob.", "type": "object", - "title": "Jump.dynamic 1.8.0", + "title": "Jump.dynamic", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.jump.static.json b/source/behavior/entities/format/components/minecraft.jump.static.json index 8753819a..0a9ee3bd 100644 --- a/source/behavior/entities/format/components/minecraft.jump.static.json +++ b/source/behavior/entities/format/components/minecraft.jump.static.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.jump.static", + "$id": "blockception.minecraft.behavior.entities.minecraft.jump.static", "description": "Gives the entity the ability to jump.", "type": "object", - "title": "Jump.static 1.8.0", + "title": "Jump.static", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.knockback_resistance.json b/source/behavior/entities/format/components/minecraft.knockback_resistance.json index 077bfb73..e24cda81 100644 --- a/source/behavior/entities/format/components/minecraft.knockback_resistance.json +++ b/source/behavior/entities/format/components/minecraft.knockback_resistance.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.knockback_resistance", + "$id": "blockception.minecraft.behavior.entities.minecraft.knockback_resistance", "type": "object", - "title": "Knockback Resistance 1.8.0", + "title": "Knockback Resistance", "additionalProperties": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", diff --git a/source/behavior/entities/format/components/minecraft.lava_movement.json b/source/behavior/entities/format/components/minecraft.lava_movement.json index c04646cd..33a6d586 100644 --- a/source/behavior/entities/format/components/minecraft.lava_movement.json +++ b/source/behavior/entities/format/components/minecraft.lava_movement.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.lava_movement", + "$id": "blockception.minecraft.behavior.entities.minecraft.lava_movement", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", - "title": "Lava Movement 1.8.0", + "title": "Lava Movement", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.leashable.json b/source/behavior/entities/format/components/minecraft.leashable.json index edf0a07d..0bb141ed 100644 --- a/source/behavior/entities/format/components/minecraft.leashable.json +++ b/source/behavior/entities/format/components/minecraft.leashable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.leashable", + "$id": "blockception.minecraft.behavior.entities.minecraft.leashable", "type": "object", - "title": "Leashable 1.16.0", + "title": "Leashable", "description": "Defines interactions with this entity.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.lookat.json b/source/behavior/entities/format/components/minecraft.lookat.json index 4496233c..500f6522 100644 --- a/source/behavior/entities/format/components/minecraft.lookat.json +++ b/source/behavior/entities/format/components/minecraft.lookat.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.lookat", + "$id": "blockception.minecraft.behavior.entities.minecraft.lookat", "description": "Defines the behavior when another entity looks at this entity.", "type": "object", - "title": "Lookat 1.16.0", + "title": "Lookat", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.loot.json b/source/behavior/entities/format/components/minecraft.loot.json index e9f8c027..53c12147 100644 --- a/source/behavior/entities/format/components/minecraft.loot.json +++ b/source/behavior/entities/format/components/minecraft.loot.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.loot", + "$id": "blockception.minecraft.behavior.entities.minecraft.loot", "type": "object", - "title": "Loot 1.8.0", + "title": "Loot", "description": "sets the loot table for what items this entity drops upon death.", "additionalProperties": false, "required": ["table"], diff --git a/source/behavior/entities/format/components/minecraft.managed_wandering_trader.json b/source/behavior/entities/format/components/minecraft.managed_wandering_trader.json index 06091e63..9108de3b 100644 --- a/source/behavior/entities/format/components/minecraft.managed_wandering_trader.json +++ b/source/behavior/entities/format/components/minecraft.managed_wandering_trader.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.managed_wandering_trader", + "$id": "blockception.minecraft.behavior.entities.minecraft.managed_wandering_trader", "type": "object", - "title": "Managed Wandering Trader 1.8.0", + "title": "Managed Wandering Trader", "additionalProperties": false, "required": [], "properties": {}, diff --git a/source/behavior/entities/format/components/minecraft.mark_variant.json b/source/behavior/entities/format/components/minecraft.mark_variant.json index 4e7e1982..9123976a 100644 --- a/source/behavior/entities/format/components/minecraft.mark_variant.json +++ b/source/behavior/entities/format/components/minecraft.mark_variant.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.mark_variant", + "$id": "blockception.minecraft.behavior.entities.minecraft.mark_variant", "type": "object", - "title": "Mark Variant 1.8.0", + "title": "Mark Variant", "description": "Additional variant value. Can be used to further differentiate variants.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.mob_effect.json b/source/behavior/entities/format/components/minecraft.mob_effect.json index 7a499049..90fdd430 100644 --- a/source/behavior/entities/format/components/minecraft.mob_effect.json +++ b/source/behavior/entities/format/components/minecraft.mob_effect.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.mob_effect", + "$id": "blockception.minecraft.behavior.entities.minecraft.mob_effect", "type": "object", - "title": "Mob Effect 1.16.0", + "title": "Mob Effect", "description": "A component that applies a mob effect to entities that get within range.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.movement.amphibious.json b/source/behavior/entities/format/components/minecraft.movement.amphibious.json index 18bfbd0c..1f40befd 100644 --- a/source/behavior/entities/format/components/minecraft.movement.amphibious.json +++ b/source/behavior/entities/format/components/minecraft.movement.amphibious.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.amphibious", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement.amphibious", "type": "object", - "title": "Movement.amphibious 1.8.0", + "title": "Movement.amphibious", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.movement.basic.json b/source/behavior/entities/format/components/minecraft.movement.basic.json index ec6353ba..070c26c4 100644 --- a/source/behavior/entities/format/components/minecraft.movement.basic.json +++ b/source/behavior/entities/format/components/minecraft.movement.basic.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.basic", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement.basic", "type": "object", - "title": "Movement.basic 1.8.0", + "title": "Movement.basic", "description": "defines the movement of an entity.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/components/minecraft.movement.fly.json b/source/behavior/entities/format/components/minecraft.movement.fly.json index 369343e0..50cfcf8b 100644 --- a/source/behavior/entities/format/components/minecraft.movement.fly.json +++ b/source/behavior/entities/format/components/minecraft.movement.fly.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.fly", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement.fly", "type": "object", - "title": "Movement.fly 1.8.0", + "title": "Movement.fly", "description": "This move control causes the mob to fly.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/components/minecraft.movement.generic.json b/source/behavior/entities/format/components/minecraft.movement.generic.json index 85c5a752..8c1b8299 100644 --- a/source/behavior/entities/format/components/minecraft.movement.generic.json +++ b/source/behavior/entities/format/components/minecraft.movement.generic.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.generic", + "$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 1.8.0", + "title": "Movement.generic", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.movement.glide.json b/source/behavior/entities/format/components/minecraft.movement.glide.json index cbabe7ad..19893c03 100644 --- a/source/behavior/entities/format/components/minecraft.movement.glide.json +++ b/source/behavior/entities/format/components/minecraft.movement.glide.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement.glide", "type": "object", - "title": "Movement.glide 1.8.0", + "title": "Movement.glide", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.movement.hover.json b/source/behavior/entities/format/components/minecraft.movement.hover.json index b4910918..93c45c35 100644 --- a/source/behavior/entities/format/components/minecraft.movement.hover.json +++ b/source/behavior/entities/format/components/minecraft.movement.hover.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.movement.hover", - "title": "Movement.hover 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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/minecraft.movement.json b/source/behavior/entities/format/components/minecraft.movement.json index 95390ed4..b1e1d842 100644 --- a/source/behavior/entities/format/components/minecraft.movement.json +++ b/source/behavior/entities/format/components/minecraft.movement.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement", "type": "object", - "title": "Movement 1.8.0", + "title": "Movement", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.movement.jump.json b/source/behavior/entities/format/components/minecraft.movement.jump.json index 3931a593..87cf303d 100644 --- a/source/behavior/entities/format/components/minecraft.movement.jump.json +++ b/source/behavior/entities/format/components/minecraft.movement.jump.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.movement.jump", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement.jump", "type": "object", - "title": "Movement.jump 1.16.0", + "title": "Movement.jump", "description": "Move control that causes the mob to jump as it moves with a specified delay between jumps.", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.movement.skip.json b/source/behavior/entities/format/components/minecraft.movement.skip.json index 91a040e4..1792f03c 100644 --- a/source/behavior/entities/format/components/minecraft.movement.skip.json +++ b/source/behavior/entities/format/components/minecraft.movement.skip.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.skip", + "$id": "blockception.minecraft.behavior.entities.minecraft.movement.skip", "type": "object", - "title": "Movement.skip 1.8.0", + "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/minecraft.movement.sway.json b/source/behavior/entities/format/components/minecraft.movement.sway.json index 03c010c2..fcdd4f32 100644 --- a/source/behavior/entities/format/components/minecraft.movement.sway.json +++ b/source/behavior/entities/format/components/minecraft.movement.sway.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.movement.sway", - "title": "Movement.sway 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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, diff --git a/source/behavior/entities/format/components/minecraft.nameable.json b/source/behavior/entities/format/components/minecraft.nameable.json index 4474f94c..5ab9de25 100644 --- a/source/behavior/entities/format/components/minecraft.nameable.json +++ b/source/behavior/entities/format/components/minecraft.nameable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.nameable", + "$id": "blockception.minecraft.behavior.entities.minecraft.nameable", "type": "object", - "title": "Nameable 1.16.0", + "title": "Nameable", "additionalProperties": false, "description": "Allows this entity to be named (e.g. using a name tag).", diff --git a/source/behavior/entities/format/components/minecraft.navigation.climb.json b/source/behavior/entities/format/components/minecraft.navigation.climb.json index 3cb66e8b..fb9b3e5d 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.climb.json +++ b/source/behavior/entities/format/components/minecraft.navigation.climb.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.climb", - "title": "Navigation.climb 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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, diff --git a/source/behavior/entities/format/components/minecraft.navigation.float.json b/source/behavior/entities/format/components/minecraft.navigation.float.json index 31d1b373..02d8ff37 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.float.json +++ b/source/behavior/entities/format/components/minecraft.navigation.float.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.float", - "title": "Navigation.float 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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, diff --git a/source/behavior/entities/format/components/minecraft.navigation.fly.json b/source/behavior/entities/format/components/minecraft.navigation.fly.json index 77b02957..fb503162 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.fly.json +++ b/source/behavior/entities/format/components/minecraft.navigation.fly.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.fly", - "title": "Navigation.fly 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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, diff --git a/source/behavior/entities/format/components/minecraft.navigation.generic.json b/source/behavior/entities/format/components/minecraft.navigation.generic.json index cbd03864..9de2a522 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.generic.json +++ b/source/behavior/entities/format/components/minecraft.navigation.generic.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.generic", - "title": "Navigation.generic 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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, diff --git a/source/behavior/entities/format/components/minecraft.navigation.hover.json b/source/behavior/entities/format/components/minecraft.navigation.hover.json index 59fede07..584bbba0 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.hover.json +++ b/source/behavior/entities/format/components/minecraft.navigation.hover.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.hover", - "title": "Navigation.hover 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.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, diff --git a/source/behavior/entities/format/components/minecraft.navigation.swim.json b/source/behavior/entities/format/components/minecraft.navigation.swim.json index a1a6ef49..f179afdb 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.swim.json +++ b/source/behavior/entities/format/components/minecraft.navigation.swim.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.swim", - "title": "Navigation.swim 1.16.0", + "$id": "blockception.minecraft.behavior.entities.minecraft.navigation.swim", + "title": "Navigation.swim", "description": "Allows this entity to generate paths that include water.", "type": "object", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.navigation.walk.json b/source/behavior/entities/format/components/minecraft.navigation.walk.json index 31453a64..735d65e0 100644 --- a/source/behavior/entities/format/components/minecraft.navigation.walk.json +++ b/source/behavior/entities/format/components/minecraft.navigation.walk.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.walk", + "$id": "blockception.minecraft.behavior.entities.minecraft.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", diff --git a/source/behavior/entities/format/components/minecraft.npc.json b/source/behavior/entities/format/components/minecraft.npc.json index 9420b450..61771603 100644 --- a/source/behavior/entities/format/components/minecraft.npc.json +++ b/source/behavior/entities/format/components/minecraft.npc.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.npc", + "$id": "blockception.minecraft.behavior.entities.minecraft.npc", "type": "object", - "title": "Npc 1.16.0", + "title": "Npc", "description": "A component that applies a mob effect to entities that get within range.", "additionalProperties": false, "definitions": { diff --git a/source/behavior/entities/format/components/minecraft.on_death.json b/source/behavior/entities/format/components/minecraft.on_death.json index 5cd3aba4..7a6087cb 100644 --- a/source/behavior/entities/format/components/minecraft.on_death.json +++ b/source/behavior/entities/format/components/minecraft.on_death.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_death", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_death", "description": "Adds a trigger to call on this entity's death. minecraft:on_death can only be used by the `ender_dragon` entity.", - "title": "On Death 1.8.0", + "title": "On Death", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_friendly_anger.json b/source/behavior/entities/format/components/minecraft.on_friendly_anger.json index f8d0a909..2ae9bb51 100644 --- a/source/behavior/entities/format/components/minecraft.on_friendly_anger.json +++ b/source/behavior/entities/format/components/minecraft.on_friendly_anger.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_friendly_anger", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_friendly_anger", "description": "Adds a trigger that will run when a nearby entity of the same type as this entity becomes Angry.", - "title": "On Friendly Anger 1.8.0", + "title": "On Friendly Anger", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_hurt.json b/source/behavior/entities/format/components/minecraft.on_hurt.json index 54913fb7..132845f6 100644 --- a/source/behavior/entities/format/components/minecraft.on_hurt.json +++ b/source/behavior/entities/format/components/minecraft.on_hurt.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_hurt", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_hurt", "description": "Adds a trigger to call when this entity takes damage.", - "title": "On Hurt 1.8.0", + "title": "On Hurt", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_hurt_by_player.json b/source/behavior/entities/format/components/minecraft.on_hurt_by_player.json index e05dd809..f084b977 100644 --- a/source/behavior/entities/format/components/minecraft.on_hurt_by_player.json +++ b/source/behavior/entities/format/components/minecraft.on_hurt_by_player.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_hurt_by_player", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_hurt_by_player", "description": "Adds a trigger to call when this entity is attacked by the player.", - "title": "On Hurt By Player 1.8.0", + "title": "On Hurt By Player", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_ignite.json b/source/behavior/entities/format/components/minecraft.on_ignite.json index 41a85a74..7603f101 100644 --- a/source/behavior/entities/format/components/minecraft.on_ignite.json +++ b/source/behavior/entities/format/components/minecraft.on_ignite.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_ignite", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_ignite", "description": "Adds a trigger to call when this entity is set on fire.", - "title": "On Ignite 1.8.0", + "title": "On Ignite", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_start_landing.json b/source/behavior/entities/format/components/minecraft.on_start_landing.json index ffcab574..cfda6c97 100644 --- a/source/behavior/entities/format/components/minecraft.on_start_landing.json +++ b/source/behavior/entities/format/components/minecraft.on_start_landing.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_start_landing", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_start_landing", "description": "Only usable by the Ender Dragon. Adds a trigger to call when this entity lands.", - "title": "On Start Landing 1.8.0", + "title": "On Start Landing", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_start_takeoff.json b/source/behavior/entities/format/components/minecraft.on_start_takeoff.json index e459f058..016bbf46 100644 --- a/source/behavior/entities/format/components/minecraft.on_start_takeoff.json +++ b/source/behavior/entities/format/components/minecraft.on_start_takeoff.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_start_takeoff", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_start_takeoff", "description": "Only usable by the Ender Dragon. Adds a trigger to call when this entity starts flying.", - "title": "On Start Takeoff 1.8.0", + "title": "On Start Takeoff", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_target_acquired.json b/source/behavior/entities/format/components/minecraft.on_target_acquired.json index b43dbe1b..5af0e416 100644 --- a/source/behavior/entities/format/components/minecraft.on_target_acquired.json +++ b/source/behavior/entities/format/components/minecraft.on_target_acquired.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_target_acquired", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_target_acquired", "description": "Adds a trigger to call when this entity finds a target.", - "title": "On Target Acquired 1.8.0", + "title": "On Target Acquired", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_target_escape.json b/source/behavior/entities/format/components/minecraft.on_target_escape.json index 58711d84..f07567b7 100644 --- a/source/behavior/entities/format/components/minecraft.on_target_escape.json +++ b/source/behavior/entities/format/components/minecraft.on_target_escape.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_target_escape", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_target_escape", "description": "Adds a trigger to call when this entity loses the target it currently has.", - "title": "On Target Escape 1.8.0", + "title": "On Target Escape", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.on_wake_with_owner.json b/source/behavior/entities/format/components/minecraft.on_wake_with_owner.json index 8488f1ec..cc1038f9 100644 --- a/source/behavior/entities/format/components/minecraft.on_wake_with_owner.json +++ b/source/behavior/entities/format/components/minecraft.on_wake_with_owner.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_wake_with_owner", + "$id": "blockception.minecraft.behavior.entities.minecraft.on_wake_with_owner", "description": "Adds a trigger to call when this pet's owner awakes after sleeping with the pet.", - "title": "On Wake With Owner 1.8.0", + "title": "On Wake With Owner", "$ref": "../types/trigger.json" } diff --git a/source/behavior/entities/format/components/minecraft.out_of_control.json b/source/behavior/entities/format/components/minecraft.out_of_control.json index 5fa9db79..6d2c8f26 100644 --- a/source/behavior/entities/format/components/minecraft.out_of_control.json +++ b/source/behavior/entities/format/components/minecraft.out_of_control.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.out_of_control", + "$id": "blockception.minecraft.behavior.entities.minecraft.out_of_control", "type": "object", "title": "Out Of Control", "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.peek.json b/source/behavior/entities/format/components/minecraft.peek.json index 3887f62b..47a72115 100644 --- a/source/behavior/entities/format/components/minecraft.peek.json +++ b/source/behavior/entities/format/components/minecraft.peek.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.peek", + "$id": "blockception.minecraft.behavior.entities.minecraft.peek", "description": "Defines the entity's `peek` behavior, defining the events that should be called during it", "type": "object", - "title": "Peek 1.8.0", + "title": "Peek", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.persistent.json b/source/behavior/entities/format/components/minecraft.persistent.json index 00aaf3f1..0bf034f1 100644 --- a/source/behavior/entities/format/components/minecraft.persistent.json +++ b/source/behavior/entities/format/components/minecraft.persistent.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.persistent", + "$id": "blockception.minecraft.behavior.entities.minecraft.persistent", "description": "Defines whether an entity should be persistent in the game world.", "type": "object", - "title": "Persistent 1.8.0", + "title": "Persistent", "additionalProperties": false, "required": [], "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.physics.json b/source/behavior/entities/format/components/minecraft.physics.json index 26050f51..901c33e4 100644 --- a/source/behavior/entities/format/components/minecraft.physics.json +++ b/source/behavior/entities/format/components/minecraft.physics.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.physics", + "$id": "blockception.minecraft.behavior.entities.minecraft.physics", "additionalProperties": false, "type": "object", - "title": "Physics 1.8.0", + "title": "Physics", "description": "Defines a dynamic type jump control that will change jump properties based on the speed modifier of the mob.", "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.player.exhaustion.json b/source/behavior/entities/format/components/minecraft.player.exhaustion.json index 5d292bdd..482f84fb 100644 --- a/source/behavior/entities/format/components/minecraft.player.exhaustion.json +++ b/source/behavior/entities/format/components/minecraft.player.exhaustion.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.player.exhaustion", + "$id": "blockception.minecraft.behavior.entities.minecraft.player.exhaustion", "additionalProperties": false, "type": "object", - "title": "Player.exhaustion 1.8.0", + "title": "Player.exhaustion", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.player.experience.json b/source/behavior/entities/format/components/minecraft.player.experience.json index b8aa33ab..9af24180 100644 --- a/source/behavior/entities/format/components/minecraft.player.experience.json +++ b/source/behavior/entities/format/components/minecraft.player.experience.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.player.experience", + "$id": "blockception.minecraft.behavior.entities.minecraft.player.experience", "additionalProperties": false, "type": "object", - "title": "Player.experience 1.8.0", + "title": "Player.experience", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.player.level.json b/source/behavior/entities/format/components/minecraft.player.level.json index e405789e..67968da6 100644 --- a/source/behavior/entities/format/components/minecraft.player.level.json +++ b/source/behavior/entities/format/components/minecraft.player.level.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.player.level", + "$id": "blockception.minecraft.behavior.entities.minecraft.player.level", "additionalProperties": false, "type": "object", - "title": "Player.level 1.8.0", + "title": "Player.level", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.player.saturation.json b/source/behavior/entities/format/components/minecraft.player.saturation.json index c86517c3..7df356d3 100644 --- a/source/behavior/entities/format/components/minecraft.player.saturation.json +++ b/source/behavior/entities/format/components/minecraft.player.saturation.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.player.saturation", + "$id": "blockception.minecraft.behavior.entities.minecraft.player.saturation", "additionalProperties": false, "type": "object", - "title": "Player.saturation 1.8.0", + "title": "Player.saturation", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.preferred_path.json b/source/behavior/entities/format/components/minecraft.preferred_path.json index 96632213..d8587858 100644 --- a/source/behavior/entities/format/components/minecraft.preferred_path.json +++ b/source/behavior/entities/format/components/minecraft.preferred_path.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.preferred_path", + "$id": "blockception.minecraft.behavior.entities.minecraft.preferred_path", "type": "object", - "title": "Preferred Path 1.8.0", + "title": "Preferred Path", "description": "Specifies costing information for mobs that prefer to walk on preferred paths.", "additionalProperties": false, "required": ["preferred_path_blocks"], diff --git a/source/behavior/entities/format/components/minecraft.projectile.json b/source/behavior/entities/format/components/minecraft.projectile.json index 531f70cb..4c81bebf 100644 --- a/source/behavior/entities/format/components/minecraft.projectile.json +++ b/source/behavior/entities/format/components/minecraft.projectile.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.interact", + "$id": "blockception.minecraft.behavior.entities.minecraft.interact", "type": "object", - "title": "Interact 1.16.0", + "title": "Interact", "description": "Allows the entity to be a thrown entity.", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.push_through.json b/source/behavior/entities/format/components/minecraft.push_through.json index 245aa0fb..c7b09359 100644 --- a/source/behavior/entities/format/components/minecraft.push_through.json +++ b/source/behavior/entities/format/components/minecraft.push_through.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.push_through", + "$id": "blockception.minecraft.behavior.entities.minecraft.push_through", "type": "object", - "title": "Push Through 1.8.0", + "title": "Push Through", "additionalProperties": false, "description": "Sets the distance through which the entity can push through.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.pushable.json b/source/behavior/entities/format/components/minecraft.pushable.json index 094e4618..dcc73638 100644 --- a/source/behavior/entities/format/components/minecraft.pushable.json +++ b/source/behavior/entities/format/components/minecraft.pushable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.pushable", + "$id": "blockception.minecraft.behavior.entities.minecraft.pushable", "additionalProperties": false, "type": "object", - "title": "Pushable 1.8.0", + "title": "Pushable", "description": "Defines what can push an entity between other entities and pistons.", "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.raid_trigger.json b/source/behavior/entities/format/components/minecraft.raid_trigger.json index 3090dc72..9888682c 100644 --- a/source/behavior/entities/format/components/minecraft.raid_trigger.json +++ b/source/behavior/entities/format/components/minecraft.raid_trigger.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.raid_trigger", + "$id": "blockception.minecraft.behavior.entities.minecraft.raid_trigger", "type": "object", - "title": "Raid Trigger 1.8.0", + "title": "Raid Trigger", "additionalProperties": false, "description": "Attempts to trigger a raid at the entity's location.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.rail_movement.json b/source/behavior/entities/format/components/minecraft.rail_movement.json index 3f140e2c..f947c496 100644 --- a/source/behavior/entities/format/components/minecraft.rail_movement.json +++ b/source/behavior/entities/format/components/minecraft.rail_movement.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.rail_movement", + "$id": "blockception.minecraft.behavior.entities.minecraft.rail_movement", "type": "object", - "title": "Rail Movement 1.8.0", + "title": "Rail Movement", "description": "Defines the entity's movement on the rails. An entity with this component is only allowed to move on the rail.", "additionalProperties": false, "required": [], diff --git a/source/behavior/entities/format/components/minecraft.rail_sensor.json b/source/behavior/entities/format/components/minecraft.rail_sensor.json index 9cfbe30b..c97ce7b4 100644 --- a/source/behavior/entities/format/components/minecraft.rail_sensor.json +++ b/source/behavior/entities/format/components/minecraft.rail_sensor.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.rail_sensor", + "$id": "blockception.minecraft.behavior.entities.minecraft.rail_sensor", "description": "Defines the behavior of the entity when the rail gets activated or deactivated.", "type": "object", - "title": "Rail Sensor 1.8.0", + "title": "Rail Sensor", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.ravager_blocked.json b/source/behavior/entities/format/components/minecraft.ravager_blocked.json index 2cba8c37..543d231f 100644 --- a/source/behavior/entities/format/components/minecraft.ravager_blocked.json +++ b/source/behavior/entities/format/components/minecraft.ravager_blocked.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.ravager_blocked", + "$id": "blockception.minecraft.behavior.entities.minecraft.ravager_blocked", "description": "Defines the ravager's response to their melee attack being blocked.", "type": "object", - "title": "Ravager Blocked 1.8.0", + "title": "Ravager Blocked", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.rideable.json b/source/behavior/entities/format/components/minecraft.rideable.json index 3bc5b3fa..b58be3ef 100644 --- a/source/behavior/entities/format/components/minecraft.rideable.json +++ b/source/behavior/entities/format/components/minecraft.rideable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.rideable", + "$id": "blockception.minecraft.behavior.entities.minecraft.rideable", "description": "Determines whether this entity can be ridden. Allows specifying the different seat positions and quantity.", "type": "object", - "title": "Rideable 1.16.0", + "title": "Rideable", "additionalProperties": false, "definitions": { "seats_spec": { diff --git a/source/behavior/entities/format/components/minecraft.scaffolding_climber.json b/source/behavior/entities/format/components/minecraft.scaffolding_climber.json index 4d0905e7..4d4aa438 100644 --- a/source/behavior/entities/format/components/minecraft.scaffolding_climber.json +++ b/source/behavior/entities/format/components/minecraft.scaffolding_climber.json @@ -1,4 +1,4 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.scaffolding_climber", + "$id": "blockception.minecraft.behavior.entities.minecraft.scaffolding_climber", "$comment": "DEPRECATED" } diff --git a/source/behavior/entities/format/components/minecraft.scale.json b/source/behavior/entities/format/components/minecraft.scale.json index 5f8e1723..490c4bc3 100644 --- a/source/behavior/entities/format/components/minecraft.scale.json +++ b/source/behavior/entities/format/components/minecraft.scale.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.scale", + "$id": "blockception.minecraft.behavior.entities.minecraft.scale", "type": "object", - "title": "Scale 1.8.0", + "title": "Scale", "additionalProperties": false, "description": "Sets the entity's visual size.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.scale_by_age.json b/source/behavior/entities/format/components/minecraft.scale_by_age.json index 06f322da..eb9fdf65 100644 --- a/source/behavior/entities/format/components/minecraft.scale_by_age.json +++ b/source/behavior/entities/format/components/minecraft.scale_by_age.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.scale_by_age", + "$id": "blockception.minecraft.behavior.entities.minecraft.scale_by_age", "type": "object", - "title": "Scale By Age 1.8.0", + "title": "Scale By Age", "additionalProperties": false, "description": "Defines the entity's size interpolation based on the entity's age.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.scheduler.json b/source/behavior/entities/format/components/minecraft.scheduler.json index 263b4e8f..c9f6fcb3 100644 --- a/source/behavior/entities/format/components/minecraft.scheduler.json +++ b/source/behavior/entities/format/components/minecraft.scheduler.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.scheduler", + "$id": "blockception.minecraft.behavior.entities.minecraft.scheduler", "description": "fires off scheduled mob events at time of day events.", "type": "object", - "title": "Scheduler 1.16.0", + "title": "Scheduler", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.shareables.json b/source/behavior/entities/format/components/minecraft.shareables.json index d8ffe519..057f74ab 100644 --- a/source/behavior/entities/format/components/minecraft.shareables.json +++ b/source/behavior/entities/format/components/minecraft.shareables.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.shareables", + "$id": "blockception.minecraft.behavior.entities.minecraft.shareables", "description": "Defines a list of items the mob wants to share or pick up. Each item must have the following parameters:", "type": "object", - "title": "Shareables 1.16.0", + "title": "Shareables", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.shooter.json b/source/behavior/entities/format/components/minecraft.shooter.json index ec3c2e17..2dab522f 100644 --- a/source/behavior/entities/format/components/minecraft.shooter.json +++ b/source/behavior/entities/format/components/minecraft.shooter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.shooter", + "$id": "blockception.minecraft.behavior.entities.minecraft.shooter", "description": "Defines the entity's ranged attack behavior.", "type": "object", - "title": "Shooter 1.16.0", + "title": "Shooter", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.sittable.json b/source/behavior/entities/format/components/minecraft.sittable.json index 83954c98..7aaba913 100644 --- a/source/behavior/entities/format/components/minecraft.sittable.json +++ b/source/behavior/entities/format/components/minecraft.sittable.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.sittable", + "$id": "blockception.minecraft.behavior.entities.minecraft.sittable", "description": "Defines the entity's `sit` state.", "type": "object", - "title": "Sittable 1.8.0", + "title": "Sittable", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.skin_id.json b/source/behavior/entities/format/components/minecraft.skin_id.json index 7075aec1..e983bf87 100644 --- a/source/behavior/entities/format/components/minecraft.skin_id.json +++ b/source/behavior/entities/format/components/minecraft.skin_id.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.skin_id", + "$id": "blockception.minecraft.behavior.entities.minecraft.skin_id", "type": "object", - "title": "Skin Id 1.8.0", + "title": "Skin Id", "additionalProperties": false, "description": "Skin ID value. Can be used to differentiate skins, such as base skins for villagers.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.sound_volume.json b/source/behavior/entities/format/components/minecraft.sound_volume.json index 7dc3dce5..508bed0c 100644 --- a/source/behavior/entities/format/components/minecraft.sound_volume.json +++ b/source/behavior/entities/format/components/minecraft.sound_volume.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.sound_volume", + "$id": "blockception.minecraft.behavior.entities.minecraft.sound_volume", "type": "object", - "title": "Sound Volume 1.8.0", + "title": "Sound Volume", "additionalProperties": false, "description": "Sets the entity's base volume for sound effects.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.spawn_entity.json b/source/behavior/entities/format/components/minecraft.spawn_entity.json index 64694c96..9dca6e02 100644 --- a/source/behavior/entities/format/components/minecraft.spawn_entity.json +++ b/source/behavior/entities/format/components/minecraft.spawn_entity.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.spawn_entity", + "$id": "blockception.minecraft.behavior.entities.minecraft.spawn_entity", "type": "object", "description": "Adds a timer after which this entity will spawn another entity or item (similar to vanilla's chicken's egg-laying behavior).", - "title": "Spawn Entity 1.16.0", + "title": "Spawn Entity", "additionalProperties": false, "definitions": { diff --git a/source/behavior/entities/format/components/minecraft.spell_effects.json b/source/behavior/entities/format/components/minecraft.spell_effects.json index c9937458..0b72eb8d 100644 --- a/source/behavior/entities/format/components/minecraft.spell_effects.json +++ b/source/behavior/entities/format/components/minecraft.spell_effects.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.spell_effects", + "$id": "blockception.minecraft.behavior.entities.minecraft.spell_effects", "type": "object", - "title": "Spell Effects 1.8.0", + "title": "Spell Effects", "additionalProperties": false, "description": "Defines what mob effects to add and remove to the entity when adding this component.", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.strength.json b/source/behavior/entities/format/components/minecraft.strength.json index 700f0838..c854ac72 100644 --- a/source/behavior/entities/format/components/minecraft.strength.json +++ b/source/behavior/entities/format/components/minecraft.strength.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.strength", + "$id": "blockception.minecraft.behavior.entities.minecraft.strength", "description": "Defines the entity's strength to carry items.", "type": "object", - "title": "Strength 1.16.0", + "title": "Strength", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.tameable.json b/source/behavior/entities/format/components/minecraft.tameable.json index 5b5ef301..cc5dbbc4 100644 --- a/source/behavior/entities/format/components/minecraft.tameable.json +++ b/source/behavior/entities/format/components/minecraft.tameable.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.tameable", + "$id": "blockception.minecraft.behavior.entities.minecraft.tameable", "type": "object", - "title": "Tameable 1.8.0", + "title": "Tameable", "description": "Defines the rules for a mob to be tamed by the player.", "required": [], "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.tamemount.json b/source/behavior/entities/format/components/minecraft.tamemount.json index 5f996172..a576c626 100644 --- a/source/behavior/entities/format/components/minecraft.tamemount.json +++ b/source/behavior/entities/format/components/minecraft.tamemount.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.tamemount", + "$id": "blockception.minecraft.behavior.entities.minecraft.tamemount", "description": "Allows the Entity to be tamed by mounting it.", "type": "object", - "title": "Tamemount 1.16.0", + "title": "Tamemount", "additionalProperties": false, "definitions": { "feed_items": { diff --git a/source/behavior/entities/format/components/minecraft.target_nearby_sensor.json b/source/behavior/entities/format/components/minecraft.target_nearby_sensor.json index 2dab29d3..12906924 100644 --- a/source/behavior/entities/format/components/minecraft.target_nearby_sensor.json +++ b/source/behavior/entities/format/components/minecraft.target_nearby_sensor.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.target_nearby_sensor", + "$id": "blockception.minecraft.behavior.entities.minecraft.target_nearby_sensor", "description": "Defines the entity's range within which it can see or sense other entities to target them.", "type": "object", - "title": "Target Nearby Sensor 1.8.0", + "title": "Target Nearby Sensor", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.teleport.json b/source/behavior/entities/format/components/minecraft.teleport.json index e259cc13..f3657edf 100644 --- a/source/behavior/entities/format/components/minecraft.teleport.json +++ b/source/behavior/entities/format/components/minecraft.teleport.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.teleport", + "$id": "blockception.minecraft.behavior.entities.minecraft.teleport", "description": "Defines an entity's teleporting behavior.", "type": "object", - "title": "Teleport 1.8.0", + "title": "Teleport", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.tick_world.json b/source/behavior/entities/format/components/minecraft.tick_world.json index 7ab30dfc..99dc13e6 100644 --- a/source/behavior/entities/format/components/minecraft.tick_world.json +++ b/source/behavior/entities/format/components/minecraft.tick_world.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.tick_world", + "$id": "blockception.minecraft.behavior.entities.minecraft.tick_world", "description": "Defines if the entity ticks the world and the radius around it to tick.", "type": "object", - "title": "Tick World 1.8.0", + "title": "Tick World", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.timer.json b/source/behavior/entities/format/components/minecraft.timer.json index a4877a03..038650cb 100644 --- a/source/behavior/entities/format/components/minecraft.timer.json +++ b/source/behavior/entities/format/components/minecraft.timer.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.timer", + "$id": "blockception.minecraft.behavior.entities.minecraft.timer", "type": "object", - "title": "Timer 1.8.0", + "title": "Timer", "description": "Adds a timer after which an event will fire.", "required": [], "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.trade_resupply.json b/source/behavior/entities/format/components/minecraft.trade_resupply.json index b72b4b72..1339f4df 100644 --- a/source/behavior/entities/format/components/minecraft.trade_resupply.json +++ b/source/behavior/entities/format/components/minecraft.trade_resupply.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.trade_resupply", + "$id": "blockception.minecraft.behavior.entities.minecraft.trade_resupply", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", - "title": "Trade Resupply 1.16.0", + "title": "Trade Resupply", "additionalProperties": false, "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.trade_table.json b/source/behavior/entities/format/components/minecraft.trade_table.json index b78b206a..51b0cd30 100644 --- a/source/behavior/entities/format/components/minecraft.trade_table.json +++ b/source/behavior/entities/format/components/minecraft.trade_table.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.trade_table", + "$id": "blockception.minecraft.behavior.entities.minecraft.trade_table", "description": "Defines this entity's ability to trade with players.", "type": "object", - "title": "Trade Table 1.8.0", + "title": "Trade Table", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.trail.json b/source/behavior/entities/format/components/minecraft.trail.json index 5becb8e5..e540a7fa 100644 --- a/source/behavior/entities/format/components/minecraft.trail.json +++ b/source/behavior/entities/format/components/minecraft.trail.json @@ -1,15 +1,15 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.trail", + "$id": "blockception.minecraft.behavior.entities.minecraft.trail", "description": "Defines the entity's trail to carry items.", "type": "object", - "title": "Trail 1.16.0", + "title": "Trail", "additionalProperties": false, "properties": { "block_type": { "type": "string", "default": "air", - "description": "The type of block you wish to be spawned by the entity as it move about the world. Solid blocks may not be spawned at an offset of (0,0,0).", + "description": "The type of block you wish to be spawned by the entity as it move about the world. Solid blocks may not be spawned at an offset of ().", "title": "Block Type" }, "spawn_filter": { diff --git a/source/behavior/entities/format/components/minecraft.transformation.json b/source/behavior/entities/format/components/minecraft.transformation.json index fcdb9ce2..2e54222c 100644 --- a/source/behavior/entities/format/components/minecraft.transformation.json +++ b/source/behavior/entities/format/components/minecraft.transformation.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.transformation", + "$id": "blockception.minecraft.behavior.entities.minecraft.transformation", "description": "Defines this entity's ability to trade with players.", "type": "object", - "title": "Transformation 1.16.0", + "title": "Transformation", "additionalProperties": false, "properties": { diff --git a/source/behavior/entities/format/components/minecraft.trust.json b/source/behavior/entities/format/components/minecraft.trust.json index 8c609878..d689c33a 100644 --- a/source/behavior/entities/format/components/minecraft.trust.json +++ b/source/behavior/entities/format/components/minecraft.trust.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.trust", + "$id": "blockception.minecraft.behavior.entities.minecraft.trust", "type": "object", - "title": "Trust 1.8.0", + "title": "Trust", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "required": [], diff --git a/source/behavior/entities/format/components/minecraft.trusting.json b/source/behavior/entities/format/components/minecraft.trusting.json index 425e99ba..a2ef1e7d 100644 --- a/source/behavior/entities/format/components/minecraft.trusting.json +++ b/source/behavior/entities/format/components/minecraft.trusting.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.trusting", + "$id": "blockception.minecraft.behavior.entities.minecraft.trusting", "type": "object", - "title": "Trusting 1.8.0", + "title": "Trusting", "description": "Defines the rules for a mob to trust players.", "required": [], "additionalProperties": false, diff --git a/source/behavior/entities/format/components/minecraft.type_family.json b/source/behavior/entities/format/components/minecraft.type_family.json index e0090fe3..216da168 100644 --- a/source/behavior/entities/format/components/minecraft.type_family.json +++ b/source/behavior/entities/format/components/minecraft.type_family.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.type_family", + "$id": "blockception.minecraft.behavior.entities.minecraft.type_family", "type": "object", - "title": "Type Family 1.8.0", + "title": "Type Family", "additionalProperties": false, "description": "Defines the families this entity belongs to.", "required": ["family"], diff --git a/source/behavior/entities/format/components/minecraft.underwater_movement.json b/source/behavior/entities/format/components/minecraft.underwater_movement.json index b579f810..a222fd0b 100644 --- a/source/behavior/entities/format/components/minecraft.underwater_movement.json +++ b/source/behavior/entities/format/components/minecraft.underwater_movement.json @@ -1,9 +1,9 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.underwater_movement", + "$id": "blockception.minecraft.behavior.entities.minecraft.underwater_movement", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", - "title": "Underwater Movement 1.8.0", + "title": "Underwater Movement", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.variant.json b/source/behavior/entities/format/components/minecraft.variant.json index 5796b07e..ff677b03 100644 --- a/source/behavior/entities/format/components/minecraft.variant.json +++ b/source/behavior/entities/format/components/minecraft.variant.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.variant", + "$id": "blockception.minecraft.behavior.entities.minecraft.variant", "additionalProperties": false, "type": "object", - "title": "Variant 1.8.0", + "title": "Variant", "description": "Used to differentiate the component group of a variant of an entity from others (e.g. ocelot, villager) Parameters", "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.walk_animation_speed.json b/source/behavior/entities/format/components/minecraft.walk_animation_speed.json index 10632a4b..d58ea909 100644 --- a/source/behavior/entities/format/components/minecraft.walk_animation_speed.json +++ b/source/behavior/entities/format/components/minecraft.walk_animation_speed.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.walk_animation_speed", + "$id": "blockception.minecraft.behavior.entities.minecraft.walk_animation_speed", "additionalProperties": false, "type": "object", - "title": "Walk Animation Speed 1.8.0", + "title": "Walk Animation Speed", "description": "Sets the speed multiplier for this entity's walk animation speed.", "required": [], "properties": { diff --git a/source/behavior/entities/format/components/minecraft.wants_jockey.json b/source/behavior/entities/format/components/minecraft.wants_jockey.json index e50ec63d..7bd7d5f4 100644 --- a/source/behavior/entities/format/components/minecraft.wants_jockey.json +++ b/source/behavior/entities/format/components/minecraft.wants_jockey.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.wants_jockey", + "$id": "blockception.minecraft.behavior.entities.minecraft.wants_jockey", "description": "Sets that this entity wants to become a jockey.", "type": "object", - "title": "Wants Jockey 1.16.0", + "title": "Wants Jockey", "additionalProperties": false, "properties": {} diff --git a/source/behavior/entities/format/components/minecraft.water_movement.json b/source/behavior/entities/format/components/minecraft.water_movement.json index 031672d2..c0886256 100644 --- a/source/behavior/entities/format/components/minecraft.water_movement.json +++ b/source/behavior/entities/format/components/minecraft.water_movement.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.water_movement", + "$id": "blockception.minecraft.behavior.entities.minecraft.water_movement", "description": "Defines the speed with which an entity can move through water.", "type": "object", - "title": "Water Movement 1.8.0", + "title": "Water Movement", "additionalProperties": false, "required": [], "properties": { diff --git a/source/behavior/entities/format/events.json b/source/behavior/entities/format/events.json index c3eb5b51..c7d54bc4 100644 --- a/source/behavior/entities/format/events.json +++ b/source/behavior/entities/format/events.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.events.1.17.0", + "$id": "blockception.minecraft.behavior.entities.events", "type": "object", - "title": "Events 1.17.0", - "description": "Events for entities 1.17.0", + "title": "Events", + "description": "Events for entities", "additionalProperties": { "$ref": "#/definitions/event_base" }, "definitions": { "addremove": { diff --git a/source/behavior/entities/format/minecraft.entity.json b/source/behavior/entities/format/minecraft.entity.json index 70d37721..587078d6 100644 --- a/source/behavior/entities/format/minecraft.entity.json +++ b/source/behavior/entities/format/minecraft.entity.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.17.0", - "title": "Entity 1.17.0", + "$id": "blockception.minecraft.behavior.entities.minecraft:entity", + "title": "Entity", "required": ["description"], "dependencies": { "component_groups": ["events"] }, "additionalProperties": false, @@ -30,22 +30,26 @@ "is_spawnable": { "type": "boolean", "title": "Is Spawnable", - "description": "Sets whether or not this entity has a spawn egg in the creative ui." + "description": "Sets whether or not this entity has a spawn egg in the creative ui.", + "default": false }, "is_summonable": { "type": "boolean", "title": "Is Summonable Property", - "description": "Sets whether or not we can summon this entity using commands such as /summon." + "description": "Sets whether or not we can summon this entity using commands such as /summon.", + "default": true }, "is_experimental": { "type": "boolean", "title": "Is Experimental", - "description": "Sets whether or not this entity is experimental. Experimental entities are only enabled when the experimental toggle is enabled." + "description": "Sets whether or not this entity is experimental. Experimental entities are only enabled when the experimental toggle is enabled.", + "default": false }, "runtime_identifier": { "type": "string", "title": "Runtime Identifier", - "description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from." + "description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.", + "examples": ["minecraft."] }, "scripts": { "type": "object", @@ -79,14 +83,14 @@ "uniqueItems": true, "type": "object", "additionalProperties": { - "$ref": "../1.16.0/components.json", + "$ref": "./components.json", "uniqueItems": true, "description": "The components that are added as the foundation of the entity", "title": "Component" } }, "components": { - "$ref": "../1.16.0/components.json", + "$ref": "./components.json", "uniqueItems": true, "description": "The components that are added as the foundation of the entity", "title": "Component" diff --git a/source/behavior/entities/format/types/entity_types.json b/source/behavior/entities/format/types/entity_types.json index 2139b745..5713b91e 100644 --- a/source/behavior/entities/format/types/entity_types.json +++ b/source/behavior/entities/format/types/entity_types.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.type.entity_types.1.8.0", - "title": "Entity Types 1.8.0", + "$id": "blockception.minecraft.behavior.entities.type.entity_types", + "title": "Entity Types", "definitions": { "entity_definition": { "description": "The entity type", diff --git a/source/behavior/entities/format/types/event.json b/source/behavior/entities/format/types/event.json index 45d7d47d..e1a3e536 100644 --- a/source/behavior/entities/format/types/event.json +++ b/source/behavior/entities/format/types/event.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.entities.1.8.0.event", + "$id": "blockception.minecraft.entities.event", "title": "Event", - "description": "Minecraft behavior event 1.8.0", + "description": "Minecraft behavior event", "examples": [{ "event": "example:foo", "target": "self" }], "oneOf": [ { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire" }, diff --git a/source/behavior/entities/format/types/range_number_type.json b/source/behavior/entities/format/types/range_number_type.json index ee0fd744..fb88c9ca 100644 --- a/source/behavior/entities/format/types/range_number_type.json +++ b/source/behavior/entities/format/types/range_number_type.json @@ -1,5 +1,5 @@ { - "$id": "blockception.minecraft.behavior.entities.type.range_number_type.1.8.0", + "$id": "blockception.minecraft.behavior.entities.type.range_number_type", "title": "Range [A, B]", "description": "A described range", "examples": [[0.0, 1.0]], diff --git a/source/behavior/entities/format/types/trigger.json b/source/behavior/entities/format/types/trigger.json index b5daae27..489e0abd 100644 --- a/source/behavior/entities/format/types/trigger.json +++ b/source/behavior/entities/format/types/trigger.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.entities.type.trigger.1.8.0", - "title": "Trigger1.8.0", + "$id": "blockception.minecraft.behavior.entities.type.trigger", + "title": "Trigger", "description": "Trigger to fire", "oneOf": [ { "type": "string" },