All versions
1.3.6
Release
Order to cook下单了! 1.3.6last month 5,704
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
- 修复顾客被识别为敌对或亡灵生物的问题。
- 修复餐桌已有脏餐盘时再次放置餐盘会产生额外掉落的问题。
- 修复部分版本中女仆顾客用餐结束后不会消失的问题。
- 修复顾客因区块卸载而消失的问题。
- 顾客女仆不再能被玩家使用蛋糕驯服。
- 优化女仆顾客的座椅适配和坐姿高度。
- 优化顾客超时清退机制。
- 优化远程订单生成位置的搜索方式,降低服务器卡顿风险。
- 优化配送顾客接近目标后的移动逻辑,减少频繁”不耐烦”、反复移动和位置跳动的问题。
- 冰箱新增一键整理按钮,并增加独立图标和悬停提示。
- 取消冰箱打开前的等待时间。
- 优化多人同时操作时的状态和动画同步。
- 修复冰箱中物品的数量显示问题。
- 打包台新增订单查询功能。
- 新增Jade信息支持。
- 修复服务器自定义菜单无法正确同步到客户端的问题。
- 新增菜单食物、食材来源、餐厅补给、订单生命周期及打包台自动化等兼容API接口,方便其他模组进行适配。
1.21.1版本请使用geckolib4.8.4作为前置,1.20.1版本请使用geckolib4.8.3作为前置
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:2JGn0iYb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SoAnzOY4:2JGn0iYb"
}

