From d3693f66b03ad57e0c3edefe21d30a6a1da86ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Fri, 3 Jan 2025 22:46:03 +0100 Subject: [PATCH] 2025-03-05 Welcome and Setup aktualisiert --- 2025-03-05 Welcome and Setup.-.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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(); + } +```