diff --git a/CHANGELOG.md b/CHANGELOG.md index 2203b6b62..770a60bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Fuelling blaze burners with liquids is now done directly instead of through straws (break and replace your blaze burners to update) @Ghoulcel - Blaze burner liquid fuelling has been fully made consistent with GregTech power values (#1694) @Ghoulcel ### Bug fixes +- Fixed tongs getting stuck in ovens @Pyritie ## [0.10.10] - 23-08-2025 ### Major changes diff --git a/kubejs/server_scripts/hotornot/tags.js b/kubejs/server_scripts/hotornot/tags.js index a31e6fced..bcc28c7b6 100644 --- a/kubejs/server_scripts/hotornot/tags.js +++ b/kubejs/server_scripts/hotornot/tags.js @@ -10,6 +10,8 @@ const registerHotOrNotItemTags = (event) => { }) event.add('tfchotornot:hot_whitelist', '#forge:hot_ingots') + + event.add('firmalife:usable_on_oven', '#tfchotornot:insulating') } const registerHotOrNotBlockTags = (event) => {