Skip to content

Commit

Permalink
actually fix #1650
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Sep 29, 2024
1 parent be01e1e commit 0f5e5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
import it.unimi.dsi.fastutil.ints.Int2LongFunction;
import lombok.Getter;
import lombok.Setter;
import net.minecraft.world.level.block.state.BlockState;
import org.jetbrains.annotations.Nullable;

import java.util.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

import lombok.Getter;
import lombok.Setter;
import net.minecraft.world.level.block.state.BlockState;
import org.jetbrains.annotations.Nullable;

import java.util.Set;
Expand Down

0 comments on commit 0f5e5db

Please sign in to comment.