-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
26 lines (22 loc) · 881 Bytes
/
Copy pathlibs.versions.toml
File metadata and controls
26 lines (22 loc) · 881 Bytes
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
[versions]
# Gradle Plugins
fabric-loom = "1.15-SNAPSHOT"
preprocessor = "c5abb4f"
grgit = "5.3.3"
yamlang = "1.5.0"
replace-token = "1.2.0"
# modApi
fabric-loader = "0.18.4"
lombok = "1.18.46"
[plugins]
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
preprocessor = { id = "com.replaymod.preprocess", version.ref = "preprocessor" }
grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" }
yamlang = { id = "me.fallenbreath.yamlang", version.ref = "yamlang" }
replace-token = { id = "top.hendrixshen.replace-token", version.ref = "replace-token" }
[libraries]
# modApi
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric-loader" }
lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
# modRuntimeOnly
magiclib-core-fabric = { module = "top.hendrixshen.magiclib:magiclib-core-fabric", version = "0.8.160" }