Tesla API 的功能与其他能源 API 非常相似,不过在设计上做出了几个选择,使 API 更加灵活。其中的一个选择是使用 Forge 的 capability 系统,这允许支持几乎任何事物都可以添加 Tesla 支持。使用这个系统,模组可以在不使用任何“脏技巧”的情况下,为一个普通的熔炉添加 Tesla 支持。另一个决定是使用长整型代替整型。这种改变允许模组更容易地处理更大的能源数字
为什么要制作这个 API?
最初 API 是作为一个有趣的副业项目制作的,但却得到了其他开发者意外的关注。它并不是为了取代其他能源 API 或类似的事情而创建的。
Tesla 有哪些标准?
该 API 不强制执行任何标准,但鼓励模组作者遵循一些标准。其中包括:一个 Tesla 应该等于 1 RF,tile entities 不应直接实现 capability 接口,以及边缘逻辑应该通过 capability 方法处理。
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<ul>
<li>Fixed a bug that affected some mods which use the packaged utility suit</li>
</ul>
<p>This update does not require mods which depend on Tesla to update. </p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>This 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. </p>
<p>- The mod ID has switched from Tesla to tesla. This is to comply with the new mod ID standars being enforced in 1.11<br>- There is now built in code to help render power bars to the screen.<br>- A duplicate tesla consumer capability field was removed. It was called TESLA_CONSUMER rather than CAPABILITY_CONSUMER<br>- Deprecated implementations of BaseTeslaContainer, InfiniteTeslaConsumer and InfiniteTeslaProducer were removed.<br>- Eleven new helper methods were added to the TeslaUtils. These can help make your code cleaner and ensure good practices are being followed.<br>- The BaseTeslaContainer implementation now uses getInputRate, getOutputRate and getCapacity to work in a dynamic way.<br>- It may be a good idea to add the latest version of Tesla to your dependency list, to prevent error reports with older versions.</p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<ul>
<li>Official support for 1.9.4 through 1.10.2</li>
<li>I/O rates of power now use dynamic methods</li>
<li>Capacity now use dynamic methods</li>
<li>Utility for rendering power bars on screen.</li>
</ul>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>
<p>All changes can be found here: <a href="https://github.com/Darkhax-Minecraft/TESLA/commits/master" rel="nofollow" target="_blank">https://github.com/Darkhax-Minecraft/TESLA/commits/master</a></p>