Skip to content

Commit

Permalink
Fix chunk_access mixin not working with Cubic Chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Mar 31, 2024
1 parent 89e0953 commit cd2ed93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import org.spongepowered.asm.mixin.Overwrite;
import org.spongepowered.asm.mixin.Shadow;

@Mixin(Chunk.class)
@Mixin(value = Chunk.class, priority = 500)
public class ChunkMixin {
@Shadow
@Final
Expand Down

0 comments on commit cd2ed93

Please sign in to comment.