fixes #1165
This commit is contained in:
parent
3f46b6856f
commit
5b0e9bda98
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
## [Unreleased]
|
||||
### New features
|
||||
### Bug fixes
|
||||
- Fixed double ingots not having a temperature (#1165) @Pyritie
|
||||
### Changes
|
||||
|
||||
## [0.9.11] - 13.06.2025
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ const registerTFCHeats = (event) => {
|
|||
makeItemHeatByTagPrefix(TagPrefix.rodLong, material, tfcProperty, 1.429)
|
||||
|
||||
makeItemHeatByTagPrefix(TagPrefix.ingot, material, tfcProperty, 1.429)
|
||||
makeItemHeatByTagPrefix(TFGTagPrefix.ingotDouble, material, tfcProperty, 2.875)
|
||||
|
||||
makeItemHeatByTagPrefix(TagPrefix.rawOre, material, tfcProperty, 1.429)
|
||||
makeItemHeatByTagPrefix(TFGTagPrefix.richRawOre, material, tfcProperty, 1.429)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue