1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-05 22:08:06 +00:00

Update to latest Fabric

Love being on the bleedin' edge. More importantly, this fixes a couple
of issues:
 - Translations are loaded on the server, meaning .getItemDetail
   correctly translates modded items.
 - Shulker boxes cannot be moved inside other shulker boxes using the
   transfer API.
 - Start using Fab API's ItemStack.getRecipeRemainder().
This commit is contained in:
Jonathan Coates
2022-11-20 16:05:28 +00:00
parent 3fa39b5f98
commit 2255d49d16
5 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Minecraft
# MC version is specified in gradle.properties, as we need that in settings.gradle.
fabric-api = "0.66.0+1.19.2"
fabric-api = "0.67.0+1.19.2"
fabric-loader = "0.14.10"
forge = "43.1.1"
forgeSpi = "6.0.0"