Skip to content

Commit

Permalink
feat(main): update data pack format to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
One-Nose committed Aug 6, 2023
1 parent 5d478c0 commit 232170e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Super Trim - Resources.zip
Binary file not shown.
Binary file modified Super Trim.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion datapack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Enables all items as armor trimming materials",
"pack_format": 11
"pack_format": 12
}
}
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def create_datapack(path: str) -> None:

pbar.update()
pbar.postfix = 'Creating pack.mcmeta...'
create_mcmeta(path, 'Enables all items as armor trimming materials', 11)
create_mcmeta(path, 'Enables all items as armor trimming materials', 12)

pbar.update()
pbar.postfix = 'Creating trim_materials.json...'
Expand Down

0 comments on commit 232170e

Please sign in to comment.