Skip to content

Commit

Permalink
Revert priority removal in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Oct 3, 2024
1 parent 833a83a commit 0db7a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;

@Mixin(LevelChunk.class)
@Mixin(value = LevelChunk.class, priority = 500)
public abstract class LevelChunkMixin extends ChunkAccess {
private static final BlockState DEFAULT_BLOCK_STATE = Blocks.AIR.defaultBlockState();
private static final FluidState DEFAULT_FLUID_STATE = Fluids.EMPTY.defaultFluidState();
Expand Down

0 comments on commit 0db7a0d

Please sign in to comment.