26.1-1.0.3
Compatibility
Required content
Changes
Silverfish Drop Infested Blocks
Silverfish killed by a player will always drop a certain type of infested block. Combined with Silk Touch obtained from fishing, this allows you to obtain cobblestone without needing lava. We believe simply waiting for wandering traders or villagers to gift lava is a progression-blocking method (though it does extend the development cycle), but now we provide a brand new development path, making it possible to smelt gold nuggets.
Doraemon Easter Egg Cat Interaction
Using a stack of cookies (since dorayaki isn’t available) to interact with any cat (including untamed ones) gives a 10% chance to obtain any random item (trust me, after Mojang added a huge amount of wood and copper items and blocks, you’ll need several shulker boxes of cookies to get certain possibly useful items or rare but useless ones—like command blocks). This mechanism ensures that any new item added in future versions can be obtained at least through this method.
Recipe Changes
Crafting Obsidian
Craft obsidian using 8 cobblestone and 1 black dye (a humorous recipe—if you really can’t get lava to reach the Nether, you might as well paint cobblestone black and pretend it’s obsidian).
Alternatively, 1 lava bucket + 1 water bucket crafts 8 obsidian (a pure crafting method for mass obsidian production).
Crafting Crying Obsidian
Ghast tear + obsidian crafts crying obsidian.
Crafting Netherrack
9 rotten flesh crafts netherrack (reintroducing an old version recipe).
Crafting Bamboo Slabs
9 arrows craft bamboo slabs (consumes mob farm products to provide blocks in early game).
Wool Decomposition
Allows wool to be decomposed back into 4 string.
Cutting Quartz Blocks and Dripstone with Stonecutter
Allows stonecutters to cut quartz and dripstone stalactites.
Reinforced Deepslate Crafting (Safer Wither Cage)
Surround a sculk catalyst with netherite ingots in the corners and deepslate in the other slots to craft reinforced deepslate.
蠹虫掉落虫蚀方块
被玩家击杀的蠹虫必掉某一种虫蚀方块,配合钓鱼得到的精准采集,可以绕过岩浆得到圆石。我们认为单纯的等待游商或者村民庆祝丢岩浆是一种卡进度的玩法(虽然它确实延长了发展周期),但是现在提供一种全新的发展思路,这样就可以熔炼金粒了。
哆啦A梦彩蛋猫交互
使用一组曲奇(没有铜锣烧就用它代替了)和任意猫(包括未驯服的猫)交互,有10%的概率给予任意某物品(相信我,在mojang更新了大量木材铜材物品方块后,你需要几潜影盒的曲奇才能拿到某些可能有用的方块或者对你无用但是稀有的方块,比如命令方块)。此机制保证了以后任何版本的新物品最少可以通过此方法获取。
配方相关
合成黑曜石
通过8圆石和1黑色染料合成黑曜石(幽默配方,如果你真的搞不到岩浆进下届时,也许你应该把圆石涂黑假装是黑曜石)
桶岩浆和1桶水合成8黑曜石(这样纯配方合成的方式完成黑曜石量产)
合成哭泣的黑曜石
恶魂之泪+黑曜石合成哭泣的黑曜石
合成地狱岩
9腐肉合成地狱岩(远古版本配方重新加入)
合成竹台阶
9箭合成竹台阶(消耗刷怪塔产物为前期提供方块)
羊毛分解
允许羊毛分解回4线
切石机切割石英块和滴水石
允许切割出石英和滴水石锥
强化深板岩合成(更安全的凋零笼子)
使用幽匿催发体周围下界合金锭角落是深板岩合成强化深板岩
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| carpetskyadditions-26.1-1.0.3-sources.jar | Source jar | 1.55 MiB |
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:WR9xYGI8:wThgVR6H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WR9xYGI8:wThgVR6H"
}

