Skip to content

Commit c7e4807

Browse files
committed
Update presets
1 parent 7b899cb commit c7e4807

File tree

5 files changed

+5
-551
lines changed

5 files changed

+5
-551
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ org.gradle.daemon=false
77
## Environment Properties
88

99
# The Minecraft version must agree with the Forge version to get a valid artifact
10-
minecraft_version=1.20
10+
minecraft_version=1.20.1
1111
# The Minecraft version range can use any release version of Minecraft as bounds.
1212
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
1313
# as they do not follow standard versioning conventions.
1414
minecraft_version_range=[1.20,1.21)
1515
# The Forge version must agree with the Minecraft version to get a valid artifact
16-
forge_version=46.0.14
16+
forge_version=47.0.3
1717
# The Forge version range can use any version of Forge as bounds or match the loader version range
1818
forge_version_range=[46,)
1919
# The loader version range can only use the major version of Forge/FML as bounds
@@ -35,7 +35,7 @@ loader_version_range=[46,)
3535
mapping_channel=official
3636
# The mapping version to query from the mapping channel.
3737
# This must match the format required by the mapping channel.
38-
mapping_version=1.20
38+
mapping_version=1.20.1
3939

4040

4141
## Mod Properties

0 commit comments

Comments
 (0)