summaryrefslogtreecommitdiff
path: root/sorting_tubes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sorting_tubes.lua')
-rw-r--r--sorting_tubes.lua40
1 files changed, 20 insertions, 20 deletions
diff --git a/sorting_tubes.lua b/sorting_tubes.lua
index 933ecf2..92e9446 100644
--- a/sorting_tubes.lua
+++ b/sorting_tubes.lua
@@ -110,25 +110,25 @@ if pipeworks.enable_mese_tube then
return 0
end,
}, true) -- Must use old tubes, since the textures are rotated with 6d ones
-end
-minetest.register_craft( {
- output = "pipeworks:mese_tube_1 2",
- recipe = {
- { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
- { "", "default:mese_crystal", "" },
- { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
- },
-})
+ minetest.register_craft( {
+ output = "pipeworks:mese_tube_1 2",
+ recipe = {
+ { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
+ { "", "default:mese_crystal", "" },
+ { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
+ },
+ })
-minetest.register_craft( {
- type = "shapeless",
- output = "pipeworks:mese_tube_000000",
- recipe = {
- "pipeworks:tube_1",
- "default:mese_crystal_fragment",
- "default:mese_crystal_fragment",
- "default:mese_crystal_fragment",
- "default:mese_crystal_fragment"
- },
-})
+ minetest.register_craft( {
+ type = "shapeless",
+ output = "pipeworks:mese_tube_000000",
+ recipe = {
+ "pipeworks:tube_1",
+ "default:mese_crystal_fragment",
+ "default:mese_crystal_fragment",
+ "default:mese_crystal_fragment",
+ "default:mese_crystal_fragment"
+ },
+ })
+end