From fe37465f6557a0ef31038e4d400e42be6990ab62 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 1 Aug 2021 16:32:52 +0200 Subject: [PATCH] Reactivate grinder recipes --- basic_machines/grinder.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/basic_machines/grinder.lua b/basic_machines/grinder.lua index a67963c..1f38f50 100644 --- a/basic_machines/grinder.lua +++ b/basic_machines/grinder.lua @@ -259,23 +259,23 @@ minetest.register_craft({ }, }) ---minetest.register_craft({ --- output = node_name_ta3, --- recipe = { --- {"", "default:mese_crystal", ""}, --- {"", node_name_ta2, ""}, --- {"", "techage:vacuum_tube", ""}, --- }, ---}) +minetest.register_craft({ + output = node_name_ta3, + recipe = { + {"", "default:mese_crystal", ""}, + {"", node_name_ta2, ""}, + {"", "techage:vacuum_tube", ""}, + }, +}) ---minetest.register_craft({ --- output = node_name_ta4, --- recipe = { --- {"", "default:mese_crystal", ""}, --- {"", node_name_ta3, ""}, --- {"", "techage:ta4_wlanchip", ""}, --- }, ---}) +minetest.register_craft({ + output = node_name_ta4, + recipe = { + {"", "default:mese_crystal", ""}, + {"", node_name_ta3, ""}, + {"", "techage:ta4_wlanchip", ""}, + }, +}) if minetest.global_exists("unified_inventory") then unified_inventory.register_craft_type("grinding", {