Skip to content

Commit

Permalink
Trails and Talesify things!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Jun 5, 2023
1 parent 45f835d commit b768207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Discord](https://img.shields.io/discord/879732108745125969?logo=discord&labelColor=cecece&color=7289DA&label=)](https://discord.com/invite/aNNJHQykck)
[![modrinth statistic](https://img.shields.io/badge/buy%20me%20coffee-skyblocker?color=434B57&logo=kofi)](https://ko-fi.com/wohlhabend)

Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x
Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x + 1.20

Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation)

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US

# Fabric Properties (https://fabricmc.net/versions.html)
## 1.19.4
minecraft_version=1.20-pre6
yarn_mappings=1.20-pre6+build.2
## 1.20
minecraft_version=1.20-rc1
yarn_mappings=1.20-rc1+build.2
loader_version=0.14.21

#Fabric api
## 1.19.4
fabric_api_version=0.82.1+1.20
## 1.20
fabric_api_version=0.83.0+1.20

# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
],
"depends": {
"fabricloader": ">=0.14.21",
"fabric-api": ">=0.82.1.20",
"fabric-api": ">=0.83.0+1.20",
"cloth-config2": "*",
"minecraft": "~1.20-beta.6"
"minecraft": "~1.20-rc.1"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit b768207

Please sign in to comment.