Fresh port to 1.20

Note: I changed `BuildModeCategoryEnum` to actually use the Color class instead of using Vector4f. Same counts for `RadialMenu`
This commit is contained in:
Mrbysco
2023-11-18 00:38:56 +01:00
parent 8570bde282
commit ca44da71e7
141 changed files with 1170 additions and 1349 deletions

View File

@@ -3,4 +3,8 @@ pluginManagement {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}