From 6888c44213d85f4cf4e78d05e07bada6bec637c5 Mon Sep 17 00:00:00 2001 From: copygirl Date: Wed, 28 Aug 2024 01:34:56 +0200 Subject: [PATCH] Make some client-side mods optional --- mods/distanthorizons.pw.toml | 5 +++++ mods/fallingleavesforge.pw.toml | 5 +++++ mods/pro-placer.pw.toml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/mods/distanthorizons.pw.toml b/mods/distanthorizons.pw.toml index 0655c89..8a39a4c 100644 --- a/mods/distanthorizons.pw.toml +++ b/mods/distanthorizons.pw.toml @@ -11,3 +11,8 @@ hash = "7763ed4bcdffa29c71f7b1b323ed513c687488cc" [update.modrinth] mod-id = "uCdwusMi" version = "HH9YLh1q" + +[option] +description = "See farther without turning your game into a slide show." +optional = true +default = true diff --git a/mods/fallingleavesforge.pw.toml b/mods/fallingleavesforge.pw.toml index f2772d7..fbc73fb 100644 --- a/mods/fallingleavesforge.pw.toml +++ b/mods/fallingleavesforge.pw.toml @@ -11,3 +11,8 @@ hash = "7cae5ae0f3ff3af230ecb8557fe0af6ca59f3ef5" [update.modrinth] mod-id = "2JAUNCL4" version = "qCMwYRMZ" + +[option] +description = "Adds a neat little particle effect to leaf blocks." +optional = true +default = true diff --git a/mods/pro-placer.pw.toml b/mods/pro-placer.pw.toml index db6c974..6e91c8e 100644 --- a/mods/pro-placer.pw.toml +++ b/mods/pro-placer.pw.toml @@ -11,3 +11,8 @@ hash = "3cfb96e9a02eb0bd78297af04b06e62f59d99ee3" [update.modrinth] mod-id = "LhK0LkWd" version = "GjdmA0S5" + +[option] +description = "Easy and accurate block placement and breaking plus reach-around placement." +optional = true +default = true