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.loot_tables.conditions",
"description": "A minecraft loot table condition",
"title": "Condition",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.Functions",
"description": "A minecraft loot table condition",
"title": "Functions",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.enchant_book_for_trading",
"additionalProperties": false,
"description": "The function enchant_book_for_trading",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.enchant_random_gear",
"additionalProperties": false,
"description": "The function enchant_random_gear",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.enchant_randomly",
"additionalProperties": false,
"description": "The function enchant_randomly",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.enchant_with_levels",
"additionalProperties": false,
"description": "The function enchant_with_levels",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.exploration_map",
"additionalProperties": false,
"description": "The function exploration_map",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.fill_container",
"additionalProperties": false,
"description": "The function fill_container",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.furnace_smelt",
"additionalProperties": false,
"description": "The function furnace_smelt",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.looting_enchant",
"additionalProperties": false,
"description": "The function looting_enchant",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.random_aux_value",
"additionalProperties": false,
"description": "The function random_aux_value",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.random_block_state",
"additionalProperties": false,
"description": "The function random_block_state",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.random_dye",
"additionalProperties": false,
"description": "The function random_dye",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_actor_id",
"additionalProperties": false,
"description": "The function set_actor_id",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_banner_details",
"additionalProperties": false,
"description": "The function set_banner_details",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_book_contents",
"additionalProperties": false,
"description": "The function set_book_contents",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_count",
"additionalProperties": false,
"description": "The function set_count",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_damage",
"additionalProperties": false,
"description": "The function set_damage",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_data",
"additionalProperties": false,
"description": "The function set_data",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_data_from_color_index",
"additionalProperties": false,
"description": "The function set_data_from_color_index",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_lore",
"additionalProperties": false,
"description": "The function set_lore",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.set_name",
"additionalProperties": false,
"description": "The function set_name",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.specific_enchants",
"additionalProperties": false,
"description": "The function specific_enchants",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables.trader_material_type",
"additionalProperties": false,
"description": "The function trader_material_type",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables",
"additionalProperties": false,
"description": "A minecraft loot table",