Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
public -> protected
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealEmissions committed Mar 27, 2024
1 parent 0aaeab9 commit ee86563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import net.minecraft.world.level.block.Block;

public abstract class DumbBlock extends Block implements IDumbBlock {
public DumbBlock(Properties properties) {
protected DumbBlock(Properties properties) {
super(properties);
}
}

0 comments on commit ee86563

Please sign in to comment.