All versions
1.1.3-neoforge+mc1.21.1
Release
Kaleidoscope Twilight 1.1.3-neoforge+mc1.21.1last month 9,748
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- 对部分代码进行重构,简化了其实现方式
- 为静谧四季提供了支持,为蕨菜添加了 #sereneseasons:spring_crops 标签
- 为节气提供支持
- 菜刀兼容农夫乐事的小刀,暮色炉灶也可以作为厨锅热源
- 为Vinery提供酒柜支持
- 为幻想乡乐事提供酒柜支持(需安装森罗兼容)
- 蕨菜现在可以种植在#minecraft:dirt,#neoforge:villager_farmlands以及FarmBlock及其子类方块
- 保管符袋现在对放入的物品有了限制,与潜影盒一样
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:uSH79VEy:Wd1H1J1p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uSH79VEy:Wd1H1J1p"
}

