From c41f6509cf2758945fbc0810ff9d7ab0fc077228 Mon Sep 17 00:00:00 2001
From: _TarkFrench <39446667+Tarku@users.noreply.github.com>
Date: Sat, 26 Oct 2019 19:34:17 +0200
Subject: [PATCH] French translation: fix some errors and ortho (#513)

---
 technic_chests/gold_chest.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic_chests/gold_chest.lua b/technic_chests/gold_chest.lua
index c66b2f6..7a50b70 100644
--- a/technic_chests/gold_chest.lua
+++ b/technic_chests/gold_chest.lua
@@ -30,7 +30,7 @@
 minetest.register_craft({
 	output = 'technic:gold_locked_chest',
 	recipe = {
-		{'default:steel_ingot'},
+		{'basic_materials:padlock'},
 		{'technic:gold_chest'},
 	}
 })

--
Gitblit v1.8.0