Skip to content

Commit

Permalink
- Add tag to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Mar 23, 2024
1 parent 70e29d5 commit 9ee2a2b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion source/behavior/recipes/types/base types/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
"data": { "type": "integer", "minimum": 0, "title": "Item Data Value" },
"count": { "type": "integer", "minimum": 1, "default": 1, "title": "Count" }
}
},
{
"required": ["tag"],
"properties": {
"tag": {
"type": "string",
"title": "Item Tag",
"description": "The item to unlock",
"examples": ["minecraft:planks", "minecraft:wooden_slabs"]
}
}
}
]
}
}

0 comments on commit 9ee2a2b

Please sign in to comment.