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.1.12.0.recipe",
"description": "Minecraft recipe 1.12.0",
"required": ["format_version"],

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.definition",
"description": "Recipe definition 1.12.0",
"title": "Definition",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.item",
"description": "Recipe item 1.12.0",
"title": "Item",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.tags",
"description": "Recipe tags 1.12.0",
"title": "Tags",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.furnace",
"description": "Represents a furnace recipe for a furnace.'Input' items will burn and transform into items specified in 'output'..",
"title": "Furnace Recipe 1.12.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.brewing.container",
"description": "Represents a Potion Brewing Container Recipe..",
"title": "Brewing Recipe 1.12.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.brewing.mix",
"description": "Represents a Potion Brewing Container Recipe..",
"title": "Brewing Recipe 1.12.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.shaped",
"description": "Represents a shaped crafting recipe for a crafting table. The key used in the pattern may be any single character except the 'space' character, which is reserved for empty slots in a recipe..",
"title": "Shaped Recipe 1.12.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.12.0.recipe.shapeless",
"description": "Represents a shapeless crafting recipe..",
"title": "Shapeless Recipe 1.12.0",

View File

@@ -1,5 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.recipes",
"examples": [
{