diff --git a/.gitea/workflows/delopy.yml b/.gitea/workflows/delopy.yml index 1fb4d14..80ba150 100644 --- a/.gitea/workflows/delopy.yml +++ b/.gitea/workflows/delopy.yml @@ -8,7 +8,7 @@ on: env: REMOTE_HOST: "f2.leisuretimedock.top" REMOTE_USER: "root" - REMOTE_PATH: "/opt/filebrowser/ltd v10-test" + REMOTE_PATH: "/opt/filebrowser/ltd v11" SSH_PORT: "22" # 保留文件配置 KEEP_FILES: "" diff --git a/packet/config/skyblockbuilder/data/dimensions.txt b/packet/config/skyblockbuilder/data/dimensions.txt index 364fb7a..3419e3c 100644 --- a/packet/config/skyblockbuilder/data/dimensions.txt +++ b/packet/config/skyblockbuilder/data/dimensions.txt @@ -1,5 +1,5 @@ minecraft:overworld -aether:the_aether minecraft:the_nether minecraft:the_end +aether:the_aether ae2:spatial_storage diff --git a/packet/config/skyblockbuilder/templates.json5 b/packet/config/skyblockbuilder/templates.json5 index faace22..5cfef16 100644 --- a/packet/config/skyblockbuilder/templates.json5 +++ b/packet/config/skyblockbuilder/templates.json5 @@ -23,6 +23,36 @@ "east": [], "south": [], "west": [] + }, + "exported_at_2026-05-30T17:34:57+0800": { + "north": [], + "east": [], + "south": [], + "west": [] + }, + "exported_at_2026-05-30T17:39:17+0800": { + "north": [], + "east": [], + "south": [], + "west": [] + }, + "exported_at_2026-05-30T17:40:25+0800": { + "north": [], + "east": [], + "south": [], + "west": [] + }, + "exported_at_2026-05-30T17:43:59+0800": { + "north": [], + "east": [], + "south": [], + "west": [] + }, + "exported_at_2026-05-30T18:24:13+0800": { + "north": [], + "east": [], + "south": [], + "west": [] } }, "spreads": { @@ -32,16 +62,41 @@ "default": [] }, "templates": [ - { + { "name": "Classic Skyblock", "file": "classic_island.nbt", "spawns": "default", "surroundingBlocks": "default" }, { - "name": "Sky Island 43", + "name": "Sky Island 43 1", "file": "sky_island_43.nbt", "spawns": "exported_at_2026-05-30T01:02:31+0800" + }, + { + "name": "Sky Island 43 2", + "file": "sky_island_43_2.nbt", + "spawns": "exported_at_2026-05-30T17:34:57+0800" + }, + { + "name": "Sky Island 43 3", + "file": "sky_island_43_3.nbt", + "spawns": "exported_at_2026-05-30T17:39:17+0800" + }, + { + "name": "Sky Island 43 4", + "file": "sky_island_43_4.nbt", + "spawns": "exported_at_2026-05-30T17:40:25+0800" + }, + { + "name": "Sky Island 43 5", + "file": "sky_island_43_5.nbt", + "spawns": "exported_at_2026-05-30T17:43:59+0800" + }, + { + "name": "Industrial Platform", + "file": "industrial_platform.nbt", + "spawns": "exported_at_2026-05-30T18:24:13+0800" } ] } \ No newline at end of file diff --git a/packet/config/skyblockbuilder/templates/industrial_platform.nbt b/packet/config/skyblockbuilder/templates/industrial_platform.nbt new file mode 100644 index 0000000..0c8d2cc Binary files /dev/null and b/packet/config/skyblockbuilder/templates/industrial_platform.nbt differ diff --git a/packet/config/skyblockbuilder/templates/sky_island_43_2.nbt b/packet/config/skyblockbuilder/templates/sky_island_43_2.nbt new file mode 100644 index 0000000..09a61a3 Binary files /dev/null and b/packet/config/skyblockbuilder/templates/sky_island_43_2.nbt differ diff --git a/packet/config/skyblockbuilder/templates/sky_island_43_3.nbt b/packet/config/skyblockbuilder/templates/sky_island_43_3.nbt new file mode 100644 index 0000000..cc2c9bf Binary files /dev/null and b/packet/config/skyblockbuilder/templates/sky_island_43_3.nbt differ diff --git a/packet/config/skyblockbuilder/templates/sky_island_43_4.nbt b/packet/config/skyblockbuilder/templates/sky_island_43_4.nbt new file mode 100644 index 0000000..cd79c74 Binary files /dev/null and b/packet/config/skyblockbuilder/templates/sky_island_43_4.nbt differ diff --git a/packet/config/skyblockbuilder/templates/sky_island_43_5.nbt b/packet/config/skyblockbuilder/templates/sky_island_43_5.nbt new file mode 100644 index 0000000..63be2bc Binary files /dev/null and b/packet/config/skyblockbuilder/templates/sky_island_43_5.nbt differ