diff --git a/.gitignore b/.gitignore index 9877b180..03b2549b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,3 @@ run # Files from Forge MDK forge*changelog.txt logs -/libs/ diff --git a/libs/InsaneLib-1.3.2-mc1.16.5.jar b/libs/InsaneLib-1.3.2-mc1.16.5.jar new file mode 100644 index 00000000..ec0717c3 Binary files /dev/null and b/libs/InsaneLib-1.3.2-mc1.16.5.jar differ diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 66974650..fe985c4b 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -31,6 +31,6 @@ configBackground = "minecraft:textures/block/soul_sand.png" [[dependencies.progressivebosses]] modId = "insanelib" mandatory = true - versionRange = "[1.3.1,)" + versionRange = "[1.3.2,)" ordering = "NONE" side = "BOTH" \ No newline at end of file