File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ val archives_base_name: String by project
4646
4747val fabric_api_version: String by project
4848
49- val modmenu_version: String by project
50- val cloth_config_version: String by project
51-
5249val sodium_version: String by project
5350val run_sodium: String by project
5451val shouldRunSodium = run_sodium == " true"
@@ -202,9 +199,6 @@ dependencies {
202199 // Fabric API. This is technically optional, but you probably want it anyway.
203200 modImplementation(" net.fabricmc.fabric-api:fabric-api:$fabric_api_version " )
204201
205- // Mod Menu
206- modCompileOnlyApi(" com.terraformersmc:modmenu:${modmenu_version} " )
207-
208202 // Sodium
209203 if (shouldRunSodium)
210204 modImplementation(" maven.modrinth:sodium:${sodium_version} " )
@@ -470,8 +464,6 @@ modrinth {
470464
471465 dependencies {
472466 required.project(" fabric-api" )
473- optional.project(" cloth-config" )
474- optional.project(" modmenu" )
475467 }
476468}
477469
Original file line number Diff line number Diff line change 2323# Dependencies
2424 fabric_api_version =0.133.14+1.21.9
2525
26- # External Mods
27- modmenu_version =15.0.0-beta.3
28- cloth_config_version =19.0.147
2926# Optimization
3027 sodium_version =mc1.21.10-0.7.3-fabric
3128 run_sodium =false
You can’t perform that action at this time.
0 commit comments