FTB-modpacks.ch 服务器 版本对比

变更: v1.0.2v1.0.3 2026-06-30 08:35 → 2026-06-30 10:36
v1.0.2 v1.0.3
-9 +9
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T19:39:44+00:00",
8 "name": "FTB-modpacks.ch Server",
9 "author": "runemaster580@gmail.com",
10 - "description": "Since the release of the FTB APP, FTB modpacks are now distributed through modpacks.ch. This egg was developed for support for modpacks that are distributed through this.",
11 "features": [
12 "eula",
13 "java_version",
展开 23 行未改动
37 },
38 "variables": [
39 {
40 - "name": "FTB Pack search term",
41 - "description": "the search term for finding the modpack. needs to be at least 4 characters long.\r\nFind out what term is needed by using the ftb app and searching with the term. make sure it only returns 1 result.\r\ncan also be searched for via: https://api.modpacks.ch/public/modpack/search/8?term={SEARCHTERM}\r\n\r\nonly needed if the modpack id and modpack version id is unknown.",
42 "env_variable": "FTB_SEARCH_TERM",
43 "default_value": "",
44 "user_viewable": true,
45 "user_editable": true,
46 "rules": "nullable|string",
47 "field_type": "text"
48 },
49 {
50 - "name": "FTB modpack ID",
51 - "description": "The FTB Api modpack ID.\r\nNeeded if not using the search variable\r\n\r\nExample: FTB Interactions ID is 5.\r\nhttps://api.modpacks.ch/public/modpack/5",
52 "env_variable": "FTB_MODPACK_ID",
53 "default_value": "",
54 "user_viewable": true,
55 "user_editable": true,
56 "rules": "nullable|integer",
57 "field_type": "text"
58 },
59 {
60 - "name": "FTB Pack Version",
61 - "description": "what version of the modpack to install. leave empty if using the modpack version id variable.",
62 "env_variable": "FTB_VERSION_STRING",
63 "default_value": "",
64 "user_viewable": true,
65 "user_editable": true,
66 "rules": "nullable|string",
67 "field_type": "text"
68 },
69 {
70 - "name": "FTB Pack Version ID",
71 - "description": "The modpack api version ID.\r\nneeded if not using the string for the version.\r\n\r\nExample FTB Revelations version id for version \"2.0.2\" is 86.\r\nwhich would come out as: https://api.modpacks.ch/public/modpack/5/86",
72 "env_variable": "FTB_MODPACK_VERSION_ID",
73 "default_value": "",
74 "user_viewable": true,
展开 3 行未改动
78 }
79 ]
80 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T19:39:44+00:00",
8 "name": "FTB-modpacks.ch Server",
9 "author": "runemaster580@gmail.com",
10 + "description": "自FTB APP发布以来,FTB模组包现在通过modpacks.ch进行分发。此脚本专为支持通过该平台分发的模组包而开发。",
11 "features": [
12 "eula",
13 "java_version",
展开 23 行未改动
37 },
38 "variables": [
39 {
40 + "name": "FTB 整合包搜索词",
41 + "description": "用于查找整合包的搜索词,长度至少需要4个字符。 \n通过使用FTB应用并输入该词进行搜索,确保只返回1个结果。 \n也可通过以下链接搜索:https://api.modpacks.ch/public/modpack/search/8?term={SEARCHTERM} \n\n仅在整合包ID和整合包版本ID未知时需要填写。",
42 "env_variable": "FTB_SEARCH_TERM",
43 "default_value": "",
44 "user_viewable": true,
45 "user_editable": true,
46 "rules": "nullable|string",
47 "field_type": "text"
48 },
49 {
50 + "name": "FTB 整合包 ID",
51 + "description": "FTB API 整合包 ID。 \n如果未使用搜索变量,则需要填写。 \n\n示例:FTB Interactions 的 ID 为 5。 \nhttps://api.modpacks.ch/public/modpack/5",
52 "env_variable": "FTB_MODPACK_ID",
53 "default_value": "",
54 "user_viewable": true,
55 "user_editable": true,
56 "rules": "nullable|integer",
57 "field_type": "text"
58 },
59 {
60 + "name": "FTB 整合包版本",
61 + "description": "要安装的整合包版本。如果使用整合包版本ID变量,则留空。",
62 "env_variable": "FTB_VERSION_STRING",
63 "default_value": "",
64 "user_viewable": true,
65 "user_editable": true,
66 "rules": "nullable|string",
67 "field_type": "text"
68 },
69 {
70 + "name": "FTB 整合包版本 ID",
71 + "description": "模组包API版本ID。 \n若未使用版本字符串,则需要此项。 \n\n例如,FTB Revelations 版本 \"2.0.2\" 的版本ID为86, \n对应链接为:https://api.modpacks.ch/public/modpack/5/86",
72 "env_variable": "FTB_MODPACK_VERSION_ID",
73 "default_value": "",
74 "user_viewable": true,
展开 3 行未改动
78 }
79 ]
80 }