Skip to content

Commit 04c7738

Browse files
committed
build: Update to Minecraft 1.21.8
1 parent e5512aa commit 04c7738

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/advanced-issue-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ policy:
44
- id: [minecraftVersion]
55
block-list: [other]
66
label:
7-
- name: Minecraft 1.21.7
8-
keys: ['1.21.7']
7+
- name: Minecraft 1.21.8
8+
keys: ['1.21.8']
99
- name: Minecraft 1.21.1
1010
keys: ['1.21.1 (LTS)']
1111
- name: Minecraft 1.20.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Updated to Minecraft 1.21.7
1+
- Updated to Minecraft 1.21.8

gradle.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mod Properties
22
# Recommended Versioning Scheme: https://docs.neoforged.net/docs/gettingstarted/versioning/
3-
version = 21.7.1
3+
version = 21.8.0
44
# Your mod id should be descriptive, ideally just your mod's name in all lowercase with no hyphens or underscores.
55
mod_id = littlejoys
66
mod_name = Little Joys
@@ -28,9 +28,9 @@ maven_snapshots = https://maven.twelveiterations.com/repository/maven-snapshots/
2828

2929
# Minecraft Properties
3030
# 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
3232
# 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
3434
# 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.
3535
minecraft_version_range = [1.21.7,)
3636
# The Java version to use. Different Minecraft versions require different Java versions.
@@ -39,17 +39,17 @@ pack_format_number = 71
3939

4040
# Common Properties
4141
# 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
4343
# 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
4646

4747
# Balm Properties
4848
# 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/
4949
# Balm versions follow the NeoForge versioning scheme since Minecraft 1.21.
5050
# For best stability, only use -SNAPSHOT versions if you need access to an unreleased Balm feature.
5151
#balm_version = 21.5.8+1.21.5
52-
balm_version = 21.7.2-SNAPSHOT
52+
balm_version = 21.8.1-SNAPSHOT
5353
# The minimum Balm version to use. You should set this if you are using a Balm feature that is not available in older versions.
5454
# Avoid setting a maximum version - Balm generally does not introduce breaking changes mid-version.
5555
balm_version_range = [21.7.0,)
@@ -70,7 +70,7 @@ forge_loader_version_range = [56,)
7070

7171
# Fabric Properties
7272
# The Fabric versions to use. You can find the latest version on their website: https://fabricmc.net/develop/
73-
fabric_version = 0.128.1+1.21.7
73+
fabric_version = 0.129.0+1.21.8
7474
fabric_loader_version = 0.16.14
7575

7676
# Dependencies
@@ -79,7 +79,7 @@ mixin_version=0.8.5
7979
modmenu_version=13.0.2
8080
# If you are using Kuma in your mod (for key mappings), make sure to specify both the minimum and maximum version.
8181
# Kuma is shipped jar-in-jar within Balm, so you can depend on it normally without embedding it in your mod.
82-
kuma_version = [21.6,21.8)
82+
kuma_version = [21.6,21.9)
8383

8484
# Gradle Properties
8585
org.gradle.jvmargs=-Xmx3G

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ plugins {
4343
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
4444
}
4545

46-
include('common', 'fabric', 'neoforge', 'forge')
46+
include('common', 'fabric')

0 commit comments

Comments
 (0)