1. 12ac93b Fix #4726: add combiner recipes for emerald and coal ore by Joseph C. Sible · 8 years ago
  2. fabb3c9 Merge pull request #4716 from josephcsible/removeall by Aidan · 8 years ago
  3. a93f856 Merge pull request #4714 from josephcsible/diamondcombiner by Aidan · 8 years ago
  4. c5500f7 Merge pull request #4713 from josephcsible/nuggets by Aidan · 8 years ago
  5. f9fc6c6 Again, complete merge by Xander Victory · 8 years ago
  6. dd93c4c More recursion -> queue for #4703 by Xander Victory · 8 years ago
  7. 92829ac Complete merge by Xander Victory · 8 years ago
  8. 70f7692 Merge pull request #4709 from josephcsible/type-safety by Aidan · 8 years ago
  9. 96df340 Merge pull request #4708 from josephcsible/gradlew-exe by Aidan · 8 years ago
  10. ef76b8b Fix #4710: remove the removeAll function by Joseph C. Sible · 8 years ago
  11. 025fdcf Remove now-unnecessary complexity in VoiceConnection.run by Joseph C. Sible · 8 years ago
  12. f18822a Allow creating diamond ore with the combiner by Joseph C. Sible · 8 years ago
  13. ed2ae90 Nuggets! by Joseph C. Sible · 8 years ago
  14. 52017ad Don't add final, and remove accidental change from other PR by Joseph C. Sible · 8 years ago
  15. a4957da Temporary disable stacking of gastanks by Tom Elfring · 8 years ago
  16. eca71f6 Don't change ComputerCraft's API by Joseph C. Sible · 8 years ago
  17. b0bbf5c Fix several type-safety issues by Joseph C. Sible · 8 years ago
  18. f74d055 Make ./gradlew executable by Joseph C. Sible · 8 years ago
  19. 2c4c997 Prevent race condition causing #4487 & add sanity check for the only other place the fields are updated. by Xander · 8 years ago
  20. c1e0cf8 Fix Chemical Washer dupe by Tom Elfring · 8 years ago
  21. 89e10b1 Merge pull request #4667 from thiakil/forgewrapper-to-mek by Aidan · 8 years ago
  22. 20cc826 refactor ForgeEnergyIntegration to translate to IStrict* Mekanism classes instead of RF. Should fix #4645 by Xander · 8 years ago
  23. 334fe1c update MCMP to get the TE mapping fix and switch to stable channel (what seems to be released of CF) by Xander · 8 years ago
  24. fac9902 Remove unused variable & use variable instead of requery by Xander · 8 years ago
  25. 3cc755f Add some null safety for extended state props by Xander · 8 years ago
  26. 42efc07 fix missed AxisAlignedBB.expand->grow change from mappings by Xander · 8 years ago
  27. 31a3482 fix another Pos3D variable scope issue by Xander · 8 years ago
  28. f9a7a8d Update version/donator files by aidancbrady · 8 years ago
  29. f9ec882 Verison bump by aidancbrady · 8 years ago
  30. 89e26a1 add a bit of null safety and make sure the list is not empty before firing events by Xander · 8 years ago
  31. accd3fe Attempt to use reflection to trigger Block.getSilkTouchDrop. Also fires harvesting events to be more like Block.harvestBlock. For #4637 by Xander · 8 years ago
  32. c08e96c Merge pull request #4641 from thommy101/feature-crafttweaker by Aidan · 8 years ago
  33. 9efd716 Add wildcard support to more recipes by Tom Elfring · 8 years ago
  34. 05754f3 Merge pull request #4643 from thommy101/issue-4634-personal-chest by Aidan · 8 years ago
  35. 0b6baeb Merge pull request #4644 from thommy101/issue-4634-jei-NBT-interpreter-cube-tank by Aidan · 8 years ago
  36. 077d6fe Fix wildcard check crafttweaker by Tom Elfring · 8 years ago
  37. 58803a1 Add JEI interpreter gastank and enerygcube by Tom Elfring · 8 years ago
  38. 0b61278 Update method name to applyRecipeChanges by Tom Elfring · 8 years ago
  39. 23d9369 Fix personal chests by Tom Elfring · 8 years ago
  40. 63fff88 Hook after oredict did it's thing. by Tom Elfring · 8 years ago
  41. 29e31e5 Add missing brackethandler for crafttweaker by Tom Elfring · 8 years ago
  42. 6c6e9e2 Fix some missed CraftTweaker statements.. by Tom Elfring · 8 years ago
  43. 794f4c4 Move CraftTweaker apply to postinit. by Tom Elfring · 8 years ago
  44. 6f5ac75 Add CraftTweaker integration by Tom Elfring · 8 years ago
  45. 5b6ec73 Fixed Quantum Entangloporter crash by aidancbrady · 8 years ago
  46. b295d65 Fixed machine energy usage bug. May be worth porting back to 1.11 by aidancbrady · 8 years ago
  47. 2c4ba75 Merge branch '1.11' into 1.12 by aidancbrady · 8 years ago
  48. 4d20348 Merge pull request #4628 from thiakil/use-access-transformer by Aidan · 8 years ago
  49. 128088c Merge pull request #4624 from thommy101/issue-4617 by Aidan · 8 years ago
  50. f071d4d Merge pull request #4623 from thommy101/feature-JEI-update by Aidan · 8 years ago
  51. 837f1a0 remove some now redundant variable assignments by Xander Victory · 8 years ago
  52. 046411a add `FMLAT` line to core jar manifest by Xander Victory · 8 years ago
  53. a30f3e0 Use ATed methods & fields instead of ReflectionUtils. Removed ObfuscatedNames as no longer needed. by Xander Victory · 8 years ago
  54. 7640990 add access transformer by Xander Victory · 8 years ago
  55. e6ccee6 Fix TierConfig not loading on first start by Tom Elfring · 8 years ago
  56. 2ce4bfc JEI cleanup, pass 4 by Tom Elfring · 8 years ago
  57. 5f23ad4 JEI cleanup, pass 3 by Tom Elfring · 8 years ago
  58. 0021b34 JEI cleanup, pass 2 by Tom Elfring · 8 years ago
  59. db6f775 JEI cleanup, pass 1 by Tom Elfring · 8 years ago
  60. e549aaf Fix findMatchinRecipe in Mekanismutils. by Tom Elfring · 8 years ago
  61. f58924b Fixed potential desyncs by aidancbrady · 8 years ago
  62. 1937d81 Merge branch '1.11' into 1.12 by aidancbrady · 8 years ago
  63. 3660292 Customizable Quantum Entangloporter energy transfer rate by aidancbrady · 8 years ago
  64. 51ccbd1 And bound it to [1.12,1.13) by Tom Elfring · 8 years ago
  65. 7b10a02 Make 1.12.1 work on 1.12 by Tom Elfring · 8 years ago
  66. 0f3e517 Merge remote-tracking branch 'upstream/1.11' into 1.12 by Tom Elfring · 8 years ago
  67. a4958ae Temp-fix quantum entangloporter and fix ThermoConductor losing tier by Tom Elfring · 8 years ago
  68. 93775dc Build fix by aidancbrady · 8 years ago
  69. 63aa86a Update Forge by aidancbrady · 8 years ago
  70. 8ac5b0c Bump MC version by aidancbrady · 8 years ago
  71. 049c780 Move mod id references to a constant by Tom Elfring · 8 years ago
  72. 5bcdb2b Merge remote-tracking branch 'upstream/1.11' into 1.12 by Tom Elfring · 8 years ago
  73. 29615cc Merge branch '1.11' of github.com:aidancbrady/Mekanism into 1.11 by Tom Elfring · 8 years ago
  74. 2e38fb9 Fix some mod integrations not working. by Tom Elfring · 8 years ago
  75. 3dd14b3 Minor fix by aidancbrady · 8 years ago
  76. 95c5e38 Merge branch '1.11' into 1.12 by aidancbrady · 8 years ago
  77. 7b9bf21 Added full-fledged JEI ingredient support for Mekanism gases. Thanks to @mezz for making this possible by aidancbrady · 8 years ago
  78. f7a470f Fix some NPE in VoiceInput by Tom Elfring · 8 years ago
  79. 36e917a Fix missing semicolon by Tom Elfring · 8 years ago
  80. 5dd3dbb Code cleanup by Tom Elfring · 8 years ago
  81. 6bdd00a Fix recipes with circuits oredict disabled. by Tom Elfring · 8 years ago
  82. 18036c7 Bump version- 1.12 will be released under version 9.4.0 by aidancbrady · 8 years ago
  83. b40cd5c Merge branch '1.11' into 1.12 by aidancbrady · 8 years ago
  84. 4d4e66e Cleanup by aidancbrady · 8 years ago
  85. 562a0c5 Merge pull request #4601 from thiakil/entangleporter-stuff by Aidan · 8 years ago
  86. 167f791 Fixed Bin Recipes by aidancbrady · 8 years ago
  87. 5ef8cf3 add a couple of comments [no-ci] by Xander · 8 years ago
  88. e68f181 Merge branch '1.11' into 1.12 by aidancbrady · 8 years ago
  89. 925e68b Fixed Transmitter textures by aidancbrady · 8 years ago
  90. e5b9084 Merge pull request #4599 from thommy101/tbbmtzw-branch by Aidan · 8 years ago
  91. 34e81bb Remove ~350 unsave casts by Tom Elfring · 8 years ago
  92. f1a307c Set correct version in README by Tom Elfring · 8 years ago
  93. 27fcb7e Fix some build errors caused by cleanup by Tom Elfring · 8 years ago
  94. 9fc52c6 Fix some JavaDoc warnings by Tom Elfring · 8 years ago
  95. aabcd0d add Anchor Upgrade to Entangleporter by Xander · 8 years ago
  96. babbe59 Cleanup by Tom Elfring · 8 years ago
  97. b72d6ef Java 7 and 8 cleanup Diamond operator <> Lambdas and method references by Tom Elfring · 8 years ago
  98. 81e56b2 Store Quantum Entangleporter frequency (name and public/private only) in the itemstack when dismantled. Displayed in the sneak key info tooltip. by Xander · 8 years ago
  99. 7b3f4e8 Increase Entangleporter frequency to be able to store as much as ultimate tiers can transmit. by Xander · 8 years ago
  100. 45b4860 static field access to Class access by Xander · 8 years ago