2025-03-05 Welcome and Setup aktualisiert
@@ -4,5 +4,24 @@
|
|||||||
|
|
||||||
https://fabricmc.net/develop/template/
|
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
|
**Custom Items** https://www.youtube.com/watch?v=9xflCDe-Ruw&ab_channel=ModdingbyKaupenjoe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user