Changes

Summary

  1. Allow the high oven to make steam, which can be used as a late game smeltery fuel (details)
  2. Ensure things work properly when the Tinkers Construct smeltery module is disabled (details)
  3. Add some missing deprecated annotations (details)
  4. Fix ${version} in TinkersComplement not getting replaced in main class (details)
  5. Add particles to the alloy tank when active (details)
Commit 9b6ad9b9c0b3acdc2ad63fcc21380b6e440849d9 by KnightMiner
Allow the high oven to make steam, which can be used as a late game smeltery fuel
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/melting/HighOvenMeltingCategory.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/library/steelworks/HeatRecipe.java
The file was addedsrc/main/java/knightminer/tcomplement/library/steelworks/IHeatRecipe.java
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/SteelworksModule.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/mix/HighOvenMixWrapper.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/SteelworksClientProxy.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/IMixRecipe.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/heat/HighOvenHeatCategory.java
The file was modifiedsrc/main/java/knightminer/tcomplement/common/Config.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/mix/HighOvenMixCategory.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/tank/HighOvenTank.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/heat/HighOvenHeatGetter.java
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/fluids/steam_flow.png
The file was addedsrc/main/java/knightminer/tcomplement/library/steelworks/HighOvenFilter.java
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/EmptyMixRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/tileentity/TileHighOven.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/common/PulseBase.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/fluids/steam.png
The file was addedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/heat/HighOvenHeatWrapper.java
The file was modifiedsrc/main/resources/assets/tcomplement/textures/gui/jei/high_oven.png (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/melting/HighOvenMeltingWrapper.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/blockstates/fluid_block.json (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/highoven/fuel/HighOvenFuelCategory.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/fluids/steam.png.mcmeta
The file was modifiedsrc/main/java/knightminer/tcomplement/library/TCompRegistry.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/JEIPlugin.java (diff)
The file was addedsrc/main/java/knightminer/tcomplement/library/steelworks/IHighOvenFilter.java
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/MixRecipe.java (diff)
The file was addedsrc/main/resources/assets/tcomplement/textures/blocks/fluids/steam_flow.png.mcmeta
The file was modifiedsrc/main/java/knightminer/tcomplement/library/events/TCompRegisterEvent.java (diff)
Commit 578d2ab34530aa8d3aac3d441527daf63ab7c7de by KnightMiner
Ensure things work properly when the Tinkers Construct smeltery module is disabled

Using a new Mantle feature, it now automatically disables the melter and steelworks module when smeltery is disabled
The file was modifiedbuild.properties (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/recipes/_constants.json (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/common/ClientProxy.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/MelterModule.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/shared/CommonsClientProxy.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/shared/CommonsModule.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/SteelworksModule.java (diff)
Commit 2503a100c824b4e51cfbed23e46a00950befe9bd by KnightMiner
Add some missing deprecated annotations
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/blocks/BlockMelter.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/blocks/BlockAlloyTank.java (diff)
Commit 04ca96560c20600691a243654f396e74cde76b9c by KnightMiner
Fix ${version} in TinkersComplement not getting replaced in main class
The file was modifiedbuild.gradle (diff)
Commit 00d69016b6aecb4bd1ec3521ffcd21a72580cedd by KnightMiner
Add particles to the alloy tank when active
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/blocks/BlockAlloyTank.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/melter/tileentity/TileAlloyTank.java (diff)