2025-03-05 Welcome and Setup aktualisiert

2025-01-03 22:57:31 +01:00
parent 83c15ca192
commit e285c3b6ed

@@ -79,3 +79,38 @@ in `GTAGDP`, modify to:
ModItems.registerModItems();
}
```
under `src/main/resources/assets/gtagdp`, add:
- `items/stub.json`
```json
{
"model": {
"type": "minecraft:model",
"model": "gtagdp:item/stub"
}
}
```
- `lang`
- `de_de.json`
```json
{
"item.gtagdp.stub": "Stummel"
}
```
- `en_us.json`
```json
{
"item.gtagdp.stub": "Stub"
}
```
- `models/item/stub.json`
```json
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "gtagdp:item/stub"
}
}
```
- `textures/item/stub.png`