From 2e81dcd3fc2b8b0d6fe22ae4caf2e40d7b3d4bcd Mon Sep 17 00:00:00 2001 From: Rozmir <120696188+Rozmir-Rohi@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:07:08 +1000 Subject: [PATCH] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7479571..13814be 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,8 @@ Players keep Inventory but drop same XP as vanilla on Death. **unclecat_** - Provided code for removing XP from players (https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/modification-development/2503178-remove-xp-from-player-forge). +**SnubMansters** - Their forum post helped me understand how to make and use config files (https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/modification-development/2467087-config-file-entity-ids). + ### Use of anatawa12's Fork of ForgeGradle 1.2 within Project: The source code of this project uses anatawa12's fork of ForgeGradle 1.2 as a library under the GNU Lesser General Public License v2.1 (https://choosealicense.com/licenses/lgpl-2.1/). @@ -26,4 +28,4 @@ The source code of this mod is permitted under section 6 of the original license * Access is provided to the source code of the Library. -The source code for anatawa12's fork of ForgeGradle 1.2 can be found here: https://github.com/anatawa12/ForgeGradle-1.2 \ No newline at end of file +The source code for anatawa12's fork of ForgeGradle 1.2 can be found here: https://github.com/anatawa12/ForgeGradle-1.2