diff --git a/2025-03-05 Welcome and Setup.-.md b/2025-03-05 Welcome and Setup.-.md index 956634e..5ab72c4 100644 --- a/2025-03-05 Welcome and Setup.-.md +++ b/2025-03-05 Welcome and Setup.-.md @@ -34,3 +34,11 @@ in `src/main/resources/fabric.mod.json`: **Custom Items** https://www.youtube.com/watch?v=9xflCDe-Ruw&ab_channel=ModdingbyKaupenjoe +in `GTAGDP`, modify to: + +```java + @Override + public void onInitialize() { + ModItems.registerModItems(); + } +```