fixed tongs getting stuck in ovens

This commit is contained in:
Pyritie 2025-08-26 00:01:14 +01:00
parent 5bec53e7cd
commit b92f6b250c
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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) => {