Steam Fluid Blaze Burner First Comit. (#1379)

This commit is contained in:
Nyonyix 2025-07-22 10:52:19 +10:00 committed by GitHub
parent 83adf7f088
commit 87fac4d063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}