From 354a3c61336e1c32948732e3627774bd43c8522d Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 8 May 2022 17:54:05 -0500 Subject: [PATCH] update the credits text --- forge/src/main/resources/META-INF/mods.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 430d3ffec..efd583a78 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -15,10 +15,10 @@ issueTrackerURL="${issues}" description= "${description}" #//mandatory. The description text for the mod logoFile="logo.png" catalogueImageIcon="icon.png" - credits="Massive thanks to: Leonardo, Cola, Ran, and CoolGi. For their hard work to bring Distant Horizons to where it is today. - James" + credits="Massive thanks to: Leonardo, Cola, Ran, CoolGi, and Leetom. For their hard work to bring Distant Horizons to where it is today. - James" #// if not set defaults to "false" clientSideOnly="true" - #// if not set defaults to "BOTH" + #// if not set side defaults to "BOTH" #// TODO change to "BOTH" when we add server support side="CLIENT" #// Allow any version to be present (or not) on the server