MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.69k stars 1.34k forks source link

Revert "feat: upgrade to Gestalt 8" #5270

Closed jdrueckert closed 3 months ago

jdrueckert commented 3 months ago

Reverts MovingBlocks/Terasology#5267

We currently do not have an explicit dependency of modules on specific engine versions. Modules implicitly depend on the latest engine build. With this PR already merged, it is not possible to build and release modules without the associated required gestalt 8 upgrade module changes.

Reverting this to first publish those pre-gestalt-8-upgrade module versions. Afterwards we can merge the engine PR for the gestalt 8 upgrade again and then the associated module PRs for the gestalt 8 upgrade according to the module dependency chain (Inventory first, then Behaviors and Furnishings in arbitrary order)