Modrinth 通用 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:35 → 2026-06-30 10:38
v1.0.1 v1.0.2
-5 +5
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY pterodactyl.io",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-01-13T09:44:32+00:00",
8 "name": "Modrinth Generic",
9 "author": "contact@chromozone.dev",
10 - "description": "A generic egg for a Modrinth modpack.",
11 "features": [
12 "eula",
13 "java_version",
展开 24 行未改动
38 },
39 "variables": [
40 {
41 - "name": "Modpack Project ID",
42 - "description": "This is the modpack project ID from the Modrinth site.\r\n\r\nFor example, the project ID of 'https://modrinth.com/modpack/fabulously-optimized/' is 1KVo5zza",
43 "env_variable": "PROJECT_ID",
44 "default_value": "",
45 "user_viewable": true,
46 "user_editable": true,
47 "rules": "required|string|max:8",
48 "field_type": "text"
49 },
50 {
51 - "name": "Modpack Version ID",
52 - "description": "This is the modpack version ID from the Modrinth site.\r\n\r\nFor example, the version ID of 'https://modrinth.com/modpack/fabulously-optimized/version/4.7.4' is P9wA6exe",
53 "env_variable": "VERSION_ID",
54 "default_value": "latest",
55 "user_viewable": true,
展开 3 行未改动
59 }
60 ]
61 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY pterodactyl.io",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-01-13T09:44:32+00:00",
8 "name": "Modrinth Generic",
9 "author": "contact@chromozone.dev",
10 + "description": "Modrinth 模组包通用模板。",
11 "features": [
12 "eula",
13 "java_version",
展开 24 行未改动
38 },
39 "variables": [
40 {
41 + "name": "模组包项目ID",
42 + "description": "这是来自 Modrinth 网站的整合包项目 ID。\n\n例如,'https://modrinth.com/modpack/fabulously-optimized/' 的项目 ID 是 1KVo5zza。",
43 "env_variable": "PROJECT_ID",
44 "default_value": "",
45 "user_viewable": true,
46 "user_editable": true,
47 "rules": "required|string|max:8",
48 "field_type": "text"
49 },
50 {
51 + "name": "模组包版本ID",
52 + "description": "这是来自 Modrinth 网站的整合包版本 ID。\n\n例如,'https://modrinth.com/modpack/fabulously-optimized/version/4.7.4' 的版本 ID 是 P9wA6exe。",
53 "env_variable": "VERSION_ID",
54 "default_value": "latest",
55 "user_viewable": true,
展开 3 行未改动
59 }
60 ]
61 }