Releases: JackyyTV/Exchangers
Releases · JackyyTV/Exchangers
Exchangers 1.11.2-1.6
- 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
Exchangers 1.10.2-1.6
- 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
Exchangers 1.12-2.5
- 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
- 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
- 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
- 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
Hotfix for crash on servers
- Moved RenderOverlayHandler to ClientProxy instead of CommonProxy,
closes #13
Exchangers 1.11.2-1.4
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