Changes

#43 (Dec 15, 2019 8:56:55 PM)

  1. Fix bucket cast recipes being initialized in the wrong module (#36) — KnightMiner / githubweb
  2. Cleanup: switch from smurf naming to normal naming for module classes — KnightMiner / githubweb
  3. Reorganize lang into modules rather than type — KnightMiner / githubweb
  4. First commit of the high oven — KnightMiner / githubweb
  5. Add missing scala to the melter JEI display and fix fire position — KnightMiner / githubweb
  6. Add JEI support for the high oven — KnightMiner / githubweb
  7. Add scorched bricks and blocks, make the high oven using them — KnightMiner / githubweb
  8. Add custom casting blocks as catlysts for the JEI casting category — KnightMiner / githubweb
  9. Add ducts and chutes to interact with the high oven controller's inventory — KnightMiner / githubweb
  10. Fix not being able to swap stacks in the additive and fuel slots — KnightMiner / githubweb
  11. When making steel from ores, consume items once per ore rather than per ingot — KnightMiner / githubweb
  12. Added steel armor if steelworks is loaded — KnightMiner / githubweb
  13. Add bacon as an alternative to porkchops in the pig iron recipe — KnightMiner / githubweb
  14. Switch from string to resource location for registering TEs — KnightMiner / githubweb
  15. Create ru_ru.lang (#37) — KnightMiner / githubweb
  16. Update a couple keys in ru_ru.lamg I changed for 0.4.0 and resort according to modules — KnightMiner / githubweb
  17. Fix parent item handler capability still being called — KnightMiner / githubweb
  18. Add high oven, melter, and alloy tank info to the Materials and You book — KnightMiner / githubweb
  19. Switch all temperature displays to use the Tinkers Construct utility — KnightMiner / githubweb
  20. Desaturate scorched stone a bit and add the missing smelting recipe — KnightMiner / githubweb
  21. Update mavens to use HTTPS — KnightMiner / githubweb
  22. Update to lastest Mantle build and replace ModuleFileRepository with the Mantle class — KnightMiner / githubweb
  23. Update the high oven's color in the book screenshot — KnightMiner / githubweb
  24. Update Tinkers and Mantle versions, plus bump version for alpha build — KnightMiner / githubweb
  25. Add config option for the heater temperature — KnightMiner / githubweb
  26. Allow alloy tanks to be built using a tank instead of a heater — KnightMiner / githubweb
  27. Add tooltip to mix recipe represenative items to clarify what is accepted — KnightMiner / githubweb
  28. Fix the high oven sometimes losing heat on world load — KnightMiner / githubweb
  29. Flip input and output on mix recipes to better match other TiC constructors — KnightMiner / githubweb
  30. Fix not being able to fill the high oven using drains — KnightMiner / githubweb
  31. Allow the high oven to make steam, which can be used as a late game smeltery fuel — KnightMiner / githubweb
  32. Ensure things work properly when the Tinkers Construct smeltery module is disabled — KnightMiner / githubweb
  33. Add some missing deprecated annotations — KnightMiner / githubweb
  34. Fix ${version} in TinkersComplement not getting replaced in main class — KnightMiner / githubweb
  35. Add particles to the alloy tank when active — KnightMiner / githubweb
  36. Allow interacting with the melter as if it were a tank — KnightMiner / githubweb
  37. Don't limit to bucket volume for filling the high oven from a bucket — KnightMiner / githubweb
  38. Add iModifier, allows upgrading a chisel to support iChisel features (#30) — KnightMiner / githubweb
  39. Fix chisel not gaining any XP from chiseling (#39) — KnightMiner / githubweb
  40. Update dev chisel version to fix some bugs — KnightMiner / githubweb
  41. Add Tool Leveling via CurseForge maven so I don't need to include it in libs — KnightMiner / githubweb
  42. Update ru_ru.lang (#44) — KnightMiner / githubweb
  43. Restore a Russian string that got lost in a commit — KnightMiner / githubweb
  44. Release 0.4.1 — KnightMiner / githubweb
  45. Update Mantle dependency — KnightMiner / githubweb
  46. Fix mix recipes matching any fluid if there are additives (#46) — KnightMiner / githubweb
  47. Fix too few reagents being consumed when an item with a large output is smelted (#47) — KnightMiner / githubweb
  48. Expose addAdditive as a new public method in IMixRecipe — KnightMiner / githubweb
  49. Add a config option to disable showing high oven fuels (default false) and improve book mention of fuels — KnightMiner / githubweb
  50. Add a tooltip callback to the mix recipe to state fluid amounts are per second — KnightMiner / githubweb
  51. Release 0.4.2 — KnightMiner / githubweb
  52. Exposed private method of TCompRegistry (#49) — KnightMiner / githubweb
  53. Fix mix recipes with fewer than 3 additives not working — KnightMiner / githubweb
  54. First commit of chocolate — KnightMiner / githubweb
  55. Prevent registering of certain Steelworks recipes when module disabled (#55) — KnightMiner / githubweb
  56. Release 0.4.3 — KnightMiner / githubweb

#42 (Sep 7, 2019 6:31:20 PM)

  1. Prevent registering of certain Steelworks recipes when module disabled (#55) — KnightMiner / githubweb

#41 (Aug 11, 2019 12:56:33 AM)

  1. First commit of chocolate — KnightMiner / githubweb

#40 (Jul 16, 2019 2:53:53 AM)

  1. Fix mix recipes with fewer than 3 additives not working — KnightMiner / githubweb

#39 (Jul 2, 2019 11:43:56 PM)

  1. Exposed private method of TCompRegistry (#49) — KnightMiner / githubweb

#38 (Jun 20, 2019 2:55:01 AM)

  1. Release 0.4.2 — KnightMiner / githubweb

#37 (Jun 16, 2019 7:03:38 AM)

  1. Add a tooltip callback to the mix recipe to state fluid amounts are per second — KnightMiner / githubweb

#36 (Jun 16, 2019 6:46:29 AM)

  1. Update Mantle dependency — KnightMiner / githubweb
  2. Fix mix recipes matching any fluid if there are additives (#46) — KnightMiner / githubweb
  3. Fix too few reagents being consumed when an item with a large output is smelted (#47) — KnightMiner / githubweb
  4. Expose addAdditive as a new public method in IMixRecipe — KnightMiner / githubweb
  5. Add a config option to disable showing high oven fuels (default false) and improve book mention of fuels — KnightMiner / githubweb

#35 (May 20, 2019 5:15:18 AM)

  1. Release 0.4.1 — KnightMiner / githubweb

#34 (May 20, 2019 5:08:35 AM)

  1. Restore a Russian string that got lost in a commit — KnightMiner / githubweb

#33 (May 20, 2019 5:06:35 AM)

  1. Update ru_ru.lang (#44) — KnightMiner / githubweb

#32 (May 20, 2019 4:56:13 AM)

  1. Update dev chisel version to fix some bugs — KnightMiner / githubweb
  2. Add Tool Leveling via CurseForge maven so I don't need to include it in libs — KnightMiner / githubweb

#31 (May 19, 2019 7:35:50 AM)

  1. Fix chisel not gaining any XP from chiseling (#39) — KnightMiner / githubweb

#30 (May 18, 2019 5:41:12 AM)

  1. Allow interacting with the melter as if it were a tank — KnightMiner / githubweb
  2. Don't limit to bucket volume for filling the high oven from a bucket — KnightMiner / githubweb
  3. Add iModifier, allows upgrading a chisel to support iChisel features (#30) — KnightMiner / githubweb

#29 (May 17, 2019 5:06:12 AM)

  1. Allow the high oven to make steam, which can be used as a late game smeltery fuel — KnightMiner / githubweb
  2. Ensure things work properly when the Tinkers Construct smeltery module is disabled — KnightMiner / githubweb
  3. Add some missing deprecated annotations — KnightMiner / githubweb
  4. Fix ${version} in TinkersComplement not getting replaced in main class — KnightMiner / githubweb
  5. Add particles to the alloy tank when active — KnightMiner / githubweb

#28 (Apr 23, 2019 5:15:04 AM)

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

#27 (Mar 31, 2019 6:53:25 PM)

  1. Update Tinkers and Mantle versions, plus bump version for alpha build — KnightMiner / githubweb

#26 (Mar 31, 2019 7:58:28 AM)

  1. Update mavens to use HTTPS — KnightMiner / githubweb
  2. Update to lastest Mantle build and replace ModuleFileRepository with the Mantle class — KnightMiner / githubweb
  3. Update the high oven's color in the book screenshot — KnightMiner / githubweb

#25 (Mar 21, 2019 3:31:45 AM)

  1. Switch all temperature displays to use the Tinkers Construct utility — KnightMiner / githubweb
  2. Desaturate scorched stone a bit and add the missing smelting recipe — KnightMiner / githubweb

#24 (Mar 17, 2019 11:38:18 PM)

  1. Fix parent item handler capability still being called — KnightMiner / githubweb
  2. Add high oven, melter, and alloy tank info to the Materials and You book — KnightMiner / githubweb

#23 (Mar 15, 2019 2:04:10 AM)

  1. Update a couple keys in ru_ru.lamg I changed for 0.4.0 and resort according to modules — KnightMiner / githubweb

#22 (Mar 15, 2019 1:46:44 AM)

  1. Create ru_ru.lang (#37) — KnightMiner / githubweb

#21 (Mar 15, 2019 1:28:07 AM)

  1. Added steel armor if steelworks is loaded — KnightMiner / githubweb
  2. Add bacon as an alternative to porkchops in the pig iron recipe — KnightMiner / githubweb
  3. Switch from string to resource location for registering TEs — KnightMiner / githubweb

#20 (Mar 14, 2019 6:01:43 AM)

  1. Cleanup: switch from smurf naming to normal naming for module classes — KnightMiner / githubweb
  2. Reorganize lang into modules rather than type — KnightMiner / githubweb
  3. First commit of the high oven — KnightMiner / githubweb
  4. Add missing scala to the melter JEI display and fix fire position — KnightMiner / githubweb
  5. Add JEI support for the high oven — KnightMiner / githubweb
  6. Add scorched bricks and blocks, make the high oven using them — KnightMiner / githubweb
  7. Add custom casting blocks as catlysts for the JEI casting category — KnightMiner / githubweb
  8. Add ducts and chutes to interact with the high oven controller's inventory — KnightMiner / githubweb
  9. Fix not being able to swap stacks in the additive and fuel slots — KnightMiner / githubweb
  10. When making steel from ores, consume items once per ore rather than per ingot — KnightMiner / githubweb

#19 (Mar 9, 2019 4:51:17 AM)

  1. Fix bucket cast recipes being initialized in the wrong module (#36) — KnightMiner / githubweb

#17 (Jan 7, 2019 7:53:26 PM)

  1. Cache the alloy tank recipe to make it more efficient — KnightMiner / githubweb
  2. Bump TiC version requirement — KnightMiner / githubweb
  3. Release 0.2.4 — KnightMiner / githubweb

#16 (Jan 7, 2019 6:38:49 PM)

  1. Separate armor into its own module, rename features module to melter, — KnightMiner / githubweb

#15 (Jan 7, 2019 5:44:47 PM)

  1. Make the alloy tank require a heater below to fuel — KnightMiner / githubweb

#14 (Jan 7, 2019 1:39:31 AM)

  1. Add clay bucket cast (#2) — KnightMiner / githubweb

#13 (Jan 6, 2019 1:46:48 AM)

  1. Switch config to annotation system so we get the nice GUI — KnightMiner / githubweb

#12 (Jan 6, 2019 1:12:26 AM)

  1. Show melter recipes in their own JEI tab by default — KnightMiner / githubweb

#11 (Jan 5, 2019 7:07:23 AM)

  1. Fix temperature of solid fuel being displayed too low — KnightMiner / githubweb

#10 (Jan 5, 2019 6:27:04 AM)

  1. Fix melter not showing all available fuel — KnightMiner / githubweb
  2. Fix shift clicking resetting melter progress — KnightMiner / githubweb

#9 (Jan 5, 2019 1:26:46 AM)

  1. Make tanks show contained fluids as items and in the tooltip — KnightMiner / githubweb

#8 (Jul 13, 2018 1:07:45 AM)

  1. Fix gradle build not finalizing the jar — KnightMiner / githubweb

#7 (Jul 13, 2018 12:47:17 AM)

  1. Force build again — github / githubweb

#6 (Jul 8, 2018 7:40:36 PM)

  1. Update mappings — KnightMiner / githubweb

#5 (Jul 8, 2018 7:12:45 PM)

  1. Build against newer Forge — KnightMiner / githubweb

#4 (Jul 7, 2018 4:55:23 AM)

  1. Add manyullyn armor, better defense than diamond but lower durability — KnightMiner / githubweb
  2. Add Tinkers Chisel — KnightMiner / githubweb
  3. Fix modifier models not loading for chisel and sledge hammer (#1) — KnightMiner / githubweb
  4. Bring back Ex Nihilo Hammer — KnightMiner / githubweb
  5. Add new creative tab for tools and switch tools into that — KnightMiner / githubweb
  6. Add recipes for manyullyn armor — KnightMiner / githubweb
  7. Update to latest Chisel, tweak chisel properties — KnightMiner / githubweb
  8. Update the bucket texture to the 1.12.2 version (new model loading), — KnightMiner / githubweb
  9. Update to 0.2.2 — KnightMiner / githubweb
  10. Restrict chisel version, since I need the latest — KnightMiner / githubweb
  11. Add module checks for various features (#8) — KnightMiner / githubweb
  12. Fix crash on server when loading armor (#9) — KnightMiner / githubweb
  13. Fix crash from class loading being dumb (#7) — KnightMiner / githubweb
  14. Release 0.2.2b — KnightMiner / githubweb
  15. If previously using solid fuel and now using liquid fuel, clear the fuel — KnightMiner / githubweb
  16. Fix wrong mod ID for Ex Nihilo (#16) — KnightMiner / githubweb
  17. Fix missing tool descriptions in the tool table/forge (#11) — KnightMiner / githubweb
  18. Fix temperature in the melter GUI being lower than JEI by 300 degrees — KnightMiner / githubweb
  19. Update Mod versions to target 1.12.2 — KnightMiner / githubweb
  20. Add manyullyn repair material for armor — KnightMiner / githubweb
  21. Tweak manyullyn armor stats — KnightMiner / githubweb
  22. Switch to strings for oredict recipes — KnightMiner / githubweb
  23. Add knightslime armor — KnightMiner / githubweb
  24. Release 0.2.3 — KnightMiner / githubweb
  25. Update required Forge version, remove old textures for bucket for pre — KnightMiner / githubweb
  26. Fix inactive melters still trying to melt items (#19) — KnightMiner / githubweb
  27. Update zh_cn.lang (#18) — KnightMiner / githubweb
  28. Release 0.2.3b — KnightMiner / githubweb
  29. Fix registering tile entities to the wrong mod domain — KnightMiner / githubweb
  30. Add alloy tanks: tanks that pull from surrounding tanks to alloy — KnightMiner / githubweb
  31. Update README.md — github / githubweb

#3 (Oct 17, 2017 12:42:05 AM)

  1. Gradle settings — KnightMiner / githubweb

#2 (Oct 17, 2017 12:28:47 AM)

  1. Set chmod +x to gradlew — KnightMiner / githubweb