Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Apr 12, 2024
1 parent 9dfa68c commit c3878e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class ModBlocks {

private static Block registerBlock(String name, Block block) {
registerBlockItem(name, block);

return Registry.register(Registries.BLOCK, new Identifier(SquaredAdditions.MOD_ID, name), block);
}

Expand Down

0 comments on commit c3878e2

Please sign in to comment.