Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.4.113
Beta
Carpet 1.4.113 for Minecraft 23w31a3 years ago 321
Compatibility
Minecraft: Java Edition
23w31a
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
What's new in Carpet 1.4.113:
- Its a experimental build to support 23w31a - many features are not working (blame @mojang) on this version which includes:
- Carpet client communication, affects mostly visual aspects of scarpet API. All clients are now recognized as vanilla
- Fake Players fail to spawn
- Scarpet Scoreboard API behaviour is undefined
scoreboardslotcommand argument type is ignored in scarpet apps
- French translation, blame @Calvineries
- Fix golem spawning range box in ai-tracker, blame @silnarm
- Fix piglin brutes spawning in air when
piglinsSpawningInBastionsis enabled, blame @aria1th - added
allowListingFakePlayersto configure listing fake players on the multiplayer screen, once fake players start working again, blame @filips123 - Remove
lightEngineMaxBatchSizerule, since it is now defunct, blame @altrisi
Scarpet changes:
- Include app name in deprecation warnings, blame @altrisi
- Fix registry lists being randomized, blame @manyrandomthings
- Fix chat signatures desyncing when cancelling
__on_player_message, blame @altrisi
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:TQTTVgYE:xPMYyPpv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TQTTVgYE:xPMYyPpv"
}

