Go to file
ENDERZOMBI102 6eeade90b0 fix(semver): Minecraft 1.20 crashing the semver parser
Minecraft doesn't use semver, and as such, sometimes it can cause problems, like in this case: `1.20` is not a valid semver version, but we must deal with it anyway, we've made the `<patch>` component optional, defaulting it to `0` if missing
2024-07-06 01:26:46 +02:00
.forgejo/workflows remove duplicate line 2024-06-16 23:44:19 +02:00
gradle update dependencies 2024-06-16 14:54:51 +02:00
minecraft update dependencies 2024-06-16 14:54:51 +02:00
src/main fix(semver): Minecraft 1.20 crashing the semver parser 2024-07-06 01:26:46 +02:00
.gitignore update gitignore 2024-05-19 18:43:37 +02:00
build.gradle.kts finally make meta updating work (hopefully) 2024-06-16 23:40:54 +02:00
gradlew initial commit 2024-05-11 20:41:25 +02:00
gradlew.bat initial commit 2024-05-11 20:41:25 +02:00
LICENSE add plugin discovery 2024-05-12 12:32:44 +02:00
settings.gradle.kts update phytotelma to fix issues 2024-06-13 00:41:55 +02:00