Skip to content

Commit

Permalink
Update to Forge 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCzyr committed Dec 26, 2023
1 parent 0ce7e3a commit 03cfd21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ org.gradle.daemon=false
## Environment Properties

# The Minecraft version must agree with the Forge version to get a valid artifact
minecraft_version=1.20.3
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.3,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=49.0.2
forge_version=49.0.11
# 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
Expand All @@ -35,7 +35,7 @@ loader_version_range=[0,)
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.3
mapping_version=1.20.4


## Mod Properties
Expand All @@ -48,7 +48,7 @@ mod_name=Nature's Compass
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=CC BY-NC-SA 4.0
# The mod version. See https://semver.org/
mod_version=1.20.3-1.11.3-forge
mod_version=1.20.4-1.11.3-forge
# 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
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
modLoader="javafml"
loaderVersion="[48,)"
loaderVersion="[49,)"
issueTrackerURL="https://github.com/MattCzyr/NaturesCompass/issues"
license="CC BY-NC-SA 4.0"

[[mods]]
modId="naturescompass"
version="1.20.3-1.11.3-forge"
version="1.20.4-1.11.3-forge"
displayName="Nature's Compass"
displayURL="https://github.com/MattCzyr/NaturesCompass"
authors="ChaosTheDude"
Expand All @@ -22,6 +22,6 @@ license="CC BY-NC-SA 4.0"
[[dependencies.naturescompass]]
modId="minecraft"
mandatory=true
versionRange="[1.20.3,)"
versionRange="[1.20.4,)"
ordering="NONE"
side="BOTH"

0 comments on commit 03cfd21

Please sign in to comment.