mrsterner / Geocluster

4 stars 3 forks source link

Server-side only version? #4

Open vadim-a-yegorov opened 1 year ago

vadim-a-yegorov commented 1 year ago

Possible to remove all tools, remaining only custom ore generation to make it server-side?

mrsterner commented 1 year ago

While yes, i don't really feel like maintaining two version of a mod

vadim-a-yegorov commented 1 year ago

While yes, i don't really feel like maintaining two version of a mod

There are two mods that do what I need but they both required on client. Mineralas and Geocluster. The fastest way to do it – you remove client-side functionality just as a custom build for my project based on Fabric 1.18.2.

But the best solution that I see to keep maintaining one version is to add config that will enable/disable client-side requirement and related items.

Another possible solution is to use Polymer to make client-side work without installation.

globalista-dev commented 11 months ago

I'm thinking PolyMC can be used with this mod to make it server-side compatible.