1. 92914f6 Remove needless lambda to attempt to avoid forge deobf transformer issues by Thiakil · 6 years ago
  2. 74be3c6 Bump version to 9.4.7 by Tom Elfring · 6 years ago
  3. 68d23b8 remove obviously untranslated entries as they should be loaded from en_us in that case by Thiakil · 6 years ago
  4. 441aaa3 remove old or duplicated lang entries by Thiakil · 6 years ago
  5. 4802e77 rename wind turbine entries [no-ci] by Thiakil · 6 years ago
  6. e938679 minor italian tweaks [no-ci] by Thiakil · 6 years ago
  7. f013a7f C styles comments to # style [no-ci] by Thiakil · 6 years ago
  8. 71b0c6f Disallow entity spawning in valid turbines. by Tom Elfring · 6 years ago
  9. c713b3a Split smelting & energized smelter recipe registration. by Tom Elfring · 6 years ago
  10. 2b6fafd Bump version (also fixes #5026) by Thiakil · 6 years ago
  11. ada881e Save TE after connection mode change. Fixes #4912 by Thiakil · 6 years ago
  12. bbce703 Copy itemstacks into TransitRequest, to avoid external modification. Part of #4912 by Thiakil · 6 years ago
  13. db15de4 Try to workaround #4987 by ensuring the indicies are valid by Thiakil · 6 years ago
  14. 7f586c8 move deprecated fuel handler to itemblock method by Thiakil · 6 years ago
  15. e25e670 use world methods to determine placement pos validity, use MutableBlockPos for look check. Should fix #5023 by Thiakil · 6 years ago
  16. e38f103 forgot to update the Version object instances by Thiakil · 6 years ago
  17. 2657f7b Clean up uncommitted transmitter network changes. Might fix networks failing! by Thiakil · 6 years ago
  18. 574bffa disable blending on mechanical pip fluid rendering for now so the cuboids arent so obvious. by Thiakil · 6 years ago
  19. 58f5a27 avoid casting the TileEntity Map to HashMap, in case another mod replaces it. Fixes #4934 by Thiakil · 6 years ago
  20. 424e84a bump version by Thiakil · 6 years ago
  21. 11606e1 add fallback to GIT_PREVIOUS_COMMIT variable in changelog generation by Thiakil · 6 years ago
  22. a71d95a Prevent guis/containers from staying open after the TEs block is unloaded. Fixes #4976 by Thiakil · 6 years ago
  23. 8e1f0e5 Updated Russian translation by Nikolay Raspopov · 7 years ago
  24. aef6aa0 Support both cf api key methods by Xander Victory · 6 years ago
  25. 7d8f001 Fix quartz ore combiner balance. Fies #5020 by Xander · 6 years ago
  26. 0bb6e41 Don't eat buckets in the Fuelwood Heater. Fixes #5019 by Xander · 6 years ago
  27. f2a14a2 account for the fact that factories have more than one process when caching by Xander · 6 years ago
  28. 1728a7c add inputMatches methods by Xander · 6 years ago
  29. b42a6b7 cache factory recipe to avoid continuous lookup by Xander · 6 years ago
  30. 66953a3 ItemStackInput - cache hash and wildcard variant to avoid constant ItemStack copying by Xander · 6 years ago
  31. 933e119 autogenerate changelog by Xander · 6 years ago
  32. b5220bd change curseforge config to use property rather than env var by Xander · 6 years ago
  33. bf69367 Publish curseforge on commit to master by Tom Elfring · 6 years ago
  34. 108f4dd sanitise Glowpanel itemblock damage values by Xander · 6 years ago
  35. 342a951 Register ic2 in validate too, to circumvent nested chunkloading weirdness, closes #4974 by Xander Victory · 6 years ago
  36. 56bb493 null check List<SideData> return by Xander Victory · 6 years ago
  37. 5ad3331 fix logic error in state check by Xander Victory · 6 years ago
  38. d093d4b fix error message in Recipe helper class by Xander · 6 years ago
  39. f523000 add friendly error message if non-deobf and the MekanismApi class is loaded from the api jar by Xander · 7 years ago
  40. 9d981cc attempt to get jenkins to use gradlewrapper, as otherwise errors by Xander Victory · 7 years ago
  41. be4b03d attempt to get jenkins to use gradlewrapper, as otherwise errors by Xander Victory · 7 years ago
  42. 0b21085 fix fluid rendering cache. Fixes #4956 by Xander · 7 years ago
  43. 93272cd fix atomic disassembler item stack checks. Fixes #4938 by Xander · 7 years ago
  44. ac7fe9d bump forge version by Xander · 7 years ago
  45. b2df586 add ae2 recipes since they dont seem to want to do so themselves by Xander · 7 years ago
  46. 37b8e15 hook any crystal macerator recipes from ic2 to the crusher by Xander · 7 years ago
  47. d69d8a8 fix factory power level not saving to itemstack correctly by Xander · 7 years ago
  48. c481c70 Save infusion storage and gas tanks in machines. Fixes #4819 by Xander · 7 years ago
  49. e21e720 fix CT gasstack with amount operation. Should fix #4944 by Xander · 7 years ago
  50. d8a4972 use a compound oreingredient for paper & cardboard box json recipes by Xander · 7 years ago
  51. 3482390 catch CT exceptions and log. Recommended by Jared Fixes #4948 by Xander · 7 years ago
  52. 1415288 fix String#toLowerCase() calls to toLowerCase(Locale.ROOT). Fixes #4957 by Xander · 7 years ago
  53. 2e9b95e fix ic2 energy acceptance; was being rejected because ic2 cables are not TEs. Fixes #4965 by Xander · 7 years ago
  54. 74ab2c6 ensure null inventory id is not sent. Fixes #4972 by Xander · 7 years ago
  55. 1197dc3 fix step hiehgt reset to new default by Xander · 7 years ago
  56. 0ab57d0 assign chunkloading tickets to the security tile's owner, where available by Xander · 7 years ago
  57. cf01f90 add config comment that blacklistic2 requires world restart (for enet registrations) by Xander · 7 years ago
  58. a88f04e fix configs not reloading when changed from in game gui (old modid) by Xander · 7 years ago
  59. 4d61050 try to ensure blacklisted ic2 doesnt work with mods that bypass the enet by Xander · 7 years ago
  60. d10703b let ic2 handle any pending TEs in its queue by Xander · 7 years ago
  61. fca8407 register oredict in items event by Xander · 7 years ago
  62. ba511f7 update gradle wrapper version to fix HTTP fail bug, change InventoryTweaks to use a release version (and has backup on my maven as curse is failing) by Xander Victory · 7 years ago
  63. ec27396 Fix compilation due to missing dependency by Tom Elfring · 7 years ago
  64. 069cd3a Change recipes to forge:ore_shaped where possible. by Tom E · 7 years ago
  65. e993846 Merge branch 'master' into 1.12 by aidancbrady · 7 years ago
  66. 0b9b655 Fix crash with CraftTweaker Enrichment helper. by Tom Elfring · 7 years ago
  67. a80f11e Fix lapis lang key in zh_cn (#4894) by meitangdehulu · 7 years ago
  68. e602811 Add foodSalt oredict to itemSalt. by Tom Elfring · 7 years ago
  69. 87575f3 Prevent jetpack usage in spectator mode. by Tom Elfring · 7 years ago
  70. 72540ce Update zh_cn.lang (#4887) by meitangdehulu · 7 years ago
  71. 0d921c9 blacklist exu2 machines from cardboard box as they require extra info from the itemstack which is incompatible with the box system by Xander · 7 years ago
  72. e0e426f Merge pull request #4868 from thommy101/bugfix/4852 by Aidan · 7 years ago
  73. 07aab3b Merge pull request #4876 from Mastergalen/master by Aidan · 7 years ago
  74. 304e4a5 Merge pull request #4869 from thommy101/feature/4814 by Xander · 7 years ago
  75. 10474f5 Add Jenkinsfile by Galen Han · 7 years ago
  76. 16c052e Bump to 9.4.4 by aidancbrady · 7 years ago
  77. 964da87 Allow extraction from gastanks. by Tom E · 7 years ago
  78. 579bc72 Add (char)coal blocks to infuser. by Tom Elfring · 7 years ago
  79. b8a83fb Make electrolytic separator not so efficient. by Tom Elfring · 7 years ago
  80. f09f8d2 Make teleporter usage configurable. by Tom Elfring · 7 years ago
  81. 7c14b3d add group id for the uploadArchives task to use by Xander Victory · 7 years ago
  82. 0c049b5 logspam if a fluid handler took more than it was given by Xander · 7 years ago
  83. 355dd71 prevent turbine from saying it filled more than it was even given by Xander · 7 years ago
  84. e0ef0f7 prevent sending block updates to members of the multiblock by Xander · 7 years ago
  85. 38c2f25 call neighbourChanged on the blockstate, instead of block directly, as we should by Xander · 7 years ago
  86. c372c8e give clearer message when the Digital Miner has been configured to require more power than its buffer can supply by Xander · 7 years ago
  87. bb6b7c8 Make mining match check match what the search thread uses to determine meta (the correct way). Fixes #4841 by Xander · 7 years ago
  88. 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
  89. 33de8a9 fix all in one jar mcmodinfo by Xander Victory · 7 years ago
  90. 6c5c0c9 make buildcraft compatible with dev by Xander Victory · 7 years ago
  91. f446e58 fic missing punctuation and dont add black for bumped to none message by Xander · 7 years ago
  92. 9e8be8e fix TextComponentBase helper not being network serialisable by Xander · 7 years ago
  93. 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
  94. 5d8b5c8 attempt to counter a weird NPE by checking the key returned something useful and logging otherwise by Xander · 7 years ago
  95. 353eecc suppress capability unchecked cast warning by Xander · 7 years ago
  96. 9e49a7c Prevent the digital miner from stalling when the block break is denied. Skip it instead by Xander · 7 years ago
  97. 1e046a3 call both neighbour update methods, as some mods use one, some the other by Xander · 7 years ago
  98. 4172731 use built in world method to check if block is loaded by Xander · 7 years ago
  99. 1abc404 fix dedi server crash on block highlight event by Xander · 7 years ago
  100. 8083984 dump dev env to 1.12.2 & some dependencies by Xander · 7 years ago