Add item heat to kelp and seaweed

Signed-off-by: Metriximor <metriximor@gmail.com>
This commit is contained in:
Metriximor 2025-01-22 10:43:12 +00:00 committed by GitHub
parent f30cd26a0e
commit 5ddda569d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,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) => {