lunchbox update into Pakku (#1200)

* Refactored KubeJS recipes for GT compatibility
lunchbox update into Pakku

* Refactored KubeJS recipes for GT compatibility
lunchbox update into Pakku
fixed bowl bug
fixed dupe food bug
This commit is contained in:
Thomasx0 2025-06-20 20:33:02 +03:00 committed by GitHub
parent afc88dda91
commit 54f30d5cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 60 deletions

View file

@ -42,6 +42,7 @@ ServerEvents.tags('item', event => {
registerTFCItemTags(event)
registerTFCTextileItemTags(event)
registerTFGItemTags(event)
registerTFCLunchboxItemTags(event)
registerVintageImprovementsItemTags(event)
})