1. bb6b7c8 Make mining match check match what the search thread uses to determine meta (the correct way). Fixes #4841 by Xander · 7 years ago
  2. c298841 bump to 9.4.3 and make generators/tools have a hard dependency on the EXACT same version of core by Xander Victory · 7 years ago
  3. 33de8a9 fix all in one jar mcmodinfo by Xander Victory · 7 years ago
  4. 6c5c0c9 make buildcraft compatible with dev by Xander Victory · 7 years ago
  5. f446e58 fic missing punctuation and dont add black for bumped to none message by Xander · 7 years ago
  6. 9e8be8e fix TextComponentBase helper not being network serialisable by Xander · 7 years ago
  7. 17ce494 Relax Gas registry phase requirements so that BC integration works. Now just logs if it was registered without a valid texture entry. Fixes #4827 by Xander Victory · 7 years ago
  8. 5d8b5c8 attempt to counter a weird NPE by checking the key returned something useful and logging otherwise by Xander · 7 years ago
  9. 353eecc suppress capability unchecked cast warning by Xander · 7 years ago
  10. 9e49a7c Prevent the digital miner from stalling when the block break is denied. Skip it instead by Xander · 7 years ago
  11. 1e046a3 call both neighbour update methods, as some mods use one, some the other by Xander · 7 years ago
  12. 4172731 use built in world method to check if block is loaded by Xander · 7 years ago
  13. 1abc404 fix dedi server crash on block highlight event by Xander · 7 years ago
  14. 8083984 dump dev env to 1.12.2 & some dependencies by Xander · 7 years ago
  15. 86f10bc bump mcmultipart version & fix block highlight of glowpanel & transmitters by Xander · 7 years ago
  16. 7edbbe8 Work around multiparts disregarding onBlockActivated for placement by doing it ourselves. See amadornes/MCMultiPart#73 by Xander · 7 years ago
  17. ecb328b fix unboxing with new bypassUse checks by Xander · 7 years ago
  18. a405529 prevent GUI from triggering on unboxing cardboard, return AIR instead of null (vanilla does this) by Xander · 7 years ago
  19. 362f724 fix chorus flower digital mining by Xander · 7 years ago
  20. 0640cd3 let wrench handlers be enabled by Xander · 7 years ago
  21. 1d857a6 bump redstone flux api version to enable easy testing with COFH mods by Xander · 7 years ago
  22. f50806f add NonNullList to possible encode targets by Xander · 7 years ago
  23. d208192 fix probable old varargs style calling of PacketHandler.encode by Xander · 7 years ago
  24. 06a144c add cursegradle to gradle file by Xander · 7 years ago
  25. 979f44d Fix MC version for build by aidancbrady · 7 years ago
  26. 4ef4f86 Cleanup, bump version to 9.4.2, bump MC version to 1.12.2 by aidancbrady · 7 years ago
  27. e0e26c8 Merge pull request #4790 from EliogabalusPL/patch-4 by Aidan · 7 years ago
  28. 09e8e9a Merge pull request #4801 from thiakil/wrench-compat by Aidan · 7 years ago
  29. 801676b Merge pull request #4803 from thiakil/api-update by Aidan · 7 years ago
  30. 423cf7b Merge pull request #4804 from thiakil/nonnull-network by Aidan · 7 years ago
  31. bed953f Merge branch '1.12' into nonnull-network by Aidan · 7 years ago
  32. 12a87b7 Missed GasTankInfo interface in commit by Xander · 7 years ago 9.4.1+8bbef954
  33. 8bbef95 add default method to gas interface to maintain binary compat by Xander Victory · 7 years ago
  34. 7fa325b add The One Probe provider for gas tanks by Xander Victory · 7 years ago
  35. a86539f add gas handler methods for retrieving the tank infos regardless of side. by Xander Victory · 7 years ago
  36. 80548e3 tidy gradle deps, so that apis are compileonly by Xander Victory · 7 years ago
  37. 07415ea null fluid handler by Xander Victory · 7 years ago
  38. 946ba5c readonly null side item handler for container blocks (mainly TOP/WALWA) by Xander Victory · 7 years ago
  39. 6f2aec2 dont render jetpack/suba tank levels if gui hidden by Xander · 7 years ago
  40. cbe9cdc implement tinted ore gasses, fix GuiGauge to render the tinted gas by Xander Victory · 7 years ago
  41. 2f8f718 localise normal/push/pull/none mode on sided pipes (incl Italian translation) by Xander · 7 years ago
  42. 58c80cf fix localisation of colours in configurator mode changing by Xander · 7 years ago
  43. f46bbb0 fix silk touch logic that causes the drops to be eaten when the block wont drop anything unless silked by Xander · 7 years ago
  44. f4b4ced fix silk param to event firing by Xander · 7 years ago
  45. 74decf0 call the fallback silk touch function on exception by Xander · 7 years ago
  46. 32af79f fix digital miner meta & avoid creating an itemstack for each filter by Xander · 7 years ago
  47. 234bf23 Merge pull request #4767 from alexpic57/1.12 by Xander · 7 years ago
  48. 532744f basic tint support for gasses by Xander Victory · 7 years ago
  49. 8a9f634 fix tinted fluidstack start/end rendering in Mech Pipe and query fluid colour correctly in normal rendering by Xander Victory · 7 years ago
  50. fdbeef9 change late sprite getting to try the registered icon name by Xander Victory · 7 years ago
  51. 36ad9e7 refactor one shot TileNetworkList creation to use helper method by Xander Victory · 7 years ago
  52. 2411a1b change ArrayList<Object> to a non null list implementation for network data by Xander Victory · 7 years ago
  53. 2d9a02b null safety for silly mods that somehow register gasses after the texture stitch by Xander Victory · 7 years ago
  54. 9d70d06 check loader state instead of relying on boolean by Xander Victory · 7 years ago
  55. 08a13cf check init phase in recipe handler by Xander Victory · 7 years ago
  56. f4bbb5b Ensure gasses are registered in preinit or init (prevent textures not being set) by Xander Victory · 7 years ago
  57. 64b2e42 add recipe adding methods to the API, and a handler to get the internal class. by Xander Victory · 7 years ago
  58. 26a28c1 add (String, ResourceLocation) constructor to Gas by Xander Victory · 7 years ago
  59. 643a9dc Attempt to only deregister IC2 once. Updates are queued, and IC2 doesn't check that a duplicate removal change is queued. Should fix #4789 by Xander Victory · 7 years ago
  60. 94428be cap fusion reactor injection rate, should eliminate CC/OC & hacked packet exploits. Fixes #4792 by Xander Victory · 7 years ago
  61. f6f7678 add generic wrench handling to fully transparently support BC & COFH wrenches, and add a bonus IC2 wrench support. by Xander Victory · 7 years ago
  62. d73796a add IToolHammer (cofh) to Configurator by Xander Victory · 7 years ago
  63. 9a20f38 fix for aidancbrady/Mekanism#4763 by alexpic57 · 7 years ago
  64. c11dfa5 final update pl_pl.lang by EliogabalusPL · 7 years ago
  65. 5e67c7a fix for aidancbrady/Mekanism#3805 by alexpic57 · 7 years ago
  66. 837e2f7 Disable stacking empty FluidTanks by Tom Elfring · 7 years ago
  67. 788083d Add Polish translation nuggets - @EliogabalusPL by Tom Elfring · 7 years ago
  68. c897d08 Fix derp, add missing "," by Tom Elfring · 7 years ago
  69. 5f43d1e Update Polish translations - @EliogabalusPL by Tom Elfring · 7 years ago
  70. 557f155 Fix wrong merge conflict MekanismJEI by Tom Elfring · 7 years ago
  71. bcd5fd5 Use HTTP for thiakil’s maven, fix merge by aidancbrady · 7 years ago
  72. 77d3b97 Merge pull request #4733 from josephcsible/combiner by Aidan · 7 years ago
  73. d96eb27 Merge branch '1.12' into combiner by Aidan · 7 years ago
  74. 15a7b03 Merge pull request #4752 from thommy101/feature/4694 by Aidan · 7 years ago
  75. e27c51b Prevent item duplication with Robit item pickup by Tom Elfring · 7 years ago
  76. 6ea5c00 Split R.Condensentrator in 2 JEI categories by Tom Elfring · 7 years ago
  77. bec37bf Add tooltip information to Seismic Reader by Tom E · 7 years ago
  78. 6103bc2 Added subtype check to transporter finder by Tom Elfring · 7 years ago
  79. 9c7164c Temporary disable Bin stacking by Tom Elfring · 7 years ago
  80. 03016dd potential missed AxisAlignedBB.expand->grow by Xander · 7 years ago
  81. e06d308 Reword deprecation comments by Joseph C. Sible · 7 years ago
  82. 61a1afa Remove LiquidStone by Joseph C. Sible · 7 years ago
  83. 46f6e50 Fix whitespace and add comments by Joseph C. Sible · 7 years ago
  84. 3fc741e return user-friendly error name when basic block invalid, and add log message with values. by Xander Victory · 7 years ago
  85. 5893460 sanity check the enum index calculation value before attempting to use it by Xander Victory · 7 years ago
  86. 8446e1e null handling for BasicBlockType.get by Xander Victory · 7 years ago
  87. 6cafac7 Make combining factories work again by Joseph C. Sible · 7 years ago
  88. ba6634b WIP: Let the Combiner take arbitrary "extra" blocks instead of just stone by Joseph C. Sible · 7 years ago
  89. 55a036f Merge pull request #4729 from josephcsible/modidtypo by Xander · 7 years ago
  90. efa3301 Merge pull request #4730 from josephcsible/ignorelaunch by Xander · 7 years ago
  91. f5a479b Ignore the .launch files by Joseph C. Sible · 7 years ago
  92. 34b963c Fix typo in mod ID by Joseph C. Sible · 7 years ago
  93. a8acd11 fix mcmodinfo files for separated jars by Xander · 7 years ago
  94. 0239a7c add current CC api jav as maven dep. Closes #4719 by Xander · 7 years ago
  95. 8f14a97 set user-agent to something the server won't reject by Xander · 7 years ago
  96. ad714fc show http error when download fails by Xander · 7 years ago
  97. a630476 Merge pull request #4727 from josephcsible/combinerrecipes by Aidan · 7 years ago
  98. 12ac93b Fix #4726: add combiner recipes for emerald and coal ore by Joseph C. Sible · 7 years ago
  99. fabb3c9 Merge pull request #4716 from josephcsible/removeall by Aidan · 7 years ago
  100. a93f856 Merge pull request #4714 from josephcsible/diamondcombiner by Aidan · 7 years ago