fixes #1165
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user