All versions
1.311.141
Release
Bakeries Simulation 1.311.141last week 18
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
v1.311.141 更新内容:
- 🐛 修复:大红灯笼错误占用沙发/咖啡桌地皮数量限制bug,现在大红灯笼只加人气,不占用家具摆放名额,无论放置顺序都能正常摆放
- 💸 调整:所有面包价格根据原料合成成本差异化定价,原味贝果原料成本高于全麦贝果,价格区间适当提升,定价更合理
- 📈 调整:店铺升级家具解锁规律: 规律改为「每升两级 → 货架+1,咖啡桌+1,沙发+2」,家具摆放数量本身随等级持续增长不封顶,仅对顾客同时容纳量封顶最大26,避免过多顾客刷新卡服务器
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:ZL1Z83xJ:qOYqYeAk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZL1Z83xJ:qOYqYeAk"
}

