Merge pull request #742 from Metriximor/main

Add seaweed and kelp drying recipes
This commit is contained in:
Dmitry 2025-01-25 23:56:42 +07:00 committed by GitHub
commit d8c37eac78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -122,6 +122,11 @@ const registerTFCHeats = (event) => {
// Ведро из красной
event.itemHeat('tfc:metal/bucket/red_steel', 1.429, 924, 1232)
// Seaweed and Kelp
event.itemHeat('tfc:groundcover/seaweed', 1.0, null, null)
event.itemHeat('tfc:plant/leafy_kelp', 1.0, null, null)
event.itemHeat('tfc:plant/winged_kelp', 1.0, null, null)
}
const registerTFCFuels = (event) => {