minetest_modding_book/_it/index.md

36 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

---
2020-10-14 21:18:55 +03:00
title: Copertina
2023-05-14 15:47:52 +03:00
description: An easy guide to learn how to create mods for Minetest
layout: default
homepage: true
no_header: true
root: ..
idx: 0.1
---
<header>
2022-03-30 15:39:54 +03:00
<h1>Minetest: Libro del Moddaggio</h1>
2020-04-27 16:12:52 +03:00
<span>di <a href="https://rubenwardy.com" rel="author">rubenwardy</a></span>
<span>con modifiche di <a href="http://rc.minetest.tv/">Shara</a></span>
<span>traduzione italiana di <a href="https://liberapay.com/Zughy/">Zughy</a></span>
</header>
2020-04-27 16:12:52 +03:00
## Introduzione
2022-03-30 15:39:54 +03:00
Il moddaggio su Minetest è supportato grazie a script in Lua.
2023-05-30 12:17:20 +03:00
Questo libro mira a insegnarti come si crea una mod, iniziando dalle basi: ogni capitolo si concentra su un aspetto specifico dell'API, così da arrivare in breve tempo a farti creare i tuoi contenuti.
2023-05-30 12:17:20 +03:00
Oltre che [leggere questo libro su internet](https://rubenwardy.com/minetest_modding_book),
2020-04-27 16:12:52 +03:00
puoi anche [scaricarlo in HTML](https://github.com/rubenwardy/minetest_modding_book/releases).
2022-03-30 15:39:54 +03:00
### Riscontri e Contributi
2023-05-30 12:17:20 +03:00
Hai notato un errore o vuoi dirmi la tua? Assicurati di farmelo presente.
2022-03-30 15:39:54 +03:00
* Apri una [Segnalazione su GitLab](https://gitlab.com/rubenwardy/minetest_modding_book/-/issues).
* Rispondi alla [Discussione sul Forum](https://forum.minetest.net/viewtopic.php?f=14&t=10729).
2020-04-27 16:12:52 +03:00
* [Contattami (in inglese)](https://rubenwardy.com/contact/).
* Voglia di contribuire?
[Leggi il README](https://gitlab.com/rubenwardy/minetest_modding_book/-/blob/master/README.md).