Tesla-1.12.2-1.0.63
on Jun 7, 2023- Added Polish translations, thanks to Kaperios. - Tyler Hancock
Tesla-1.12.2-1.0.62
on Jun 7, 2023Tesla-1.12-1.0.61
on Jun 7, 2023- Updated to latest forge.
Tesla-1.12-1.0.60
on Jun 7, 2023- Updated MCP, Forge and CurseGradle.
Tesla-1.12-2.0.55
on Jun 7, 2023- Fixed wrong curseforge project id.
Tesla-1.11-1.3.0.52
on Jun 7, 2023All changes can be found here: https://github.com/Darkhax-Minecraft/TESLA/commits/master
Tesla-1.11-1.3.0.51
on Jun 7, 2023Ported to 1.11
Tesla-1.10.2-1.2.1.50
on Jun 7, 2023All changes can be found here: https://github.com/Darkhax-Minecraft/TESLA/commits/master
Tesla-1.10.2-1.2.1.49
on Jun 7, 2023- Fixed a bug that affected some mods which use the packaged utility suit
This update does not require mods which depend on Tesla to update.
Tesla-1.10.2-1.2.1.48
on Jun 7, 2023- Fixed translation issues
Tesla-1.10.2-1.2.1.47
on Jun 7, 2023All changes can be found here: https://github.com/Darkhax-Minecraft/TESLA/commits/master
Tesla-1.10.2-1.2.1.46
on Jun 7, 2023- Add new tooltip helper code
- Add new capability checking code.
Tesla-1.10.2-1.2.1.45
on Jun 7, 2023Tesla-1.10.2-1.2.1.44
on Jun 7, 2023Tesla-1.10.2-1.2.1.43
on Jun 7, 2023All changes can be found here: https://github.com/Darkhax-Minecraft/TESLA/commits/master
Tesla-1.10.2-1.2.1.42
on Jun 7, 2023This is a major new release. It may break earlier versions of mods that support Tesla. Please be patient as the other tesla mod devs update to this version.
- The mod ID has switched from Tesla to tesla. This is to comply with the new mod ID standars being enforced in 1.11
- There is now built in code to help render power bars to the screen.
- A duplicate tesla consumer capability field was removed. It was called TESLA_CONSUMER rather than CAPABILITY_CONSUMER
- Deprecated implementations of BaseTeslaContainer, InfiniteTeslaConsumer and InfiniteTeslaProducer were removed.
- Eleven new helper methods were added to the TeslaUtils. These can help make your code cleaner and ensure good practices are being followed.
- The BaseTeslaContainer implementation now uses getInputRate, getOutputRate and getCapacity to work in a dynamic way.
- It may be a good idea to add the latest version of Tesla to your dependency list, to prevent error reports with older versions.
Tesla-1.10.2-1.2.1.41
on Jun 7, 2023Tesla-1.10.2-1.2.1.40
on Jun 7, 2023Tesla-1.10.2-1.2.0.39
on Jun 7, 2023All changes can be found here: https://github.com/Darkhax-Minecraft/TESLA/commits/master
Tesla-1.10.2-1.2.0.38
on Jun 7, 2023- Official support for 1.9.4 through 1.10.2
- I/O rates of power now use dynamic methods
- Capacity now use dynamic methods
- Utility for rendering power bars on screen.