Skip to content

Commit

Permalink
Relax version ranges for the sake of Neo
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jan 1, 2025
1 parent 6465597 commit 084f8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ minecraft_version=1.20.1
minecraft_range=[1.20.1,1.20.2)

# Forge Version Information
loader_range=[47,)
loader_range=*
forge_version=47.2.0
forge_range=[47.2.0,)
forge_range=*
parchment_version=2023.09.03

# Build dependencies
Expand Down

0 comments on commit 084f8cf

Please sign in to comment.