From 5fe79310b378900ebf7c43a5421d8a98508eac3f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 20 Jun 2023 09:26:49 +0200 Subject: [PATCH] Remove list of example mods from README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 151a501..556bce1 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ This is an framework for assigning temporary status effects to players. This mod This mod alone is not aimed directly at players. Briefly, the point of this mod is to help other mods to implement temporary status effects for players in a clean and consistant way. Here is the information which may be relevant to you: Your current status effects are shown on the HUD on the right side, along with a timer which shows the time until the effect gets disabled. It is possible for the server to disable this feature entirely. Some status effects may also be hidden and are never exposed to the HUD. -You only have to install this mod iff you have a mod which implements Player Effects. Here is a list of known mods which do: - -* Magic Beans—Wuzzy’s Fork [`magicbeans_w`] +You only have to install this mod iff you have a mod which implements Player Effects. ## Information for server operators By default, this mod stores the effects into the file `playereffects.mt` in the current world path every 10 seconds. On a regular server shutdown, this file is also written to. The data in this file is read when the mod is started.