We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45eb59 commit 092cf6dCopy full SHA for 092cf6d
rebar/src/main/kotlin/io/github/pylonmc/rebar/block/base/RebarVanillaContainerBlock.kt
@@ -50,7 +50,7 @@ interface RebarVanillaContainerBlock {
50
}
51
52
53
- val destHolder = event.destination.holder
+ val destHolder = event.destination.getHolder(false)
54
if (destHolder is BlockInventoryHolder) {
55
val destBlock = BlockStorage.get(destHolder.block)
56
if (destBlock is RebarVanillaContainerBlock) {
0 commit comments