Skip to content

Commit

Permalink
feat: MixedSlabs (WIP)
Browse files Browse the repository at this point in the history
Update required fabric mod loader version
  • Loading branch information
xYundy committed May 4, 2024
1 parent 9d45eb2 commit d57015e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import net.minecraft.block.*;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.entity.Entity;
import net.minecraft.entity.ai.pathing.NavigationType;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.BlockView;
import net.minecraft.world.World;
import org.jetbrains.annotations.Nullable;
import pl.xyundy.squaredadditions.block.entity.MixedSlabBlockEntity;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"depends": {
"fabricloader": ">=0.15.10",
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
Expand Down

0 comments on commit d57015e

Please sign in to comment.