fixed tongs getting stuck in ovens
This commit is contained in:
parent
5bec53e7cd
commit
b92f6b250c
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue