From 125757c38774f79cffd0ba351c5dcc9c7833b65e Mon Sep 17 00:00:00 2001 From: xEobardThawne <66641809+xEobardThawne@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:46:07 -0500 Subject: [PATCH] Fixed Grammatical Mistake --- develop/blocks/first-block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/blocks/first-block.md b/develop/blocks/first-block.md index 1575616d..85d01b25 100644 --- a/develop/blocks/first-block.md +++ b/develop/blocks/first-block.md @@ -11,7 +11,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).