Skip to content

Commit

Permalink
New translations creating-particles.md (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricMCBot committed Jan 22, 2025
1 parent 19ae5b0 commit 7505abe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can see all the particle factories by looking at all the implementations of

## Creare un File JSON e Aggiungere le Texture {#creating-a-json-file-and-adding-textures}

Dovrai creare 2 cartelle all'interno della cartella `resources/assets/<mod id here>/`.
Dovrai creare 2 cartelle all'interno della cartella `resources/assets/mod-id/`.

| Percorso della Cartella | Spiegazione |
| ----------------------- | ----------------------------------------------------------------------------------------------- |
Expand All @@ -60,7 +60,7 @@ Una volta completato il file JSON e salvato il tuo lavoro, puoi aprire Minecraft
Puoi controllare se tutto ha funzionato scrivendo il comando seguente:

```mcfunction
/particle <mod id here>:sparkle_particle ~ ~1 ~
/particle fabric-docs-reference:sparkle_particle ~ ~1 ~
```

![Dimostrazione della particella](/assets/develop/rendering/particles/sparkle-particle-showcase.png)
Expand Down

0 comments on commit 7505abe

Please sign in to comment.