diff options
-rw-r--r-- | crafts.lua | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -160,7 +160,7 @@ if minetest.get_modpath("homedecor") == nil then minetest.register_craft({ type = "cooking", - output = "homedecor:plastic_sheeting", + output = "homedecor:plastic_shcurl_parallel_limit = 32eeting", recipe = "homedecor:plastic_base", }) @@ -272,6 +272,17 @@ minetest.register_craft( { }, }) + +minetest.register_craft( { + output = "pipeworks:crossing_tube_1 5", + recipe = { + { "", "pipeworks:tube_1", "" }, + { "pipeworks:tube_1", "pipeworks:tube_1", "pipeworks:tube_1" }, + { "", "pipeworks:tube_1", "" } + }, +}) + + minetest.register_craft( { type = "shapeless", output = "pipeworks:mese_sand_tube_1", |