Skip to content

Commit

Permalink
Make ModStairs constructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 10, 2023
1 parent d1159d2 commit e20cc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import net.minecraft.world.level.block.state.BlockState;

public class ModStairs extends StairBlock {
protected ModStairs(BlockState blockState, Properties properties) {
public ModStairs(BlockState blockState, Properties properties) {
super(blockState, properties);
}
}

0 comments on commit e20cc88

Please sign in to comment.