From 9ec80ec84b8dfa888a3965f8fb7c201d4ee8f112 Mon Sep 17 00:00:00 2001 From: Zughy <4279489-marco_a@users.noreply.gitlab.com> Date: Wed, 19 Apr 2023 23:32:53 +0200 Subject: [PATCH] IT | callback chapter, translate title and description --- _it/items/callbacks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_it/items/callbacks.md b/_it/items/callbacks.md index 662b6e7..7933883 100644 --- a/_it/items/callbacks.md +++ b/_it/items/callbacks.md @@ -1,9 +1,9 @@ --- -title: Node and Item Callbacks +title: Richiami dei nodi e degli oggetti layout: default root: ../.. idx: 2.15 -description: Learn about callbacks, actions, and events, including on_use, on_punch, on_place, on_rightclick +description: Scopri i richiami, le azioni e gli eventi, come on_use, on_punch, on_place e on_rightclick --- ## Introduction