-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example recipe tags, make tags required and add support for ex…
…tent and distribution in feature rules (#300) * - Update example recipe tags * - Make tags required * - Add support for extent and distribution
- Loading branch information
Showing
3 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"$id": "blockception.minecraft.behavior.1.12.0.recipe.tags", | ||
"description": "Recipe tags 1.12.0", | ||
"$id": "blockception.minecraft.behavior.recipe.tags", | ||
"description": "Recipe Tags", | ||
"title": "Tags", | ||
"type": "array", | ||
"items": { "type": "string", "title": "Tag", "examples": ["smithing_table", "deprecated"] } | ||
} | ||
"items": { "type": "string", "title": "Tag", "examples": [ | ||
"crafting_table", "furnace", "smoker", "blast_furnace", "campfire", "soul_campfire", "brewing_stand", "smithing_table", "deprecated" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters