# Upcoming changes
+Minor fixes/refactorings that should make the mod more robust.
+
+Port to Forge 52.0.22 (Minecraft 1.21.1).
+
# Version Forge-1.26.0
Port to Forge 52.0.21 (Minecraft 1.21.1).
Simply invoke `./gradlew build` in the mod directory and after some time the
finished jar will be saved at
-`build/libs/TurnBasedMinecraft-Forge-1.26.0-all.jar`
+`build/libs/TurnBasedMinecraft-Forge-1.26.1-all.jar`
# Reproducibility
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.1,1.22)
# The Forge version must agree with the Minecraft version to get a valid artifact
-forge_version=52.0.21
+forge_version=52.0.22
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[0,)
# The loader version range can only use the major version of Forge/FML as bounds
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
-mod_version=1.26.0
+mod_version=1.26.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html