Skip to content

Commit 4d5b95b

Browse files
committed
build: Remove pack_format_number property
1 parent e58fedb commit 4d5b95b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-logic/src/main/groovy/multiloader-common.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ processResources {
9292
"discord": discord,
9393
"issues": issues,
9494
"sources": sources,
95-
"pack_format_number": pack_format_number,
9695
"balm_version": libs.versions.balm.get().split('\\+')[0],
9796
]
9897

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pack": {
33
"description": "${mod_name}",
4-
"pack_format": ${pack_format_number}
4+
"pack_format": 64
55
}
66
}

0 commit comments

Comments
 (0)