From f4dc9cfb8c8cb61f28bd368486c7bfbf369cdab9 Mon Sep 17 00:00:00 2001 From: Aleksandr Avdeev Date: Mon, 25 Nov 2024 10:25:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D1=8B=20?= =?UTF-8?q?=D1=81=D0=BF=D0=B0=D0=B2=D0=BD=D0=B5=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spawners_ores/spawners_ores.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spawners_ores/spawners_ores.lua b/spawners_ores/spawners_ores.lua index dda154f..227ac41 100644 --- a/spawners_ores/spawners_ores.lua +++ b/spawners_ores/spawners_ores.lua @@ -336,7 +336,7 @@ spawners_ores.create({ -- -- Recipes -- - +--[[ minetest.register_craft({ output = 'spawners_ores:stone_with_gold_spawner', recipe = { @@ -371,4 +371,4 @@ minetest.register_craft({ { 'xpanes:bar_flat', 'default:tinblock', 'xpanes:bar_flat' }, { 'default:diamondblock', 'xpanes:bar_flat', 'default:diamondblock' }, } -}) +}) ]] \ No newline at end of file