Electrical-Age / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
https://electrical-age.net/
Other
213 stars 97 forks source link

Archimedes' ships compatability #492

Open bowserjr2424 opened 8 years ago

bowserjr2424 commented 8 years ago

It would be nice to make a houseboat with electricity but every time I mount the ship it disappears

Baughn commented 8 years ago

This would require major changes. The way Archimedes' works is by serializing the tile-entities, then deserializing them when you un-ship the ship; the second step will break all EA blocks because we use a central registry of nodes, and the first step will stop them from rendering because we use a TE special renderer for, again, all our blocks.

Moving to 1.10 may allow sufficient flexibility to fix the second problem. The first would be harder.