2020-04-27 16:11:54 +03:00
|
|
|
---
|
|
|
|
title: Front Cover
|
|
|
|
layout: default
|
|
|
|
homepage: true
|
|
|
|
no_header: true
|
|
|
|
root: ..
|
|
|
|
idx: 0.1
|
|
|
|
---
|
|
|
|
|
|
|
|
<header>
|
2020-04-27 16:12:52 +03:00
|
|
|
<h1>Minetest: Libro del Modding</h1>
|
2020-04-27 16:11:54 +03:00
|
|
|
|
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://gitlab.com/zughy-friends-minetest">Zughy</a></span>
|
2020-04-27 16:11:54 +03:00
|
|
|
</header>
|
|
|
|
|
2020-04-27 16:12:52 +03:00
|
|
|
## Introduzione
|
2020-04-27 16:11:54 +03:00
|
|
|
|
2020-04-27 16:12:52 +03:00
|
|
|
Il modding su Minetest è supportato grazie a script in Lua.
|
|
|
|
Questo libro mira a insegnarti come creare le tue mod, iniziando dalle basi.
|
|
|
|
Ogni capitolo si concentra su un punto specifico dell'API, e ti porterà presto
|
|
|
|
a fare le tue mod.
|
2020-04-27 16:11:54 +03:00
|
|
|
|
2020-04-27 16:12:52 +03:00
|
|
|
Oltre che [leggere questo libro online](https://rubenwardy.com/minetest_modding_book),
|
|
|
|
puoi anche [scaricarlo in HTML](https://github.com/rubenwardy/minetest_modding_book/releases).
|
2020-04-27 16:11:54 +03:00
|
|
|
|
2020-04-27 16:12:52 +03:00
|
|
|
### Feedback e Contributi
|
2020-04-27 16:11:54 +03:00
|
|
|
|
2020-04-27 16:12:52 +03:00
|
|
|
Hai notato un errore o vuoi dare un feedback? Assicurati di farmelo presente.
|
2020-04-27 16:11:54 +03:00
|
|
|
|
2020-04-27 16:12:52 +03:00
|
|
|
* Crea una [Issue su GitLab](https://gitlab.com/rubenwardy/minetest_modding_book/-/issues).
|
|
|
|
* Posta nel [Topic sul Forum](https://forum.minetest.net/viewtopic.php?f=14&t=10729).
|
|
|
|
* [Contattami (in inglese)](https://rubenwardy.com/contact/).
|
|
|
|
* Voglia di contribuire?
|
|
|
|
[Leggi il README](https://gitlab.com/rubenwardy/minetest_modding_book/-/blob/master/README.md).
|