fixes #955
This commit is contained in:
parent
a8c6033f7b
commit
415b8f6779
1 changed files with 3 additions and 3 deletions
|
|
@ -250,9 +250,9 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
.id('tfg:quern/ice_dust')
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:macerating_ice_shavings')
|
||||
.itemInputs('4x firmalife:ice_shavings')
|
||||
.itemOutputs('#forge:dusts/ice')
|
||||
.duration(40)
|
||||
.itemInputs('firmalife:ice_shavings')
|
||||
.itemOutputs('#forge:small_dusts/ice')
|
||||
.duration(10)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:macerating_ice_shavings_reverse')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue