diff options
author | gabriel1379 <gabriel1379@gmail.com> | 2024-02-25 18:24:35 +0100 |
---|---|---|
committer | gabriel1379 <gabriel1379@gmail.com> | 2024-02-25 18:24:35 +0100 |
commit | 466740cc716b36febaa1eae96bd9a8cb0b889d7d (patch) | |
tree | 995b9cabd22b33ed23ee97b7feabe23ae8e1a4a0 /crafts.lua | |
parent | 791c44e3b090f41265b8b7baa6f56ae53bb9a729 (diff) | |
download | elevator-466740cc716b36febaa1eae96bd9a8cb0b889d7d.tar.gz elevator-466740cc716b36febaa1eae96bd9a8cb0b889d7d.tar.bz2 elevator-466740cc716b36febaa1eae96bd9a8cb0b889d7d.zip |
Fix indentation in crafts.lua
Diffstat (limited to 'crafts.lua')
-rw-r--r-- | crafts.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"}, |