Skip to content

Commit

Permalink
Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAlittleWolf committed Jun 14, 2024
1 parent c634f71 commit a17a9c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1

minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
mod_version=1.1.3
mod_version=1.1.4
maven_group=me.wolfii
archives_base_name=SmoothScrollingRefurbished+1.20.6
archives_base_name=SmoothScrollingRefurbished+1.21
7 changes: 4 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"JustAlittleWolf"
],
"contact": {
"sources": "https://github.com/JustAlittleWolf/SmoothScrollingRefurbished"
"sources": "https://github.com/JustAlittleWolf/SmoothScrollingRefurbished",
"issues": "https://github.com/JustAlittleWolf/SmoothScrollingRefurbished/issues"
},
"license": "MIT",
"icon": "icon.png",
Expand All @@ -18,8 +19,8 @@
"smoothscrollingrefurbished.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": ">=1.20.5 <=1.20.6",
"fabricloader": ">=0.15.0",
"minecraft": "~1.21",
"java": ">=21"
}
}

0 comments on commit a17a9c9

Please sign in to comment.