All versions
1.0.1
Release
Kaleidoscope Grilling 1.0.12 weeks ago 6,082
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.0.1
修复
- 修复串签时,木棍被吞掉的问题。
- 重金属中毒buff不再会被牛奶及其他效果清除机制的饮品移除。
- 同一玩家通过签谱快速制作的同款秘制烤串现在可以正常合并;满足食材顺序、随机模型组合一致时,自然串制的秘制烤串也可合并。
- 折耳根现可种植在农夫乐事沃土及其他继承原版耕地方块的模组耕地上。
- 修复油菜、洋葱、红薯与折耳根的骨粉催熟幅度问题。
- 修复森罗厨房石磨种子磨油脂配方在与其他模组兼容问题。
- 修复榨油器破坏后油饼未返还的错误。
- 重构下界堡垒折耳根生成系统,采用服务器Tick分批执行,避免兼容性卡死风险。
新模组发布后能得到大家的喜爱,我真的非常开心! 也感谢大家认真反馈遇到的问题、提出各种建议。作为一个刚刚发布的新模组,它还有许多需要继续完善的地方,非常感谢大家愿意耐心体验,也愿意给它一些成长的时间,谢谢大家的支持与包容!
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:cNf4mHbU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LPZkep5R:cNf4mHbU"
}

