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 May 8, 2024
1 parent a3ee5f3 commit c2228f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Redirect;
import pl.xyundy.squaredadditions.slabs.VerticalType;

import static pl.xyundy.squaredadditions.slabs.Util.VERTICAL_TYPE;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package pl.xyundy.squaredadditions.mixin;

import net.minecraft.block.entity.BlockEntity;
import pl.xyundy.squaredadditions.block.MixedSlabBlock;
import pl.xyundy.squaredadditions.block.entity.MixedSlabBlockEntity;
import pl.xyundy.squaredadditions.slabs.PlacementUtil;
Expand All @@ -16,9 +15,6 @@
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Redirect;
import pl.xyundy.squaredadditions.slabs.VerticalType;

import static pl.xyundy.squaredadditions.slabs.Util.VERTICAL_TYPE;

// Massive thanks to Oliver-makes-code and Andrew for some of the code behind this mixin
// https://github.com/Oliver-makes-code/autoslab/blob/1.19/src/main/java/olivermakesco/de/autoslab/mixin/Mixin_ServerPlayerInteractionManager.java
Expand Down

0 comments on commit c2228f3

Please sign in to comment.