Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
xEobardThawne authored Oct 27, 2024
2 parents 7b29df6 + 3b867b2 commit be28c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/blocks/first-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Blocks are the building blocks of Minecraft (no pun intended) - just like everyt

## Preparing Your Blocks Class {#preparing-your-blocks-class}

If you've completed the [Creating Your First Item](../items/first-item) page, this process will feel extremely familiar - you will need to create a method that registers your block, and it's block item.
If you've completed the [Creating Your First Item](../items/first-item) page, this process will feel extremely familiar - you will need to create a method that registers your block, and its block item.

You should put this method in a class called `ModBlocks` (or whatever you want to name it).

Expand Down

0 comments on commit be28c84

Please sign in to comment.