From 91eafbc8107f911ddbe53e516c847a7ac45892fe Mon Sep 17 00:00:00 2001 From: ticccco <23436953+LucasPlacentino@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:55:56 +0100 Subject: [PATCH] update Forge to 44.1.0 --- .gitignore | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1faa45b..64d1cec 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ bin .classpath .project +# vscode +.vscode + # idea out *.ipr diff --git a/build.gradle b/build.gradle index 9d026d3..3683a76 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ dependencies { // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed // that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.19.3-44.0.41' + minecraft 'net.minecraftforge:forge:1.19.3-44.1.0' // Real mod deobf dependency examples - these get remapped to your current mappings // implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency