Skip to content

Commit

Permalink
Carpet maven is not working with github actions for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrptonaught committed Jan 30, 2024
1 parent c107b38 commit ab72a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ dependencies {
//modImplementation("org.geysermc.floodgate:floodgate-fabric:2.2.2-SNAPSHOT")

//carpet
modImplementation('carpet:fabric-carpet:1.20.3-1.4.128+v231205') { exclude group: "net.fabricmc.fabric-api" }
modImplementation('maven.modrinth:carpet:1.4.128') { exclude group: "net.fabricmc.fabric-api" }
//modImplementation('carpet:fabric-carpet:1.20.3-1.4.128+v231205') { exclude group: "net.fabricmc.fabric-api" }

//NoChatReports
modImplementation('maven.modrinth:no-chat-reports:Fabric-1.20.4-v2.5.0') { exclude group: "net.fabricmc.fabric-api" }
Expand Down

0 comments on commit ab72a92

Please sign in to comment.