Skip to content

Commit

Permalink
[publish] 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FxRayHughes committed Jan 7, 2025
1 parent 041be67 commit caa5a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=ink.ptms.um
version=1.1.4
version=1.1.5
taboolib_version=6.2.2
2 changes: 1 addition & 1 deletion project/common/src/main/kotlin/ink/ptms/um/Mythic.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface Mythic {
fun getItemStack(name: String): ItemStack?

/** 获取 MythicItem 实例并构建到 ItemStack */
fun getItemStack(name: String, player: Player? = null): ItemStack?
fun getItemStack(name: String, player: Player?): ItemStack?

/** 获取 MythicItem ID 列表 */
fun getItemIDList(): List<String>
Expand Down

0 comments on commit caa5a9f

Please sign in to comment.