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