Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bun133 committed Apr 1, 2022
1 parent 4a50453 commit ba52e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.numalab</groupId>
<artifactId>puzzle</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>Puzzle</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class PuzzleSetUpGUI(val url: URL) {
val stacks = imagedPuzzle.toItemStacks(player.world)

player.sendMessage("パズルを作成しました")
player.sendMessage("縦:${yRow} 横:${xColumn}の計${xColumn * yRow}ピースです(手動で額縁をおいてください)")
for (stack in stacks) {
player.world.dropItem(player.location, stack)
}
Expand Down

0 comments on commit ba52e86

Please sign in to comment.