Tags
Creators
Details
1.3-beta1
Compatibility
Changes
I'm releasing this as a beta just to provide Lusk support for servers using 1.20.4, this might include 1.20.3, 1.20.2, 1.20.1 and 1.20, I don't know for sure but if this issue was there then it's most likely going to be fixed now.
This release's github target is not accurate due to me having 91 files to commit and in no time to do it, in this case releasing this is a bit more important than target changes accuracy, i'll try my best not to make this mistake again in the future since i've already slightly done it with other releases (small but important things i had to fix right after release).
If you want to know whats in this release i guess you'll have to decompile it and find it, but good luck with that 💀 (hint: it has to do with anvils and with dropping items).
That's about it for this release, see ya.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:mn8WEUWe:sGUjov7c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mn8WEUWe:sGUjov7c"
}

