Skip to content

Commit

Permalink
Merge pull request #1850 from GiganticMinecraft/fix/ItemsDoNotDirecto…
Browse files Browse the repository at this point in the history
…lyIntoTheMineStack

スキルを発動したときにマインスタックにアイテムが直接ブロックが入らない不具合を修正
  • Loading branch information
Lucky3028 authored Feb 3, 2023
2 parents edd6176 + 97bf5b0 commit adeafe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ object BreakUtil {
.api
.mineStackRepository
.tryIntoMineStack(player, itemStack, itemStack.getAmount)
.map(Option.when(_)(itemStack))
.map(Option.unless(_)(itemStack))
}

_ <- IO {
Expand Down

0 comments on commit adeafe8

Please sign in to comment.