Steam Fluid Blaze Burner First Comit. (#1379)
This commit is contained in:
parent
83adf7f088
commit
87fac4d063
1 changed files with 9 additions and 0 deletions
|
|
@ -211,5 +211,14 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
},
|
||||
burnTime: 150 * 9 * 9
|
||||
}).id('tfg:createadditions/liquid_burning/seed_oil')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluid: 'gtceu:steam',
|
||||
amount: 256
|
||||
},
|
||||
burnTime: 4 * 9 * 9
|
||||
}).id('tfg:createadditions/liquid_burning/steam')
|
||||
//#endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue