This commit is contained in:
Pyritie 2025-10-06 18:29:24 +01:00
commit dc2c4af1f5
6 changed files with 22 additions and 2 deletions

View file

@ -24,6 +24,9 @@ function registerTFGHeatData(event) {
event.itemHeat("tfg:sunflower_product", 1, null, null);
event.itemHeat("tfg:roasted_sunflower_seeds", 1, null, null);
event.itemHeat("#tfc:powders", 1, null, null);
event.itemHeat('betterend:cave_pumpkin_pie_raw', 1.0, null, null);
event.itemHeat('betterend:cave_pumpkin_pie', 1.0, null, null);
}
/** @param {Internal.TFCDataEventJS} event */