diff options
Diffstat (limited to 'src/main/resources/data/c')
| -rw-r--r-- | src/main/resources/data/c/tags/items/leathers.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/data/c/tags/items/leathers.json b/src/main/resources/data/c/tags/items/leathers.json new file mode 100644 index 0000000..3bae083 --- /dev/null +++ b/src/main/resources/data/c/tags/items/leathers.json | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | { | ||
| 2 | "replace": false, | ||
| 3 | "values": [ | ||
| 4 | { | ||
| 5 | "id": "#c:leather", | ||
| 6 | "required": false | ||
| 7 | }, | ||
| 8 | "minecraft:leather", | ||
| 9 | "minecraft:rabbit_hide" | ||
| 10 | ] | ||
| 11 | } \ No newline at end of file | ||