From 95a6ec93e7499da8e6835794d0cf73a6f3bd7bed Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 2 Feb 2015 00:57:14 -0500 Subject: fix broken mese tube recipe --- sorting_tubes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sorting_tubes.lua') diff --git a/sorting_tubes.lua b/sorting_tubes.lua index 72a0267..2fc4164 100644 --- a/sorting_tubes.lua +++ b/sorting_tubes.lua @@ -115,7 +115,7 @@ if pipeworks.enable_mese_tube then }) minetest.register_craft( { - output = "pipeworks:mese_tube_1 2", + output = "pipeworks:mese_tube_000000 2", recipe = { { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, { "", "default:mese_crystal", "" }, -- cgit v1.2.3