
kyoyu
ArchivedShare .litematic with other players on the server. Litematica and Forgematica support. Inspired by Syncmatica.
Tags
Creators
Details
v1.2.0-mc1.21.1
Compatibility
Changes
What's Changed
-
Feature : Support Forgematica by @topi-banana in https://github.com/Vulpeus-Server/kyoyu/pull/16
-
Added : Paper 1.21.4 (not working)
-
Updating the library
-
Fixed : Schematic name not displayed in Explorer.
-
Fixed : Forge 1.20.6 mixin has java17 requirement.
-
Fixed : Forge 1.14.4 requires a different loader version.
-
Fixed : Rotate and Mirror state not sent correctly.
Known Issues
- Mods not loading in NeoForge on 1.20.4.
- Client cannot connect to server on NeoForge.
- No response on NeoForge server.
- No response on Paper server.
Full Changelog: https://github.com/Vulpeus-Server/kyoyu/compare/1.1.5...1.2.0
Build Information
- File name:
Kyoyu-v1.2.0-mc1.21.1.jar - SHA-256:
a2a33fec1b1efbb766ce23f384aad27795067b76505ab738a4d2f776e3a89047 - Built from: https://github.com/Vulpeus-Server/kyoyu/actions/runs/13612807024
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:W48ieHgf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VozTPxB4:W48ieHgf"
}
