This commit is contained in:
DaanV2
2021-05-26 01:23:51 +02:00
parent 7ea35ef9dd
commit a98fbfbaa8
1023 changed files with 95 additions and 1050 deletions

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.ageable",
"type": "object",
"title": "Ageable 1.13.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.ambient_sound_interval",
"additionalProperties": false,
"type": "object",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.breedable",
"type": "object",
"title": "Breedable 1.13.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.damage_sensor",
"title": "Damage Sensor 1.13.0",
"description": "Defines what events to call when this entity is damaged by specific entities or items.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.environment_sensor",
"title": "Environment Sensor 1.13.0",
"description": "Creates a trigger based on environment conditions.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.experience_reward",
"type": "object",
"title": "Experience Reward 1.13.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.interact",
"type": "object",
"title": "Interact 1.13.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.climb",
"title": "Navigation.climb",
"description": "Allows this entity to generate paths that include vertical walls like the vanilla Spiders do.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.float",
"title": "Navigation.float",
"description": "Allows this entity to generate paths by flying around the air like the regular Ghast.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.fly",
"title": "Navigation.fly",
"description": "Allows this entity to generate paths in the air like the vanilla Parrots do.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.generic",
"title": "Navigation.generic 1.13.0",
"description": "Allows this entity to generate paths by walking, swimming, flying and/or climbing around and jumping up and down a block.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.swim",
"title": "Navigation.swim",
"description": "Allows this entity to generate paths by walking, swimming, flying and/or climbing around and jumping up and down a block.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.walk",
"title": "Navigation.walk 1.13.0",
"description": "Allows this entity to generate paths by walking around and jumping up and down a block like regular mobs.",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.projectile",
"description": "Allows the entity to be a thrown entity.",
"type": "object",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.rideable",
"description": "Determines whether this entity can be ridden. Allows specifying the different seat positions and quantity.",
"type": "object",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.transformation",
"description": "Defines this entity's ability to trade with players.",
"type": "object",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.base_priority",
"additionalProperties": false,
"type": "integer",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.entities.1.13.0.speed_multiplier",
"additionalProperties": false,
"default": 1.0,