diff options
Diffstat (limited to 'teleport_tube.lua')
-rw-r--r-- | teleport_tube.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teleport_tube.lua b/teleport_tube.lua index f4bad74..d707717 100644 --- a/teleport_tube.lua +++ b/teleport_tube.lua @@ -242,9 +242,9 @@ pipeworks.register_tube("pipeworks:teleport_tube", { minetest.register_craft( { output = "pipeworks:teleport_tube_1 2", recipe = { - { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, + { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, { "default:desert_stone", "default:mese", "default:desert_stone" }, - { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" } + { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" } }, }) |