diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-01 14:49:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 01:49:31 -0500 |
commit | 8005dd9afe963a461619ee3da603d8202292840b (patch) | |
tree | ec35f59554a2bb9ed349128020e6b3a1ce410c59 /gradle.properties | |
parent | c6a24637bea5f6d6534e88750d011270d7b612dc (diff) | |
download | Skyblocker-8005dd9afe963a461619ee3da603d8202292840b.tar.gz Skyblocker-8005dd9afe963a461619ee3da603d8202292840b.tar.bz2 Skyblocker-8005dd9afe963a461619ee3da603d8202292840b.zip |
Migrate to Fabric Api ClientPlayerBlockBreakEvents (#466)
* Migrate to fabric api ClientPlayerBlockBreakEvents
* Update fapi requirement
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c08d96a6..98c6243a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ loader_version=0.15.1 #Fabric api ## 1.20 -fabric_api_version=0.91.1+1.20.4 +fabric_api_version=0.92.0+1.20.4 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) |