mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-17 15:58:29 +01:00
fix broken mese tube recipe
This commit is contained in:
parent
13e878398c
commit
95a6ec93e7
@ -115,7 +115,7 @@ if pipeworks.enable_mese_tube then
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "pipeworks:mese_tube_1 2",
|
output = "pipeworks:mese_tube_000000 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
||||||
{ "", "default:mese_crystal", "" },
|
{ "", "default:mese_crystal", "" },
|
||||||
|
Loading…
Reference in New Issue
Block a user