Skip to content

Commit

Permalink
feat: MixedSlabs (WIP)
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
xYundy committed Apr 25, 2024
1 parent 1d953c6 commit c76d849
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package pl.xyundy.squaredadditions.block.entity;

import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.block.enums.SlabType;
import net.minecraft.nbt.NbtCompound;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import net.minecraft.util.shape.VoxelShapes;
import net.minecraft.world.RaycastContext;
import pl.xyundy.squaredadditions.block.MixedSlabBlock;
import pl.xyundy.squaredadditions.block.entity.MixedSlabBlockEntity;

import static net.minecraft.block.enums.SlabType.BOTTOM;
import static net.minecraft.state.property.Properties.SLAB_TYPE;
Expand Down

0 comments on commit c76d849

Please sign in to comment.