replaced all our water input fluids with a tag, so river water works too
This commit is contained in:
parent
e99f6a3907
commit
5fd8d896eb
17 changed files with 126 additions and 125 deletions
|
|
@ -311,7 +311,9 @@ function registerTFCMachineRecipes(event) {
|
|||
.EUt(4)
|
||||
|
||||
// Jute Fiber
|
||||
generateMixerRecipe(event, 'tfc:jute', Fluid.of('minecraft:water', 200), 'tfc:jute_fiber', null, [], 100, 4, 16, 'tfg:tfc/jute_fiber')
|
||||
generateMixerRecipe(event, 'tfc:jute',
|
||||
JsonIO.of({ amount: 200, value: { tag: "tfg:clean_water" }}),
|
||||
'tfc:jute_fiber', null, [], 100, 4, 16, 'tfg:tfc/jute_fiber')
|
||||
|
||||
// Ceramic Recycling
|
||||
event.recipes.gtceu.macerator('tfg:sherd_to_brick_dust')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue