-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstonecutter.properties.toml
More file actions
67 lines (47 loc) · 1.36 KB
/
Copy pathstonecutter.properties.toml
File metadata and controls
67 lines (47 loc) · 1.36 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# See https://stonecutter.kikugie.dev/wiki/config/properties#centralized-properties
mod.id = "bookshelfinspector"
mod.name = "Bookshelf Inspector"
mod.group = "com.lukasabbe"
mod.version = "2.4"
deps.fabric_loader = "0.19.5"
loomx.loom_version = "1.17-SNAPSHOT"
deps.yaml = "2.5"
["1.21.1"]
# List of releases to be marked compatible on Modrinth/Curseforge
mod.mc_releases = ["1.21", "1.21.1"]
deps.cloth_config = "15.0.140"
[fabric."1.21.1"]
# Mod compatibility range in fabric.mod.json/neoforge.mods.toml
mod.mc_compat = ">=1.21 <=1.21.1"
deps.fabric_api = "0.116.12+1.21.1"
deps.modmenu = "11.0.4"
[neoforge."1.21.1"]
mod.mc_compat = "[1.21, 1.21.1]"
deps.neo_loader = "21.1.234"
["1.21.11"]
mod.mc_releases = ["1.21.11"]
deps.cloth_config = "21.11.153"
[fabric."1.21.11"]
mod.mc_compat = "1.21.11"
deps.fabric_api = "0.141.4+1.21.11"
deps.modmenu = "17.0.0"
[neoforge."1.21.11"]
mod.mc_compat = "[1.21.11]"
deps.neo_loader = "21.11.42"
["26.2.x"]
mod.mc_releases = ["26.2"]
deps.cloth_config = "26.2.155"
[fabric."26.2.x"]
mod.mc_compat = "~26.2"
deps.fabric_api = "0.152.2+26.2"
deps.modmenu = "20.0.0-beta.3"
[neoforge."26.2.x"]
mod.mc_compat = "[26.2, 26.3)"
deps.neo_loader = "26.2.0.6-beta"
["26.3.x"]
mod.mc_releases = ["26.3"]
deps.cloth_config = "26.3.158"
[fabric."26.3.x"]
mod.mc_compat = "~26.3"
deps.fabric_api = "0.160.5+26.3"
deps.modmenu = "21.0.0-beta.1"