Skip to content

Releases: JackyyTV/Exchangers

Exchangers 1.11.2-1.6

28 Oct 09:11
Compare
Choose a tag to compare
  • Added Immersive Engineering exchanger variants, closes #22
  • Added all TCon blocks to whitelist, so exchangers works on them, closes #27
  • Removed color formatting in lang file and migrated to EnumRarity for items
  • Rewritten recipes, they now have 3 difficulties: easy, normal and hard, normal is on default
  • Compressed all of the textures, which lowers overall size of the mod by a lot
  • Massive internal code changes
  • Added Polish translation (Thanks to @Kaperios)
  • Updated Simplified Chinese translation

Exchangers 1.10.2-1.6.1

28 Oct 23:29
Compare
Choose a tag to compare
  • Removed unused items in easy mode recipes, fixed a startup crash and closes #30
  • Added copy NBT shaped recipe for normal and hard mode exchanger upgrade recipes, so of the data stored in the old exchanger gets migrated over to the new one upon crafting, closes #29

Exchangers 1.10.2-1.6

28 Oct 09:11
Compare
Choose a tag to compare
  • Added Immersive Engineering exchanger variants, closes #22
  • Added all TCon blocks to whitelist, so exchangers works on them, closes #27
  • Removed color formatting in lang file and migrated to EnumRarity for items
  • Rewritten recipes, they now have 3 difficulties: easy, normal and hard, normal is on default
  • Compressed all of the textures, which lowers overall size of the mod by a lot
  • Massive internal code changes
  • Added Polish translation (Thanks to @Kaperios)
  • Updated Simplified Chinese translation

Exchangers 1.12-2.5.1

28 Oct 23:30
Compare
Choose a tag to compare
  • Removed unused items in easy mode recipes, fixed a startup crash and closes #30
  • Added copy NBT shaped recipe for normal and hard mode exchanger upgrade recipes, so of the data stored in the old exchanger gets migrated over to the new one upon crafting, closes #29

Exchangers 1.12-2.5

28 Oct 09:11
Compare
Choose a tag to compare
  • Added Immersive Engineering exchanger variants, closes #22
  • Added all TCon blocks to whitelist, so exchangers works on them, closes #27
  • Removed color formatting in lang file and migrated to EnumRarity for items
  • Rewritten recipes, they now have 3 difficulties: easy, normal and hard, normal is on default
  • Compressed all of the textures, which lowers overall size of the mod by a lot
  • Massive internal code changes
  • Added Polish translation (Thanks to @Kaperios)
  • Updated Simplified Chinese translation

1.12 Exclusive

  • Removed RecipeHelper and migrated to GameRegistry.addShapedRecipe method in Forge
  • Disabled items are now hidden in creative tab and JEI, like they used to be on 1.10.2 and 1.11.2

Exchangers 1.11.2-1.5

18 Aug 12:17
Compare
Choose a tag to compare
  • Did some changes to keybindings, should fixes a startup NPE crash and closes #21
  • Added in-game config GUI (finally)
  • Added Simplified Chinese translation

Exchangers 1.10.2-1.5

18 Aug 12:16
Compare
Choose a tag to compare
  • Did some changes to keybindings, should fixes a startup NPE crash and closes #21
  • Added in-game config GUI (finally)
  • Added Simplified Chinese translation

Exchangers 1.12-2.4

18 Aug 12:17
Compare
Choose a tag to compare
  • Did some changes to keybindings, should fixes a startup NPE crash and closes #21
  • Added in-game config GUI (finally)
  • Added Simplified Chinese translation

Exchangers 1.11.2-1.4.1

31 Jul 17:36
Compare
Choose a tag to compare

Hotfix for crash on servers

  • Moved RenderOverlayHandler to ClientProxy instead of CommonProxy,
    closes #13

Exchangers 1.11.2-1.4

31 Jul 12:40
Compare
Choose a tag to compare

This is quite a big update, it will wipe the selected block data for existing exchangers in the world, please remember to backup before updating!

  • Added Forge Energy support, closes #3
  • Fixed modules not disabling recipes, closes #11
  • Rewritten exchanger mechanics, fixed crashes with certain modded
    blocks, closes #12
  • Added maximum range in exchanger tooltips
  • Added out of block error
  • Removed selected block and total count in GUI as it's not accurate all
    the time
  • Code cleanups