mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add missing groups
This commit is contained in:
parent
0adc84df89
commit
43b4e72c49
3 changed files with 68 additions and 3 deletions
15
src/main/resources/datapack/bracken/item_groups.yml
Normal file
15
src/main/resources/datapack/bracken/item_groups.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
horse_armor:
|
||||
items:
|
||||
- leather_horse_armor
|
||||
- iron_horse_armor
|
||||
- golden_horse_armor
|
||||
- diamond_horse_armor
|
||||
|
||||
wolf_armor:
|
||||
items:
|
||||
- wolf_armor
|
||||
|
||||
pet_armor:
|
||||
groups:
|
||||
- wolf_armor
|
||||
- horse_armor
|
||||
Loading…
Add table
Add a link
Reference in a new issue