TFC Gurman integration (#2298)

* started working on tfc-gurman integration

* updated recipes, should be mostly good now?

* pizza adjustments

* meal bag tags

* ugh these crafting table foods are gonna take 5ever

* milk curdling and automation for new cheeses

* moved these

* Update tags.js

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-12-01 00:35:55 +00:00 committed by GitHub
parent d6cf64c67b
commit 53c5a20489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 888 additions and 72 deletions

View file

@ -270,6 +270,7 @@ ServerEvents.recipes(event => {
registerTFCBetterBFRecipes(event)
registerTFCLunchBoxRecipes(event)
registerTFCGroomingStationRecipes(event)
registerTFCGurmanRecipes(event)
registerTFGRecipes(event)
registerTFCTextileRecipes(event)
registerToolBeltRecipes(event)