diff options
author | root <root@linux-forks.de> | 2018-11-14 22:41:28 +0100 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-11-14 22:41:28 +0100 |
commit | b8c0bfb43054554ffdba7e8ce1548ee50ae02c84 (patch) | |
tree | dd70300a22dc58c12dd3a90b67386c54e74e24c3 /sorting_tubes.lua | |
parent | 51e89c90bf50dfab3690cffc9ae4d6e1e58d9a0e (diff) |
This reverts commit 51e89c90bf50dfab3690cffc9ae4d6e1e58d9a0e, reversing
changes made to 62a1724635c4dde3bcfb83ae8ac968b102db5989.
Diffstat (limited to 'sorting_tubes.lua')
-rw-r--r-- | sorting_tubes.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sorting_tubes.lua b/sorting_tubes.lua index 76eec32..e7e918d 100644 --- a/sorting_tubes.lua +++ b/sorting_tubes.lua @@ -153,9 +153,9 @@ if pipeworks.enable_mese_tube then minetest.register_craft( { output = "pipeworks:mese_tube_000000 2", recipe = { - { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" }, + { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }, { "", "default:mese_crystal", "" }, - { "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" } + { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" } }, }) |