Skip to content

Commit

Permalink
Update MDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Jan 31, 2024
1 parent 8ae6bef commit d7cbdec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion forge/fg-6.0/1.19.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.19.4
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.19.1,1.20)
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=45.1.0
forge_version=45.2.0
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[45,)
# The loader version range can only use the major version of Forge/FML as bounds
Expand Down
12 changes: 6 additions & 6 deletions forge/fg-6.0/1.20.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## Environment Properties

# The Minecraft version must agree with the Forge version to get a valid artifact
minecraft_version=1.20.1
minecraft_version=1.20.4
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.20.1,1.21)
minecraft_version_range=[1.20.4,1.21)
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=47.1.0
forge_version=49.0.26
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[47,)
forge_version_range=[49,)
# The loader version range can only use the major version of Forge/FML as bounds
loader_version_range=[47,)
loader_version_range=[49,)
# The mapping channel to use for mappings.
# The default set of supported mapping channels are ["official", "snapshot", "snapshot_nodoc", "stable", "stable_nodoc"].
# Additional mapping channels can be registered through the "channelProviders" extension in a Gradle plugin.
Expand All @@ -29,4 +29,4 @@ loader_version_range=[47,)
mapping_channel=official
# The mapping version to query from the mapping channel.
# This must match the format required by the mapping channel.
mapping_version=1.20.1
mapping_version=1.20.4

0 comments on commit d7cbdec

Please sign in to comment.