pack: v0.30.1 — fix lithostitched client-side bug #53
Reference in New Issue
Block a user
Delete Branch "fix/v0.30.1-lithostitched-clientside"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Client launcher crashed at startup:
Mod improved_village_placement requires lithostitched 1.4 or above / Currently, lithostitched is not installed.Cause: lithostitched was tagged
side=server, so the client launcher skipped it. But IVP (added in v0.29.1) declares lithostitched as a runtime dep and IVP isside=both.Fix: flip lithostitched to
side=both. Library mods should generally be available on both sides.