Changes

Summary

  1. Update Mantle dependency (details)
  2. Fix mix recipes matching any fluid if there are additives (#46) (details)
  3. Fix too few reagents being consumed when an item with a large output is smelted (#47) (details)
  4. Expose addAdditive as a new public method in IMixRecipe (details)
  5. Add a config option to disable showing high oven fuels (default false) and improve book mention of fuels (details)
Commit 95b1248c2e5020f253063a8b847ee8419255a57b by KnightMiner
Update Mantle dependency
The file was modifiedbuild.properties (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/TinkersComplement.java (diff)
Commit eab5ea399c9b9f079a7308c93da99f3d0618c466 by KnightMiner
Fix mix recipes matching any fluid if there are additives (#46)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/MixRecipe.java (diff)
Commit d9d620e40410352d4db3e571adfdc9efa44ec460 by KnightMiner
Fix too few reagents being consumed when an item with a large output is smelted (#47)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/Util.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/IMixRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/MixRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/steelworks/tileentity/TileHighOven.java (diff)
Commit a2c0fa68405ce28bd40447de4fea656a943c5ab6 by KnightMiner
Expose addAdditive as a new public method in IMixRecipe

Will be helpful for craft tweaker support later as the methods are more generic
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)
The file was modifiedsrc/main/java/knightminer/tcomplement/library/steelworks/EmptyMixRecipe.java (diff)
Commit c92c3e08a43dd049386e8c022fb5de7480b15e82 by KnightMiner
Add a config option to disable showing high oven fuels (default false) and improve book mention of fuels
The file was modifiedsrc/main/resources/assets/tcomplement/book/en_us/high_oven/structure.json (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/book/en_us/high_oven/intro.json (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/plugin/jei/JEIPlugin.java (diff)
The file was modifiedsrc/main/java/knightminer/tcomplement/common/Config.java (diff)
The file was modifiedsrc/main/resources/assets/tcomplement/lang/en_us.lang (diff)