From 5607e6d16e6bb0b1475c0f9fd4f361c785f46345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Fri, 3 Jan 2025 22:05:14 +0100 Subject: [PATCH] 2025-03-05 Welcome and Setup aktualisiert --- 2025-03-05 Welcome and Setup.-.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/2025-03-05 Welcome and Setup.-.md b/2025-03-05 Welcome and Setup.-.md index 9e17532..3339514 100644 --- a/2025-03-05 Welcome and Setup.-.md +++ b/2025-03-05 Welcome and Setup.-.md @@ -4,5 +4,24 @@ https://fabricmc.net/develop/template/ +```java +package de.jottyfan.gta.dgp; + +import net.fabricmc.api.ClientModInitializer; + +/** + * + * @author jotty + * + */ +public class GTAGDPClient implements ClientModInitializer { + @Override + public void onInitializeClient() { + } +} +``` + + + **Custom Items** https://www.youtube.com/watch?v=9xflCDe-Ruw&ab_channel=ModdingbyKaupenjoe