This commit is contained in:
Pyritie 2026-01-04 13:03:05 +00:00
parent bbc4730c6c
commit be0e8c0510
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,9 @@ const registerTFCHeats = (event) => {
// Baked Potato
event.itemHeat('tfc:food/baked_potato', 1.0, null, null)
// Soybean
event.itemHeat('tfc:food/soybean', 1.0, null, null)
}