Fix fabric 1.20.6 compiling

This commit is contained in:
James Seibel
2024-05-18 08:07:48 -05:00
parent a83d7e2a26
commit 2615177907
14 changed files with 110 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ plugins {
id "java"
// Plugin to put dependencies inside our final jar
id "com.github.johnrengelman.shadow" version '7.1.2' apply false
id "com.github.johnrengelman.shadow" version '8.1.1' apply false
// Plugin to create merged jars
id "io.github.pacifistmc.forgix" version "1.2.6"