Downloads and updates resource packs
Go to file
Johannes Frohnmeyer 1823c2fae6
Add README from modrinth
2022-03-13 17:16:17 +01:00
src/main 1.18.2 support 2022-02-28 20:53:46 +01:00
.gitignore Add files 2020-12-29 16:14:53 +01:00
.gitlab-ci.yml Update for 1.18 2021-11-30 20:19:54 +01:00
LICENSE Add files 2020-12-29 16:14:53 +01:00
README.md Add README from modrinth 2022-03-13 17:16:17 +01:00
build.gradle Remove ModMenu workaround 2022-03-02 18:19:43 +01:00
gradle.properties 1.18.2 support 2022-02-28 20:53:46 +01:00

README.md

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

Example config:

[
  {
    "fetcher": "file",
    "source": "https://github.com/FaithfulTeam/Faithful/raw/releases/1.16.zip",
    "name": "Faithful"
  },
  {
    "fetcher": "github",
    "source": "seasnail8169/SnailPack",
    "name": "SnailPack"
  },
  {
    "fetcher": "github",
    "source": "spiralhalo/LumiLights/release",
    "name": "LumiLights",
    "forceDownload": true
  },
  {
    "fetcher": "github",
    "source": "spiralhalo/LumiPBRExt/tag/v0.7",
    "name": "LumiPBRExt"
  },
  {
    "fetcher": "github",
    "source": "FaithfulTeam/Faithful/branch/1.16",
    "name": "Faithful"
  },
  {
    "fetcher": "file",
    "source": "https://media.forgecdn.net/files/3031/178/BattyCoordinates_005.zip",
    "name": "Battys Coordinates"
  },
  {
    "fetcher": "curseforge",
    "source": "325017",
    "name": "Vanilla Additions",
    "forceEnable": true
  }
]