Commit 72e220c 1 parent f862611 commit 72e220c Copy full SHA for 72e220c
File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,10 @@ dependencies {
129
129
modLocalRuntime(" maven.modrinth:corgilib:${" corgilib_version_fabric" ()} " )
130
130
}
131
131
132
+ if (" enable_natures_spirit" ().toBoolean()) {
133
+ modLocalRuntime(" maven.modrinth:natures-spirit:${" natures_spirit_version" ()} " )
134
+ }
135
+
132
136
if (" enable_tweakeroo" ().toBoolean()) {
133
137
modLocalRuntime(" curse.maven:tweakeroo-297344:${" tweakeroo_version" ()} " )
134
138
modLocalRuntime(" curse.maven:malilib-303119:${" malilib_version" ()} " )
Original file line number Diff line number Diff line change @@ -140,8 +140,13 @@ dependencies {
140
140
modLocalRuntime(" maven.modrinth:create-dreams-and-desires:${" dnd_version" ()} " )
141
141
}
142
142
if (" enable_quark" ().toBoolean()) {
143
- modLocalRuntime(" maven.modrinth:quark:${" minecraft_version" ()} -${" quark_version" ()} " )
144
- modLocalRuntime(" vazkii.autoreglib:AutoRegLib:${" arl_version" ()} " )
143
+ modLocalRuntime(" org.violetmoon.quark:Quark:${" quark_version" ()} " )
144
+ modLocalRuntime(" org.violetmoon.zeta:zeta:${" zeta_version" ()} " )
145
+ }
146
+
147
+ if (" enable_tfc" ().toBoolean()) {
148
+ modLocalRuntime(" vazkii.patchouli:Patchouli:${" minecraft_version" ()} -${" patchouli_version" ()} " )
149
+ modLocalRuntime(" maven.modrinth:terrafirmacraft:${" tfc_version" ()} " )
145
150
}
146
151
147
152
if (" enable_sodium_rubidium" ().toBoolean()) {
Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ dnd_version = uzrt7Ops
116
116
enable_dnd = false
117
117
118
118
# Quark
119
- # https://modrinth. com/mod/ quark
120
- # https://maven.blamejared.com/vazkii/autoreglib/AutoRegLib
121
- quark_version = 3.4-418
122
- arl_version = 1.8.2-58.126
119
+ # https://maven.blamejared. com/org/violetmoon/ quark/Quark/
120
+ # https://maven.blamejared.com/org/violetmoon/zeta/Zeta/
121
+ quark_version = 4.0-436.3287
122
+ zeta_version = 1.0-14.60
123
123
enable_quark = false
124
124
125
125
# Terrafirmacraft
You can’t perform that action at this time.
0 commit comments