3.5Kdownloads
9followers
Vulpeus Carpet has been archived. Vulpeus Carpet will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 2 years ago
All versions
v2.0.4-mc1.21.2
Release
VulpeusCarpet v2.0.4 for mc1.21.22 years ago 120
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
What's Changed
- Modrinth readme updater by @hu-ja-ja in https://github.com/Vulpeus-Server/vulpeus-carpet/pull/4
- fixed crash when use with
carpet-fixesby @topi-banana in https://github.com/Vulpeus-Server/vulpeus-carpet/pull/5 - added
disableIAECrashby @topi-banana in https://github.com/Vulpeus-Server/vulpeus-carpet/pull/6
New Contributors
- @hu-ja-ja made their first contribution in https://github.com/Vulpeus-Server/vulpeus-carpet/pull/4
Full Changelog: https://github.com/Vulpeus-Server/vulpeus-carpet/compare/2.0.3...2.0.4
Build Information
- File name:
vulpeus_carpet-v2.0.4-mc1.21.2.jar - SHA-256:
7498c901aedefe8ab433f03fbbcaa57518b60718ed79a7953e713410ff929961 - Built from: https://github.com/Vulpeus-Server/vulpeus-carpet/actions/runs/11473928138
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:aZhtZo3k:Xx3tFtgr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aZhtZo3k:Xx3tFtgr"
}

