Add default filename and source filename format values
This commit is contained in:
parent
c996e772c8
commit
d79af724e3
@ -303,8 +303,8 @@ function ConfigModalForm({
|
|||||||
minecraft_properties_dir: "./properties",
|
minecraft_properties_dir: "./properties",
|
||||||
project_properties_path: "./gradle.properties",
|
project_properties_path: "./gradle.properties",
|
||||||
mod_version_field: "mod_version",
|
mod_version_field: "mod_version",
|
||||||
filename_format: "",
|
filename_format: "modname-${version}-mc${mc_version}.jar",
|
||||||
source_filename_format: "",
|
source_filename_format: "modname-${version}-mc${mc_version}-sources.jar",
|
||||||
modrinth: {
|
modrinth: {
|
||||||
project_id: "",
|
project_id: "",
|
||||||
version_name:
|
version_name:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user