All versions
1.4+mod
Release
1.4+modlast week 1,740
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.6–1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Client and server
Changes
- General Updates:
- Upgraded the DC engine to version 2.1.4.
- Added support for versions 26.1 and 26.2.
- Kaleidoscope: Cookery:
- Added new blocks: Stepladder and Mushroom Skewers.
- Kaleidoscope: Bar:
- Added new blocks: Coffee Table and Faucet.
- Added a new batch of wine bottles.
- Kaleidoscope: Doll:
- Added a new batch of supporter dolls.
- Added Skeleton Girl and Creeper Girl dolls, which can be obtained with a low drop rate from the Gacha Machine.
- Updated the naming format for supporter dolls.
- Fixed a bug causing model errors in the Gacha Machine.
- Kaleidoscope: Cookery Expansion Pack:
- Added Fruit Platter.
- Unlike other stir-fry dishes, the Fruit Platter is crafted directly via synthesis.
- 通用更新:
- 将dc引擎版本升级到2.1.4;
- 支持了26.1和26.2版本;
- 森罗物语:厨房:
- 新增方块:人字梯、蘑菇挂串
- 森罗物语:酒馆:
- 新增方块:咖啡桌、水龙头
- 新增一批酒瓶;
- 森罗物语:玩偶:
- 新增一批赞助者玩偶;
- 新增骷髅娘、苦力怕娘玩偶,可以在抽奖机以低概率抽出;
- 赞助者玩偶命名格式修改;
- 修复了抽奖机模型错误的bug。
- 森罗物语:烹饪扩展包:
- 新增水果拼盘;
- 与其他炒菜不同,水果拼盘为直接合成。
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:FRT0g2ye:97G9gQ3x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FRT0g2ye:97G9gQ3x"
}

