Skip to content

Commit

Permalink
remove carpet version depends
Browse files Browse the repository at this point in the history
just do it directly
  • Loading branch information
Fallen-Breath committed Mar 21, 2021
1 parent ce0094f commit fcd5ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
modCompile "carpet:fabric-carpet:${project.minecraft_version}-${project.fabric_carpet_version}"
modCompile "carpet:fabric-carpet:${project.fabric_carpet_version}"
modCompileOnly "quickcarpet:quickcarpet:${project.quick_carpet_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G

# Mods that modifies push limit
# https://masa.dy.fi/maven/carpet/fabric-carpet/
fabric_carpet_version=1.4.8+v200811
fabric_carpet_version=1.15.2-1.4.8+v200811
# https://maven.skyrising.xyz/quickcarpet/quickcarpet/
quick_carpet_version=2.1.0

Expand Down

0 comments on commit fcd5ca8

Please sign in to comment.