Add changed files

This commit is contained in:
zontreck 2024-10-10 02:17:15 -07:00
parent 728b2467a3
commit 9653e273e4
499 changed files with 108 additions and 24346 deletions

View file

@ -22,7 +22,7 @@ java {
configurations {
provided
compile.extendsFrom(provided)
minecraftLibrary.extendsFrom(provided)
}
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.