Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
bump + change to represent new libmcdev
Browse files Browse the repository at this point in the history
  • Loading branch information
AnOpenSauceDev committed Mar 24, 2024
1 parent e05257f commit d967654
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 @@ -32,7 +32,7 @@ dependencies {


modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "maven.modrinth:libmcdev:${project.libmcdev_version}" // libMCdev
modImplementation "maven.modrinth:libmcdev:${project.libmcdev_version}:core" // libMCdev
include "maven.modrinth:libmcdev:${libmcdev_version}" // bakes libMCDev into the mod
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
libmcdev_version=1.2.0
libmcdev_version=1.4.1

#Fabric api
fabric_version=0.92.0+1.20.4
Expand Down

0 comments on commit d967654

Please sign in to comment.