Skip to content

Commit

Permalink
Set up for Minecraft 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keve1227 committed Jun 18, 2024
1 parent 2d4284a commit 07b06af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.15.11
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.6

# Mod Properties
mod_version=1.0.3
maven_group=com.kevinsundqvistnorlen
archives_base_name=rubi

# Dependencies
fabric_version=0.83.0+1.20
minecraft_range=1.20.0
fabric_version=0.91.0+1.20.1
minecraft_range=1.20.1

0 comments on commit 07b06af

Please sign in to comment.