You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The Minecraft version your mod is built against. This is the version of Minecraft that will be loaded into your development environment.
31
-
minecraft_version = 1.21.7
31
+
minecraft_version = 1.21.8-rc1
32
32
# A list of Minecraft versions that your mod supports. This is used as metadata for CurseForge and Modrinth.
33
-
minecraft_versions = 1.21.7
33
+
minecraft_versions = 1.21.8
34
34
# The version range that your mod can run on. It's hard to predict what minor version will introduce breaking changes, so I recommend just setting the next major version as upper limit.
35
35
minecraft_version_range = [1.21.7,)
36
36
# The Java version to use. Different Minecraft versions require different Java versions.
@@ -39,17 +39,17 @@ pack_format_number = 71
39
39
40
40
# Common Properties
41
41
# NeoForm is used for setting up Minecraft in the common project. You can find the latest version at: https://projects.neoforged.net/neoforged/neoform
42
-
neo_form_version = 1.21.7-20250630.141722
42
+
neo_form_version = 1.21.8-rc1-20250715.150430
43
43
# Parchment adds human-readable names to parameters. You can find the latest version at: https://parchmentmc.org/docs/getting-started
44
-
parchment_minecraft = 1.21.5
45
-
parchment_version = 2025.06.15
44
+
parchment_minecraft = 1.21.6
45
+
parchment_version = 2025.06.29
46
46
47
47
# Balm Properties
48
48
# The Balm version to use. You can find all versions on the Maven: https://maven.twelveiterations.com/service/rest/repository/browse/maven-public/net/blay09/mods/balm-common/
49
49
# Balm versions follow the NeoForge versioning scheme since Minecraft 1.21.
50
50
# For best stability, only use -SNAPSHOT versions if you need access to an unreleased Balm feature.
51
51
#balm_version = 21.5.8+1.21.5
52
-
balm_version = 21.7.2-SNAPSHOT
52
+
balm_version = 21.8.1-SNAPSHOT
53
53
# The minimum Balm version to use. You should set this if you are using a Balm feature that is not available in older versions.
54
54
# Avoid setting a maximum version - Balm generally does not introduce breaking changes mid-version.
0 commit comments