From f64042916641932d12ed34c6242f20f687de5d93 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:11:44 -0400 Subject: [PATCH] Update to 1.21.1 No changes needed in the code, manually editing the mods.toml in the current version's .jar file has no ill effect. --- src/main/resources/META-INF/mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 77301288..9c66d6a0 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ Lucky TNT adds tons of new TNT to destroy your world with! [[dependencies.luckytntmod]] modId="minecraft" mandatory=true - versionRange="[1.20.3,1.21)" + versionRange="[1.20.3,1.21.1)" ordering="NONE" side="BOTH" [[dependencies.luckytntmod]]