From af2be1c402611f8aed8c8ad308c41f97c26e509e Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Tue, 4 Dec 2018 22:44:50 +0100 Subject: [PATCH] crowbar recipe added --- recipes.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recipes.lua b/recipes.lua index d304804..b7f5199 100644 --- a/recipes.lua +++ b/recipes.lua @@ -192,6 +192,14 @@ minetest.register_craft({ }, }) +minetest.register_craft({ + output = "hyperloop:tube_crowbar", + recipe = { + {"", "", "dye:red"}, + {"", "hyperloop:hypersteel_ingot", ""}, + {"hyperloop:hypersteel_ingot", "", ""}, + }, +}) minetest.register_craft({ type = "cooking",