1.3.5
Compatibility
Changes
下单了 1.3.5 更新说明
新增物品/方块:
- 冰箱 — 双开门2格高,食材堆叠上限128,允许使用打包台时消耗冰箱食材
- 洗碗机 — 全自动洗碗,升级自洗碗池
- 炉灶 — 一次烧制3种食物,允许作为 Farmers' Delight / Farm & Charm / 森罗厨房 的炉灶
- oTc 工具箱 — 用于升级上述高级家电方块 修复已知bug
OrderToCook 1.3.5 Update Notes
New Items / Blocks:
-
Refrigerator — Double-door, 2-block tall. Food stack limit increased to 128. Allows ingredient consumption from the refrigerator when using the Packing Station.
-
Dishwasher — Fully automatic dishwashing, upgraded from the Dishwashing Sink.
-
Stove — Can cook 3 types of food at once. Also functions as a stove for Farmers' Delight, Farm & Charm, and Forest Kitchen.
-
oTc Upgrade Box — Used to upgrade blocks. Includes a crafting recipe.
-
Fixed known bugs.
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:SoAnzOY4:FPSOPjGH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SoAnzOY4:FPSOPjGH"
}

