Changes

Summary

  1. Add config option for the heater temperature (details)
  2. Allow alloy tanks to be built using a tank instead of a heater (details)
  3. Add tooltip to mix recipe represenative items to clarify what is accepted (details)
  4. Fix the high oven sometimes losing heat on world load (details)
  5. Flip input and output on mix recipes to better match other TiC constructors (details)
  6. Fix not being able to fill the high oven using drains (details)
Commit d14f1c5fbed5933bd2c93ccec26645fec84c6d45 by KnightMiner
Add config option for the heater temperature

This also lowers the amount of fuel returned from a piece of fuel, so that if the melter temp is set to 1300, a lava bucket in either is the same value
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/tileentity/TileMelter.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/common/Config.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/melter/MeltingRecipeWrapper.java (diff)
Commit 17756373a458ac0c5e407735880c6adbc390de8e by KnightMiner
Allow alloy tanks to be built using a tank instead of a heater
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/tileentity/TileAlloyTank.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/book/en_us/alloy_tank/structure.json (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/blocks/BlockAlloyTank.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/book/en_us/structure/alloy_tank.json (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
Commit 3ee456e0cf86ffd89f0c9031898c262c6bfddca5 by KnightMiner
Add tooltip to mix recipe represenative items to clarify what is accepted
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/mix/HighOvenMixCategory.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/mix/HighOvenMixWrapper.java (diff)
Commit f3291861dbbd289f6b46ca6b6285835fde29cd04 by KnightMiner
Fix the high oven sometimes losing heat on world load
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/tileentity/TileHighOven.java (diff)
Commit a52e91a7514ef4a12aad53f3b457b6ea1e44ed77 by KnightMiner
Flip input and output on mix recipes to better match other TiC constructors
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/tank/HighOvenTank.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/TCompRegistry.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/SteelworksModule.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/EmptyMixRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/MixRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/IMixRecipe.java (diff)
Commit 0636c1e6c805284621c7b97687583fae0a35d641 by KnightMiner
Fix not being able to fill the high oven using drains
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/tank/HighOvenTank.java (diff)