BuildCraft|Core

BuildCraft|Core

7M Downloads

Electrical engine is not working

By3xec opened this issue ยท 4 comments

commented

BuildCraft version: 7.99.15
Forge version: 14.23.2.26.13
Link to crash report or log:
Singleplayer or multiplayer: Both
Steps to reproduce:
follow this diagram (like on this screenshot : https://www.noelshack.com/2018-10-4-1520467347-2018-03-08-01-01-03.png)

[MFSU (charged)]---[Electrical engine][Quarry]
............................................................|
...........................................[Redstone lever]

Additional information:
The electrical engine is charging and send output (but is not moving)
(https://www.noelshack.com/2018-10-4-1520467360-2018-03-08-01-00-56.png)
but the quarry won't work.

I tried with the update for minecraft 1.7.10 and that work (I did exactly the same things).

Can you help me ?

commented

Forestry (which creates the electric engine) produces RF, whereas the buildcraft quarry only accepts MJ. You'll need to use a buildcraft-mj-specific electrical engine (like https://github.com/Chocohead/EU-MJ-Engine/releases for example.)

commented

Thank you for your answer.

I'll try what you said.

But that's not the "Electrical engine" role ? (Or that was ?)
I was able to make it work (like on the screenshot) in 1.7.10, that have changed with the new updates (/Minecraft version) ?

commented

BuildCraft in 1.11+ has moved back to using its own MJ power system which is NOT compatible with RF (which forestry and the electrical engine produced). However, due to BuildCraft being in alpha no other mods support it, or should support it, as we are still making breaking changes to the API.

commented

Also a duplicate of #3760