This commit is contained in:
DaanV2
2021-06-06 13:00:25 +02:00
parent 4e62c0237c
commit b0d9e9146c
105 changed files with 33270 additions and 173 deletions

View File

@@ -1,6 +1,6 @@
{
"$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'..",
"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",
"additionalProperties": false,
"required": ["description"],

View File

@@ -1,6 +1,6 @@
{
"$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..",
"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",
"additionalProperties": false,
"required": ["description"],