mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 16:33:58 +01:00
fix pipeworks:mese_tube_000000 craft
This commit is contained in:
parent
5aa0501872
commit
8a29f8844c
@ -283,10 +283,10 @@ if pipeworks.enable_mese_tube then
|
|||||||
output = "pipeworks:mese_tube_000000",
|
output = "pipeworks:mese_tube_000000",
|
||||||
recipe = {
|
recipe = {
|
||||||
"pipeworks:tube_1",
|
"pipeworks:tube_1",
|
||||||
materials.mese_crystal,
|
materials.mese_crystal_fragment,
|
||||||
materials.mese_crystal,
|
materials.mese_crystal_fragment,
|
||||||
materials.mese_crystal,
|
materials.mese_crystal_fragment,
|
||||||
materials.mese_crystal,
|
materials.mese_crystal_fragment,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user