From 466740cc716b36febaa1eae96bd9a8cb0b889d7d Mon Sep 17 00:00:00 2001 From: gabriel1379 Date: Sun, 25 Feb 2024 18:24:35 +0100 Subject: Fix indentation in crafts.lua --- crafts.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crafts.lua b/crafts.lua index d06512e..dcbd062 100644 --- a/crafts.lua +++ b/crafts.lua @@ -110,8 +110,8 @@ elseif technic_path and basic_materials_path then }, }) elseif technic_path and farming and farming.mod and ( farming.mod == "redo" or farming.mod == "undo" ) then - -- add alternative recipe with hemp rope - minetest.register_craft({ + -- add alternative recipe with hemp rope + minetest.register_craft({ output = "elevator:elevator_off", recipe = { {"technic:cast_iron_ingot", "farming:hemp_rope", "technic:cast_iron_ingot"}, -- cgit v1.2.3