mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
progress on update system
This commit is contained in:
parent
c7f1b63c78
commit
1e644f0a94
17 changed files with 1297 additions and 2 deletions
12
src/main/resources/version/1.20/versionUpgrade.yml
Normal file
12
src/main/resources/version/1.20/versionUpgrade.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
addNewItems:
|
||||
message: "Add 1.20 items"
|
||||
addPiglinHead:
|
||||
type: add_list
|
||||
config_type: item_group
|
||||
path: wearable.items
|
||||
value: piglin_head
|
||||
addBrush:
|
||||
type: list_add
|
||||
config_type: item_group
|
||||
path: can_unbreak.items
|
||||
value: brush
|
||||
Loading…
Add table
Add a link
Reference in a new issue