Skip to content

Commit

Permalink
Fix indentation in crafts.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel1379 committed Feb 25, 2024
1 parent 791c44e commit 466740c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 466740c

Please sign in to comment.