Skip to content

Commit

Permalink
Replaced every mention of 1.19.3 to 1.19.2 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MCAlexisYT committed May 17, 2024
1 parent 167da0e commit 1b61196
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@ dependencies {
officialMojangMappings() {
setNameSyntheticMembers(false)
}
parchment("org.parchmentmc.data:parchment-1.19.3:2022.12.18")
parchment("org.parchmentmc.data:parchment-1.19.2:2022.12.18")
}

modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation ('com.github.iPortalTeam.ImmersivePortalsMod:imm_ptl_core:v2.5.2-mc1.19.3'){
modImplementation ('com.github.iPortalTeam.ImmersivePortalsMod:imm_ptl_core:v2.5.2-mc1.19.2'){
exclude(group: "net.fabricmc.fabric-api")
transitive(false)
}
modImplementation ('com.github.iPortalTeam.ImmersivePortalsMod:q_misc_util:v2.5.2-mc1.19.3'){
modImplementation ('com.github.iPortalTeam.ImmersivePortalsMod:q_misc_util:v2.5.2-mc1.19.2'){
exclude(group: "net.fabricmc.fabric-api")
transitive(false)
}
modImplementation ('com.github.iPortalTeam.ImmersivePortalsMod:build:v2.5.2-mc1.19.3'){
modImplementation ('com.github.iPortalTeam.ImmersivePortalsMod:build:v2.5.2-mc1.19.2'){
exclude(group: "net.fabricmc.fabric-api")
transitive(false)
}
Expand All @@ -100,7 +100,7 @@ dependencies {

compileOnly 'com.google.code.findbugs:jsr305:3.0.2'

modImplementation ('software.bernie.geckolib:geckolib-fabric-1.19.3:4.0.4') {
modImplementation ('software.bernie.geckolib:geckolib-fabric-1.19.2:4.0.4') {
transitive(false)
}

Expand All @@ -110,7 +110,7 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}

modImplementation "maven.modrinth:sodium:mc1.19.3-0.4.9"
modImplementation "maven.modrinth:sodium:mc1.19.2-0.4.9"
}
processResources {
inputs.property "version", project.version
Expand Down

0 comments on commit 1b61196

Please sign in to comment.