
kyoyu
ArchivedShare .litematic with other players on the server. Litematica and Forgematica support. Inspired by Syncmatica.
Tags
Creators
Details
v1.1.3-mc1.21.1
Compatibility
Changes
News
Discord server is now open! https://discord.gg/RcqXRsVcSr
What's Changed
- Separate 1.21.3 and 1.21.1
- Fixed an issue with 1.21.1 that prevented users from joining the server.
- Fixed a crash when opening the Kyoyu Explorer with some versions of Java.
Known Issues
- Kyoyu cannot communicate with the server in 1.20.4.
Full Changelog: https://github.com/Vulpeus-Server/kyoyu/compare/1.1.2...1.1.3
Build Information
- File name:
Kyoyu-v1.1.3-mc1.21.1-forge.jar - SHA-256:
af458f8691d38b14309b604eafeeedd4598b331a92d27787516fc0212a242c93 - Built from: https://github.com/Vulpeus-Server/kyoyu/actions/runs/13059091231
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:VozTPxB4:OrGRaCTl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VozTPxB4:OrGRaCTl"
}
