started a tfg space recipes file, moved the air collector ones there

This commit is contained in:
Pyritie 2025-05-15 01:19:39 +01:00
parent 973a8c7e8e
commit 448ea6f60b
3 changed files with 21 additions and 8 deletions

View file

@ -14,4 +14,5 @@ const registerTFGRecipes = (event) => {
registerTFGSupportRecipes(event)
registerTFGFishingNetsRecipes(event)
registerTFGConvertingRecipes(event)
registerTFGSpaceRecipes(event)
}