Skip to content

Commit

Permalink
add imports for Mirror and Rotation to BlockSlate
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticneticat authored Sep 10, 2024
1 parent 41fc2dc commit 70906ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.EntityBlock;
import net.minecraft.world.level.block.SimpleWaterloggedBlock;
import net.minecraft.world.level.block.Mirror;
import net.minecraft.world.level.block.Rotation;
import net.minecraft.world.level.block.entity.BlockEntity;
import net.minecraft.world.level.block.state.BlockState;
import net.minecraft.world.level.block.state.StateDefinition;
Expand Down

0 comments on commit 70906ad

Please sign in to comment.