Port to 1.20.6

- Port to 1.20.6
- Move compatibility code into individual classes
This commit is contained in:
Martin Prokoph
2024-05-04 19:55:04 +02:00
parent 39261272bf
commit b3b49cb8b8
18 changed files with 441 additions and 256 deletions

View File

@@ -4,6 +4,7 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url "https://maven.architectury.dev/" }
gradlePluginPortal()
}
}