summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/crafts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/crafts.lua b/technic/crafts.lua
index 1bf5d22..8a8cd37 100644
--- a/technic/crafts.lua
+++ b/technic/crafts.lua
@@ -186,7 +186,7 @@ minetest.register_craft({
output = "pipeworks:teleport_tube_1 0",
recipe = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
- { "default:desert_stone", "default:mese_block", "default:desert_stone" },
+ { "default:desert_stone", "default:mese", "default:desert_stone" },
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
},
})