All versions
1.1.1
Release
Kaleidoscope Grilling 1.1.1last month 12.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.1.1模组更新
【新增】
- 新增固定烤串“面筋串”,使用两个生面团穿制;
- 新增 KubeJS 串类扩展,创建全新的生串和熟串或将其他模组已有的生串、熟串完整接入烟火,详见mc百科;
- 新增配置,可关闭食用动画采用原版食用效果;
【修复和优化】
- 修复在机械动力兼容时导致的各种问题
- 完善森罗厨房模糊配方的品质折算
- 优化餐盘上的烤串模型
- 食用动画兼容punchy模组
- 餐盘放置兼容森罗厨房的餐桌(配置可关闭,直接把串插桌子上也不错)
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:LPZkep5R:ao5iN7Jb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LPZkep5R:ao5iN7Jb"
}

