-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.toml
41 lines (33 loc) · 1.19 KB
/
schema.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
config_version = 1
[meta]
name = "Example Pack"
author = "Wuzado"
version = "1.0.0"
side = "client"
base = "~/.minecraft" # optional
[versions]
minecraft = "1.18.2" # required
fabric = "0.13.3" # "*" for the latest version (attempts to match to the MC version)
forge = "40.0.32" # "*" for the latest version (attempts to match to the MC version)
[[mods]]
friendly_name = "Sodium by Jellysquid"
name = "sodium"
filename = "borderless-mining-1.1.1+1.18.jar"
version = "" # for searching
[[mods.direct]]
url = "https://github.com/CaffeineMC/sodium-fabric/releases/download/mc1.18.2-0.4.1/sodium-fabric-mc1.18.2-0.4.1+build.15.jar" # just fetches the url
[[mods.modrinth]]
name = "sodium" # or: slug = "sodium"
project_id = "kYq5qkSL" # or: mod_id = "kYq5qkSL"
file_id = "ug2qKTPR" # or: version = "ug2qKTPR"
[[mods.curseforge]]
name = "sodium" # or: slug = "sodium"
project_id = "327154" # or: mod_id = "327154"
file_id = "3509043" # or: version = "3509043"
[[mods.github]]
owner = "" # or: user = ""
repo = "" # or: repository = ""
tag = "" # or: release = "" - optional, defaults to the newest release/tag
[[files]]
url = ""
destination = "" # optional (defaults to the root of the base folder); or: dest = ""