Skip to content

Commit

Permalink
fix: wrong Level import
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Mar 29, 2022
1 parent 90fb665 commit 33dc086
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

import com.google.j2objc.annotations.ReflectionSupport.Level;

import block.event.separator.BlockEventCounters;

import net.minecraft.world.level.Level;

@Mixin(Level.class)
public class LevelMixin {

Expand Down

0 comments on commit 33dc086

Please # to comment.