From df085c3ec738e01702c8a4d25f4017caf6a5813e Mon Sep 17 00:00:00 2001 From: cola98765 Date: Thu, 9 Dec 2021 19:16:57 +0100 Subject: [PATCH] made it so it works with servers that don't have that mod. --- src/main/resources/META-INF/mods.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index bf7a06aa6..97982525d 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -49,3 +49,10 @@ authors="James Seibel, Leonardo Amato, and Cola" #optional #// The description text for the mod (multi line!) (#mandatory) description='''This mod generates and renders simplified terrain beyond the normal view distance, at a low performance cost.''' + +#// to make mod be not required on forge server +acceptableRemoteVersions="*" + +#// to not load on server at all as there is no integration at all +#// TODO remove when we add server support +clientSideOnly=true \ No newline at end of file