1. 8d2f22a Fix #5269; the CustomItemModelFactory was a wrapper that didn't actually implement all the methods by Dave Smith · 6 years ago
  2. 4f5d2a0 Revert fe9a0e660077cc8f374aabfca029f30a1582495e; fixes item rendering on Digital Miner and various other custom item models by Dave Smith · 6 years ago
  3. 8d3f8df Updating to 14.23.5.2808; naming fixes where necessary by Dave Smith · 6 years ago
  4. 3e469fb bump version (9.4.13) by Thiakil · 6 years ago
  5. 73cc1d9 force client sync when transmitter network changes by Thiakil · 6 years ago
  6. 30dbcfc ensure cached tile data in transmitter is correct by Thiakil · 6 years ago
  7. 9b15e37 Complain to log if orphan transmitter clash & make sure Orphan pathfinder doesnt load chunks by Thiakil · 6 years ago
  8. db3bebe ensure PacketDataRequest doesn't load worlds by Thiakil · 6 years ago
  9. 76346ef bump version (9.4.12) by Thiakil · 6 years ago
  10. c93f030 null fixes for ItemBlockGenerator. Fixes #5081 by Thiakil · 6 years ago
  11. fa64372 bump version (9.4.11) by Thiakil · 6 years ago
  12. f2f08e2 Move smelting recipe additions to init. Fixes #5057 by Thiakil · 6 years ago
  13. 1d1d9c9 Use a singleton for RenderFluidTask test so mods like ProjectRed can't screw with it. Fixes #5067 by Thiakil · 6 years ago
  14. 39bab1b add ae2 recipes before CT processing. Fixes #5045 by Thiakil · 6 years ago
  15. 9dc3e65 Bump version to 9.4.10 by Thiakil · 6 years ago
  16. 86d232d add factories to jei catalysts if enabled by Thiakil · 6 years ago
  17. c18501a Fix JEI having a hard dep on CraftTweaker by Thiakil · 6 years ago
  18. 9113091 Bump to 9.4.9 by Tom Elfring · 6 years ago
  19. 11df807 Make Universal cables ForgeEnergy a bit more cross mod friendly by Tom Elfring · 6 years ago
  20. c51dc06 bump api recipe add requirement to before postinit by Thiakil · 6 years ago
  21. 8b47891 only add OreGas recipes to crystallizer if its in the Resource enum by Thiakil · 6 years ago
  22. 30f762d bump to 9.4.8 by Thiakil · 6 years ago
  23. 1b2b2a9 show vanilla recipes before smelter recipes in dual mode click area by Thiakil · 6 years ago
  24. e98312c ensure Mekanism loads after CT so that CT furnace changes have been applied by Thiakil · 6 years ago
  25. ed2cc73 More complex JEI smelting integration. Fixes #5036 by Tom Elfring · 6 years ago
  26. 4a877de supply getPickBlock with a valid raytrace. Fixes #5034 by Thiakil · 6 years ago
  27. 92914f6 Remove needless lambda to attempt to avoid forge deobf transformer issues by Thiakil · 6 years ago
  28. 74be3c6 Bump version to 9.4.7 by Tom Elfring · 6 years ago
  29. 68d23b8 remove obviously untranslated entries as they should be loaded from en_us in that case by Thiakil · 6 years ago
  30. 441aaa3 remove old or duplicated lang entries by Thiakil · 6 years ago
  31. 4802e77 rename wind turbine entries [no-ci] by Thiakil · 6 years ago
  32. e938679 minor italian tweaks [no-ci] by Thiakil · 6 years ago
  33. f013a7f C styles comments to # style [no-ci] by Thiakil · 6 years ago
  34. 71b0c6f Disallow entity spawning in valid turbines. by Tom Elfring · 6 years ago
  35. c713b3a Split smelting & energized smelter recipe registration. by Tom Elfring · 6 years ago
  36. 2b6fafd Bump version (also fixes #5026) by Thiakil · 6 years ago
  37. ada881e Save TE after connection mode change. Fixes #4912 by Thiakil · 6 years ago
  38. bbce703 Copy itemstacks into TransitRequest, to avoid external modification. Part of #4912 by Thiakil · 6 years ago
  39. db15de4 Try to workaround #4987 by ensuring the indicies are valid by Thiakil · 6 years ago
  40. 7f586c8 move deprecated fuel handler to itemblock method by Thiakil · 6 years ago
  41. e25e670 use world methods to determine placement pos validity, use MutableBlockPos for look check. Should fix #5023 by Thiakil · 6 years ago
  42. e38f103 forgot to update the Version object instances by Thiakil · 6 years ago
  43. 2657f7b Clean up uncommitted transmitter network changes. Might fix networks failing! by Thiakil · 6 years ago
  44. 574bffa disable blending on mechanical pip fluid rendering for now so the cuboids arent so obvious. by Thiakil · 6 years ago
  45. 58f5a27 avoid casting the TileEntity Map to HashMap, in case another mod replaces it. Fixes #4934 by Thiakil · 6 years ago
  46. a71d95a Prevent guis/containers from staying open after the TEs block is unloaded. Fixes #4976 by Thiakil · 6 years ago
  47. 8e1f0e5 Updated Russian translation by Nikolay Raspopov · 7 years ago
  48. 7d8f001 Fix quartz ore combiner balance. Fies #5020 by Xander · 6 years ago
  49. 0bb6e41 Don't eat buckets in the Fuelwood Heater. Fixes #5019 by Xander · 6 years ago
  50. f2a14a2 account for the fact that factories have more than one process when caching by Xander · 6 years ago
  51. 1728a7c add inputMatches methods by Xander · 6 years ago
  52. b42a6b7 cache factory recipe to avoid continuous lookup by Xander · 6 years ago
  53. 66953a3 ItemStackInput - cache hash and wildcard variant to avoid constant ItemStack copying by Xander · 6 years ago
  54. 108f4dd sanitise Glowpanel itemblock damage values by Xander · 6 years ago
  55. 342a951 Register ic2 in validate too, to circumvent nested chunkloading weirdness, closes #4974 by Xander Victory · 6 years ago
  56. 56bb493 null check List<SideData> return by Xander Victory · 6 years ago
  57. 5ad3331 fix logic error in state check by Xander Victory · 6 years ago
  58. d093d4b fix error message in Recipe helper class by Xander · 6 years ago
  59. f523000 add friendly error message if non-deobf and the MekanismApi class is loaded from the api jar by Xander · 7 years ago
  60. 0b21085 fix fluid rendering cache. Fixes #4956 by Xander · 7 years ago
  61. 93272cd fix atomic disassembler item stack checks. Fixes #4938 by Xander · 7 years ago
  62. b2df586 add ae2 recipes since they dont seem to want to do so themselves by Xander · 7 years ago
  63. 37b8e15 hook any crystal macerator recipes from ic2 to the crusher by Xander · 7 years ago
  64. d69d8a8 fix factory power level not saving to itemstack correctly by Xander · 7 years ago
  65. c481c70 Save infusion storage and gas tanks in machines. Fixes #4819 by Xander · 7 years ago
  66. e21e720 fix CT gasstack with amount operation. Should fix #4944 by Xander · 7 years ago
  67. d8a4972 use a compound oreingredient for paper & cardboard box json recipes by Xander · 7 years ago
  68. 3482390 catch CT exceptions and log. Recommended by Jared Fixes #4948 by Xander · 7 years ago
  69. 1415288 fix String#toLowerCase() calls to toLowerCase(Locale.ROOT). Fixes #4957 by Xander · 7 years ago
  70. 2e9b95e fix ic2 energy acceptance; was being rejected because ic2 cables are not TEs. Fixes #4965 by Xander · 7 years ago
  71. 74ab2c6 ensure null inventory id is not sent. Fixes #4972 by Xander · 7 years ago
  72. 1197dc3 fix step hiehgt reset to new default by Xander · 7 years ago
  73. 0ab57d0 assign chunkloading tickets to the security tile's owner, where available by Xander · 7 years ago
  74. cf01f90 add config comment that blacklistic2 requires world restart (for enet registrations) by Xander · 7 years ago
  75. a88f04e fix configs not reloading when changed from in game gui (old modid) by Xander · 7 years ago
  76. 4d61050 try to ensure blacklisted ic2 doesnt work with mods that bypass the enet by Xander · 7 years ago
  77. d10703b let ic2 handle any pending TEs in its queue by Xander · 7 years ago
  78. fca8407 register oredict in items event by Xander · 7 years ago
  79. 069cd3a Change recipes to forge:ore_shaped where possible. by Tom E · 7 years ago
  80. 0b9b655 Fix crash with CraftTweaker Enrichment helper. by Tom Elfring · 7 years ago
  81. a80f11e Fix lapis lang key in zh_cn (#4894) by meitangdehulu · 7 years ago
  82. e602811 Add foodSalt oredict to itemSalt. by Tom Elfring · 7 years ago
  83. 87575f3 Prevent jetpack usage in spectator mode. by Tom Elfring · 7 years ago
  84. 72540ce Update zh_cn.lang (#4887) by meitangdehulu · 7 years ago
  85. 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
  86. e0e426f Merge pull request #4868 from thommy101/bugfix/4852 by Aidan · 7 years ago
  87. 304e4a5 Merge pull request #4869 from thommy101/feature/4814 by Xander · 7 years ago
  88. 16c052e Bump to 9.4.4 by aidancbrady · 7 years ago
  89. 964da87 Allow extraction from gastanks. by Tom E · 7 years ago
  90. 579bc72 Add (char)coal blocks to infuser. by Tom Elfring · 7 years ago
  91. b8a83fb Make electrolytic separator not so efficient. by Tom Elfring · 7 years ago
  92. f09f8d2 Make teleporter usage configurable. by Tom Elfring · 7 years ago
  93. 0c049b5 logspam if a fluid handler took more than it was given by Xander · 7 years ago
  94. 355dd71 prevent turbine from saying it filled more than it was even given by Xander · 7 years ago
  95. e0ef0f7 prevent sending block updates to members of the multiblock by Xander · 7 years ago
  96. 38c2f25 call neighbourChanged on the blockstate, instead of block directly, as we should by Xander · 7 years ago
  97. 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
  98. bb6b7c8 Make mining match check match what the search thread uses to determine meta (the correct way). Fixes #4841 by Xander · 7 years ago
  99. 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
  100. f446e58 fic missing punctuation and dont add black for bumped to none message by Xander · 7 years ago