2 tiny pipes instead of 1
This commit is contained in:
parent
9293d92bcd
commit
2e48d81cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function registerTFGTemporaryRecipes(event) {
|
||||||
]
|
]
|
||||||
broken_pipes.forEach(material => {
|
broken_pipes.forEach(material => {
|
||||||
if (material.hasProperty(PropertyKey.FLUID_PIPE)) {
|
if (material.hasProperty(PropertyKey.FLUID_PIPE)) {
|
||||||
event.shaped(ChemicalHelper.get(TagPrefix.pipeTinyFluid, material, 1), [
|
event.shaped(ChemicalHelper.get(TagPrefix.pipeTinyFluid, material, 2), [
|
||||||
' S ',
|
' S ',
|
||||||
'HPW'
|
'HPW'
|
||||||
], {
|
], {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue