Add default filename and source filename format values

This commit is contained in:
CPTProgrammer 2026-07-13 10:08:45 +08:00
parent c996e772c8
commit d79af724e3
No known key found for this signature in database

View File

@ -303,8 +303,8 @@ function ConfigModalForm({
minecraft_properties_dir: "./properties",
project_properties_path: "./gradle.properties",
mod_version_field: "mod_version",
filename_format: "",
source_filename_format: "",
filename_format: "modname-${version}-mc${mc_version}.jar",
source_filename_format: "modname-${version}-mc${mc_version}-sources.jar",
modrinth: {
project_id: "",
version_name: