You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "${mod_id}",
|
|
"version": "${mod_version}",
|
|
"name": "${mod_name}",
|
|
"description": "${mod_description}",
|
|
"authors": ["${mod_authors}"],
|
|
"license": "${mod_license}",
|
|
"environment": "*",
|
|
"depends": {
|
|
"fabricloader": ">=${fabric_loader_version}",
|
|
"minecraft": ">=1.21",
|
|
"java": ">=25",
|
|
"decocraft": ">=${decocraft_version}"
|
|
}
|
|
} |