Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
4.4.0
Release
4.4.0 for Minecraft 1.20 and 1.20.13 years ago 1,590
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Added
- 11 challenge advancements, allowing previously unobtainable smithing templates to be obtained upon completion.
- Vanilla War Pigs advancement is now disabled.
- New
traderCamelssetting- Allows Camels to be obtained.
- When enabled, Wandering Traders that spawn in Deserts and Badlands will spawn riding Camels.
- Enabled by default on new SkyBlock worlds.
- To enable on old worlds, run
/carpetskyadditions setDefault traderCamels true.
- To enable on old worlds, run
- New advancement "Hump Day Trader" that activates when a camel is ridden.
- New
sniffersFromDrownedssetting- Allows Sniffer Eggs to be obtained.
- When enabled, Drowned may spawn holding Sniffer Eggs that they place when they stomp Turtle Eggs.
- Enabled by default on new SkyBlock worlds.
- To enable on old worlds, run
/carpetskyadditions setDefault sniffersFromDrowneds true.
- To enable on old worlds, run
- New advancement "Prehistoric Foster Parent" that activates when a Sniffer Egg is obtained.
- New
suspiciousSnifferssetting- Allows Suspicious Sand and Suspicious Gravel to be obtained.
- When enabled, Sniffers may convert Sand and Gravel into their suspicious version when digging them inside a structure that generates it.
- Enabled by default on new SkyBlock worlds.
- To enable on old worlds, run
/carpetskyadditions setDefault suspiciousSniffers true.
- To enable on old worlds, run
- New advancement "Whiff of Treasure" that activates when Suspicious Sand or Gravel is brushed.
- New advancement "Master Archaeologist" that activates when all exclusive Archaeology loot is obtained.
- New
spreadingSmallDripleavessetting- Allows additionals Small Dripleaves to be obtained.
- When enabled, half-submerged Dripleaves on Clay with a light level of exactly 5 on top can spread.
- Enabled by default on new SkyBlock worlds.
- To enable on old worlds, run
/carpetskyadditions setDefault spreadingSmallDripleaves true.
- To enable on old worlds, run
- New advancement "Perfect Growing Conditions" that actives when placing a Small Dripleaf where it can spread.
- New
spreadingCoralsetting- Allows additionals Coral Blocks to be obtained.
- When enabled, Calcite can convert to a Coral Block when there are nearby Coral Blocks.
- Enabled by default on new SkyBlock worlds.
- To enable on old worlds, run
/carpetskyadditions setDefault spreadingCoral true.
- To enable on old worlds, run
- New advancement "Reef Builder" that activates when placing Calcite where Coral can spread to it.
- New advancement "Coral Utopia" that activates when placing Calcite at high Coral suitability.
Changed
- Beetroot seeds removed from Day Trader advancement because they are also obtainable through archaeology.
- Changed icon of "Day Trader" advancement to Pumpkin.
- Changed icon of "Cooking Stone in a Stone Oven" to Tuff.
Fixed
- #125 where trying to generate island number 44 with the /skyisland would cause a crash.
Optional dependencies
Unavailable version
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:3oX3JnAP:2RGo6Lm4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3oX3JnAP:2RGo6Lm4"
}

