Skip to content

Commit

Permalink
fix mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored Mar 25, 2022
1 parent 5f97808 commit 14bc9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/glossnyx/vibes/mixin/BlockMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Mixin(Block.class)
class BlockMixin {
@Redirect(
method = "dropStack*",
method = "dropStack(Lnet/minecraft/world/World;Ljava/util/function/Supplier;Lnet/minecraft/item/ItemStack;)V",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z"
Expand Down

0 comments on commit 14bc9b5

Please sign in to comment.