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