diff --git a/1.18.2.properties b/1.18.2.properties index daf7e8ff3..718b92c06 100644 --- a/1.18.2.properties +++ b/1.18.2.properties @@ -10,6 +10,7 @@ fabric_api_version=0.48.0+1.18.2 # Fabric mod versions modmenu_version=3.1.0 starlight_version_fabric=3667443 + phosphor_version_fabric=3573395 lithium_version=mc1.18.2-0.7.9 sodium_version=3669187 iris_version=1.18.x-v1.2.2 @@ -21,6 +22,7 @@ fabric_api_version=0.48.0+1.18.2 # 1 = Can be referenced in code but doesn't run # 2 = Can be referenced in code and runs in client enable_starlight=0 + enable_phosphor=0 enable_sodium=1 enable_lithium=0 enable_iris=0 @@ -32,7 +34,7 @@ forge_version=40.0.18 starlight_version_forge=0 # Forge mod run - # 0 = Dont enable and don't run + # 0 = Don't enable and don't run # 1 = Can be referenced in code but doesn't run # 2 = Can be referenced in code and runs in client enable_starlight_forge=0 diff --git a/fabric/build.gradle b/fabric/build.gradle index f3996dc52..f8e5367f3 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -50,6 +50,9 @@ dependencies { // Starlight addMod("curse.maven:starlight-521783:${rootProject.starlight_version_fabric}", rootProject.enable_starlight) + // Phosphor + addMod("curse.maven:phosphor-372124:${rootProject.phosphor_version_fabric}", rootProject.enable_phosphor) + // Sodium addMod("curse.maven:sodium-394468:${rootProject.sodium_version}", rootProject.enable_sodium) implementation "org.joml:joml:1.10.2"