Skip to content

Commit

Permalink
[1.8.0-rc1]预发布版本
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Dec 29, 2023
1 parent e9afe0f commit 514f6f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.text.SimpleDateFormat
version = "1.8.0-beta4"
version = "1.8.0-rc1"

plugins {
`java-library`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ public void onPlayerJoin(PlayerJoinEvent event) {
player.undiscoverRecipes(notUnlockKeyList);
}



}

0 comments on commit 514f6f3

Please sign in to comment.