MovingBlocks / Terasology

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

Revert "Revert "feat: upgrade to Gestalt 8"" #5271

Closed jdrueckert closed 3 months ago

jdrueckert commented 3 months ago

Reverts MovingBlocks/Terasology#5270 Reapplies #5267

We currently do not have an explicit dependency of modules on specific engine versions. Modules implicitly depend on the latest engine build.

Had to revert #5267 to first publish pre-gestalt-8-upgrade module versions. Inventory v1.5.0, Furnishings v1.2.0 and Behaviors v1.2.0 were published to artifactory. Gestalt 8 upgrade changes can be re-applied again. Afterwards the associated module PRs for the gestalt 8 upgrade can be merged according to the module dependency chain (Inventory first, then Behaviors and Furnishings in arbitrary order)