remove trailing , from pack.mcmeta

This commit is contained in:
Jared 2021-10-06 03:41:23 +02:00
parent 4566e7b45a
commit f31c3f5ab0
No known key found for this signature in database
GPG Key ID: DB3BA3B9088A1BDF

View File

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"description": "${mod_name}", "description": "${mod_name}",
"pack_format": 6, "pack_format": 6
} }
} }