Skip to content

Commit

Permalink
Support 1.20 and 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rikka0w0 committed Jul 26, 2023
1 parent 35ef260 commit 50b8e01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# LAN Server Properties
For Minecraft 1.12.2–1.20.1, Forge and Fabric.

This branch is for 1.20.1, and hopefully it will work in future versions (although very unlikely).
This branch is for 1.20 and 1.20.1,
hopefully it will work in future versions (although very unlikely).

When this mod is installed, it enhances the vanilla Minecraft "Open to LAN" screen, which now also:
* Allows for a port customization.
Expand Down
4 changes: 2 additions & 2 deletions fabric/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ org.gradle.jvmargs=-Xmx1G
# The Minecraft version in the development environment
minecraft_version=1.20.1
# The minimum minecraft version (inclusive) to run this Mod
minecraft_version_min=1.20.1
minecraft_version_min=1.20
# The maximum minecraft version (exclusive) to run this Mod
minecraft_version_max=1.21

# Fabric Properties
# check these on https://fabricmc.net/versions.html
loader_version=0.14.18
loader_version=0.14.21

# Mod Properties
mod_version = 1.11
Expand Down
4 changes: 2 additions & 2 deletions forge/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ org.gradle.daemon=false
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=47.1.0
# 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=[46,)
# The loader version range can only use the major version of Forge/FML as bounds
loader_version_range=[47,)
loader_version_range=[46,)

0 comments on commit 50b8e01

Please sign in to comment.