summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasl97 <asl97@outlook.com>2015-06-06 19:06:56 +0800
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2015-06-17 17:10:03 -0400
commit7cd848a050b053c469efd20d89c7e2b34b6005ce (patch)
treeb4c5d3a3992caebb54dedf584d5dcf20ca11f81a
parentfcef0ef987f7bd7d26d1c8a4d27a562822b580bc (diff)
default:mese_block is now default:mese
https://github.com/minetest-technic/technic/blob/master/technic/crafts.lua#L189
-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" }
},
})