From 5029556ceb3d872bd3e280ac32582ca6956c9300 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 5 Dec 2025 00:34:28 +0100 Subject: [PATCH] Change the name of the chiseling machine to English --- chiseling_machine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chiseling_machine.lua b/chiseling_machine.lua index afd0555..b595af2 100644 --- a/chiseling_machine.lua +++ b/chiseling_machine.lua @@ -16,7 +16,7 @@ local machine_formspec = "" .. minetest.register_node( "stripped_tree:chiseling_machine", { - description = "Chiseladora para troncos", + description = "Chiseling machine", tiles = { "chiseling_machine.png", "chiseling_machine.png",