mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Better requirement system.
This commit is contained in:
parent
9e53755c0c
commit
c2223080f3
9 changed files with 278 additions and 9 deletions
|
|
@ -3,10 +3,14 @@ addNewItems:
|
|||
addPiglinHead:
|
||||
type: add_list
|
||||
config_type: item_group
|
||||
requirement:
|
||||
- "wearable.items is_list"
|
||||
path: wearable.items
|
||||
value: piglin_head
|
||||
addBrush:
|
||||
type: list_add
|
||||
config_type: item_group
|
||||
requirement:
|
||||
- "can_unbreak.items is_list"
|
||||
path: can_unbreak.items
|
||||
value: brush
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue