FTB 服务器 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:33 → 2026-06-30 10:34
v1.0.1 v1.0.2
-9 +9
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-02-18T18:11:44+00:00",
8 "name": "FTB Server",
9 "author": "runemaster580@gmail.com",
10 - "description": "This egg was developed to easily set up a server from FTB.",
11 "features": [
12 "eula",
13 "java_version",
展开 25 行未改动
39 },
40 "variables": [
41 {
42 - "name": "FTB Pack search term",
43 - "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.feed-the-beast.com/v1/modpacks/public/modpack/search/8?term={SEARCHTERM}\r\n\r\nonly needed if the modpack id and modpack version id is unknown.",
44 "env_variable": "FTB_SEARCH_TERM",
45 "default_value": "",
46 "user_viewable": true,
47 "user_editable": true,
48 "rules": "nullable|string",
49 "field_type": "text"
50 },
51 {
52 - "name": "FTB modpack ID",
53 - "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.feed-the-beast.com/v1/modpacks/public/modpack/5",
54 "env_variable": "FTB_MODPACK_ID",
55 "default_value": "",
56 "user_viewable": true,
57 "user_editable": true,
58 "rules": "nullable|integer",
59 "field_type": "text"
60 },
61 {
62 - "name": "FTB Pack Version",
63 - "description": "what version of the modpack to install. leave empty if using the modpack version id variable.",
64 "env_variable": "FTB_VERSION_STRING",
65 "default_value": "",
66 "user_viewable": true,
67 "user_editable": true,
68 "rules": "nullable|string",
69 "field_type": "text"
70 },
71 {
72 - "name": "FTB Pack Version ID",
73 - "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.feed-the-beast.com/v1/modpacks/public/modpack/5/86",
74 "env_variable": "FTB_MODPACK_VERSION_ID",
75 "default_value": "",
76 "user_viewable": true,
展开 3 行未改动
80 }
81 ]
82 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-02-18T18:11:44+00:00",
8 "name": "FTB Server",
9 "author": "runemaster580@gmail.com",
10 + "description": "此蛋旨在方便地从FTB搭建服务器。",
11 "features": [
12 "eula",
13 "java_version",
展开 25 行未改动
39 },
40 "variables": [
41 {
42 + "name": "FTB 整合包搜索词",
43 + "description": "用于查找整合包的搜索词。长度至少需要4个字符。 \n通过使用FTB应用并以此词进行搜索,找出所需的搜索词。确保只返回1个结果。 \n也可通过以下链接搜索:https://api.feed-the-beast.com/v1/modpacks/public/modpack/search/8?term={SEARCHTERM} \n\n仅在整合包ID和整合包版本ID未知时需要。",
44 "env_variable": "FTB_SEARCH_TERM",
45 "default_value": "",
46 "user_viewable": true,
47 "user_editable": true,
48 "rules": "nullable|string",
49 "field_type": "text"
50 },
51 {
52 + "name": "FTB 整合包 ID",
53 + "description": "FTB API 整合包 ID。 \n如果未使用搜索变量,则需要填写。 \n\n示例:FTB Interactions 的 ID 为 5。 \nhttps://api.feed-the-beast.com/v1/modpacks/public/modpack/5",
54 "env_variable": "FTB_MODPACK_ID",
55 "default_value": "",
56 "user_viewable": true,
57 "user_editable": true,
58 "rules": "nullable|integer",
59 "field_type": "text"
60 },
61 {
62 + "name": "FTB 整合包版本",
63 + "description": "要安装的整合包版本。如果使用整合包版本ID变量,则留空。",
64 "env_variable": "FTB_VERSION_STRING",
65 "default_value": "",
66 "user_viewable": true,
67 "user_editable": true,
68 "rules": "nullable|string",
69 "field_type": "text"
70 },
71 {
72 + "name": "FTB 整合包版本 ID",
73 + "description": "模组包API版本ID。 \n若未使用版本字符串,则需要此项。 \n\n例如,FTB Revelations 版本 \"2.0.2\" 的版本ID为86, \n对应链接为:https://api.feed-the-beast.com/v1/modpacks/public/modpack/5/86",
74 "env_variable": "FTB_MODPACK_VERSION_ID",
75 "default_value": "",
76 "user_viewable": true,
展开 3 行未改动
80 }
81 ]
82 }