Skip to content

Commit

Permalink
Increase ServerPlayerInteractionManagerMixin priority to avoid confli…
Browse files Browse the repository at this point in the history
…ct with dimensional doors
  • Loading branch information
Su5eD committed Dec 1, 2023
1 parent 1d29b44 commit 0d0bd5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import net.fabricmc.fabric.api.event.player.AttackBlockCallback;
import net.fabricmc.fabric.api.event.player.PlayerBlockBreakEvents;

@Mixin(ServerPlayerInteractionManager.class)
@Mixin(value = ServerPlayerInteractionManager.class, priority = 2000)
public class ServerPlayerInteractionManagerMixin {
@Shadow
protected ServerWorld world;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ fabric-client-tags-api-v1-version=1.1.1
loom.platform=forge
forge_version=1.20.1-47.2.6
pack_format=15
forgified_version=1.10.2
forgified_version=1.10.3
forge_fabric_loader_version=2.5.2+0.14.21+1.20.1

0 comments on commit 0d0bd5a

Please sign in to comment.