We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0477d17 commit 16cd6a9Copy full SHA for 16cd6a9
CHANGELOG.md
@@ -5,3 +5,4 @@
5
* Fixed Registries loading
6
* Added Game Time Control
7
* Fixed resource releasing
8
+* Check LDLib2 version
gradle.properties
@@ -25,8 +25,8 @@ neogradle.subsystems.parchment.mappingsVersion=2024.11.17
25
# https://files.neoforged.neoforge.net/net/neoforged.neoforge/forge/
26
neo_version=21.1.176
27
# LDLib - https://github.com/Low-Drag-MC/LDLib2
28
-ldlib2_version=2.0.0
29
-ldlib2_version_range=[2.0.0,)
+ldlib2_version=2.0.1
+ldlib2_version_range=[2.0.1,)
30
# JEI - https://modrinth.com/mod/jei/versions#all-versions
31
jei_version=19.21.0.247
32
# Iris - https://modrinth.com/mod/iris
0 commit comments