fix ice soup generating free bowls

This commit is contained in:
Pyritie 2025-09-14 13:29:31 +01:00
parent f5748ac382
commit 3d0cc597a6
3 changed files with 17 additions and 14 deletions

View file

@ -968,7 +968,7 @@ function registerTFGFoodRecipes(event) {
event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans')
.id('tfg:quern/cocoa_dust');
event.recipes.tfc.pot(['firmalife:ice_shavings', 'firmalife:ice_shavings', 'firmalife:ice_shavings', 'firmalife:ice_shavings', 'firmalife:ice_shavings'],
event.recipes.tfc.pot(['#tfc:bowls', 'firmalife:ice_shavings', 'firmalife:ice_shavings', 'firmalife:ice_shavings', 'firmalife:ice_shavings'],
Fluid.of('minecraft:water', 1000), 20, 10)
.itemOutput('tfg:food/ice_soup')
.id('tfg:pot/ice_soup')