diff --git a/gradle.properties b/gradle.properties index bf68f681cb..afeea762d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Fabric API -fabric_api_version=0.144.0+26.1 +fabric_api_version=0.144.3+26.1 # Minecraft Mods ## Dandelion diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9bf1b136a1..9730947148 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -44,7 +44,7 @@ "accessWidener": "skyblocker.classtweaker", "depends": { "fabricloader": ">=0.18.4", - "fabric-api": ">=0.144.0+26.1", + "fabric-api": ">=0.144.3+26.1", "dandelion": ">=1.0.0-alpha.18+26.1", "yet_another_config_lib_v3": ">=3.9.0+26.1", "fabric-language-kotlin": "*",