MinecraftModDevelopmentMods / Tesla-Core-Lib

Minecraft library useful in creating power hungry machines
https://minecraft.curseforge.com/projects/tesla-core-lib
MIT License
6 stars 8 forks source link

Creative energy storage items don't work right inside of Tesla Core Lib-based machines #19

Closed josephcsible closed 5 years ago

josephcsible commented 7 years ago

Placing a creative energy storage item inside of a machine from a mod that uses Tesla Core Lib (tested with Tesla Powered Thingies and Industrial Foregoing) doesn't do the right thing. I tried Mekanism's creative energy cube and Integrated Dynamics' creative energy battery. Mekanism's cube won't go in the machine at all. Integrated Dynamics' battery gets drained and stops providing power, as if it weren't a creative item. When I use the non-creative versions of these mods' energy storage items, they work fine. Versions:

josephcsible commented 5 years ago

Turns out this isn't a bug in Tesla Core Lib after all, but instead bugs in both Integrated Dynamics and Mekanism: CyclopsMC/IntegratedDynamics#647 and aidancbrady/Mekanism#5203