Skip to content

Commit

Permalink
Fix descriptor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeDawn committed Jul 15, 2023
1 parent 36f2b60 commit 95a2d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final void setTier(final PotencyTier tier) {
method =
"tick(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;"
+ "Lnet/minecraft/world/level/block/state/BlockState;"
+ "/minecraft/world/level/block/entity/BeaconBlockEntity;)V",
+ "Lnet/minecraft/world/level/block/entity/BeaconBlockEntity;)V",
at = @At(
target = "Lnet/minecraft/world/level/block/entity/BeaconBlockEntity;"
+ "updateBase(Lnet/minecraft/world/level/Level;III)I",
Expand Down

0 comments on commit 95a2d22

Please sign in to comment.