fix ice soup generating free bowls
This commit is contained in:
parent
f5748ac382
commit
3d0cc597a6
3 changed files with 17 additions and 14 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue