Skip to content

Commit

Permalink
Fix Minecraft rendering implementation pom declaring incorrect MineMa…
Browse files Browse the repository at this point in the history
…rk dependency
  • Loading branch information
DeDiamondPro committed Aug 11, 2024
1 parent 43f8a25 commit 67ce234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion minecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
"neoForge"("net.neoforged:neoforge:$neoforgeVersion")
}

api("dev.dediamondpro:MineMark")
implementation("dev.dediamondpro:minemark:${mod_version}")
implementation(libs.commonmark.ext.striketrough)
implementation(libs.commonmark.ext.tables)
}
Expand Down
2 changes: 1 addition & 1 deletion minecraft/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mod Configuration
mod_name=MineMark
mod_id=minemark
mod_version=1.2.2
mod_version=1.2.3
mod_description=Markdown rendering library
mod_license=LGPL
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ include(":elementa")
includeBuild("minecraft")
includeBuild(".")

rootProject.name = "MineMark"
rootProject.name = "minemark"

0 comments on commit 67ce234

Please sign in to comment.