someone forgot a closing brace

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-12-08 16:52:43 -06:00 committed by GitHub
parent 9293d92bcd
commit 3d735015b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,5 +100,6 @@ function registerTFGTemporaryRecipes(event) {
H: '#forge:tools/hammers',
W: '#forge:tools/wrenches'
}).id(`tfg:temp/large_item_pipe_${material.getName()}`)
}
})
}
}