Перейти к содержимому
Mineforgian

Resclone

Downloads and updates resource packs automatically

Загрузки
14K
Подписчики
87
Обновлён
17 июня 2026 г.
Лицензия
MIT

Опубликован 29 декабря 2020 г.

Resclone automatically downloads and updates resource and data packs specified in its config. Packs are updated on startup whenever possible, meaning that very large packs will slow down your startup.

Example config:

{
  // The packs to be loaded by resclone
  "packs": [
    {
      "fetcher": "file",
      "source": "https://github.com/FaithfulTeam/Faithful/raw/releases/1.16.zip",
      "name": "Faithful",
      "forceDownload": false,
      "forceEnable": false
    },
    {
      "fetcher": "github",
      "source": "seasnail8169/SnailPack",
      "name": "SnailPack",
      "forceDownload": false,
      "forceEnable": false
    },
    {
      "fetcher": "github",
      "source": "spiralhalo/LumiLights/release",
      "name": "LumiLights",
      "forceDownload": true,
      "forceEnable": false
    },
    {
      "fetcher": "github",
      "source": "spiralhalo/LumiPBRExt/tag/v0.7",
      "name": "LumiPBRExt",
      "forceDownload": false,
      "forceEnable": false
    },
    {
      "fetcher": "github",
      "source": "FaithfulTeam/Faithful/branch/1.16",
      "name": "Faithful",
      "forceDownload": false,
      "forceEnable": false
    },
    {
      "fetcher": "file",
      "source": "https://media.forgecdn.net/files/3031/178/BattyCoordinates_005.zip",
      "name": "Battys Coordinates",
      "forceDownload": false,
      "forceEnable": false
    },
    {
      "fetcher": "curseforge",
      "source": "325017",
      "name": "Vanilla Additions",
      "forceDownload": false,
      "forceEnable": true
    },
    {
      "fetcher": "modrinth",
      "source": "new-in-town",
      "name": "New in Town"
    }
  ],
  // Whether to prune unused packs from the cache
  "pruneUnused": true
}
Suggestions and Support

Ченджлог

26.2.0Релиз26.2 · 17 июня 2026 г.

Commits in Release 26.2.0:

  • chore: update to 26.2
26.1.0Релиз26.1, 26.1.1, 26.1.2 · 28 марта 2026 г.

Commits in Release 26.1.0:

  • chore: update to 26.1
1.14.0Релиз1.21.11 · 10 декабря 2025 г.

Commits in Release 1.14.0:

  • style: make PackFetcher more precise
  • feat: add framework for non-automatic updates
  • feat: improve update mode representation in config
  • feat: wire up update check for CurseForge and Modrinth
  • chore: update to 1.21.11
1.13.9Релиз1.21.10 · 9 октября 2025 г.

Commits in Release 1.13.9:

  • chore: update to 1.21.10
1.13.8Релиз1.21.9 · 1 октября 2025 г.

Commits in Release 1.13.8:

  • chore: update to 1.21.9
1.13.7Релиз1.21.8 · 18 июля 2025 г.

Commits in Release 1.13.7:

  • chore: update to 1.21.8
1.13.6Релиз1.21.7 · 1 июля 2025 г.

Commits in Release 1.13.6:

  • chore: update to 1.21.7
1.13.5Релиз1.21.6 · 17 июня 2025 г.

Commits in Release 1.13.5:

  • chore: update to 1.21.6

Комментарии

Загружаем…