Skip to content

Commit

Permalink
Update to 1.21 proper
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 13, 2024
1 parent 3b5be1d commit 87fced1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can then add the library version to your `gradle.properties`file:

```properties
# Satin library
satin_version = 1.x.y
satin_version = 2.x.y
```

You can find the current version of Satin in the [releases](https://github.com/Ladysnake/Satin/releases) tab of the repository on Github.
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21-pre3
yarn_mappings=1.21-pre3+build.1
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11
#Fabric api
fabric_version=0.99.5+1.21
Expand All @@ -20,15 +20,15 @@ findbugs_version = 3.0.2
jb_annotations_version = 18.0.0
apiguardian_version = 1.0.0
modmenu_version = 11.0.0-beta.1
iris_version = 1.7.0+1.20.5
iris_version = 1.7.1+1.21

#Publishing
display_name = Satin
license_header = LGPL
gpl_version = 3
curseforge_id = 385463
curseforge_versions = 1.21-Snapshot
modrinth_versions = 1.21-pre3
curseforge_versions = 1.21
modrinth_versions = 1.21
cf_requirements = fabric-api
modrinth_id = fRbqPLg4
release_type = release

0 comments on commit 87fced1

Please sign in to comment.