Skip to content

Commit

Permalink
chore: Bump minimum Minecraft version to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Sep 30, 2024
1 parent 1de0385 commit e9c19eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion enderio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ if (getReleaseType() != null) {
displayName.set("Ender IO - ${project.version}")
changelog.set(System.getenv("CHANGELOG"))

setGameVersions("1.21", "1.21.1")
setGameVersions("1.21.1")
setLoaders(ModLoader.NEOFORGE)

curseEnvironment.set("both")
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ neoForgeVersion=21.1.58

# The general release series for development build versioning
# TODO: Could use this for tag sanity checks during CI builds?
versionSeries=7.0
versionSeries=7.1

# Version ranges for mods.toml
minecraftVersionRange=[1.21,1.22)
minecraftVersionRange=[1.21.1]
loaderVersionRange=[4,)
neoForgeVersionRange=[21.0.143,22)
neoForgeVersionRange=[21.1.58,)

# Mappings
neoForge.parchment.minecraftVersion=1.21
Expand Down

0 comments on commit e9c19eb

Please sign in to comment.