1.20.1-1.0.2-Fabric
Compatibility
Changes
更新日志 / Changelog
2025-04-30
- 修正一部分模型和贴图
- Fix some models and textures
2025-04-27
- 重制
哥伦比亚咖啡馆家具套组模型及贴图 - Rebuild the model and texture of the
Columbian Cafefurniture set
2025-04-17
-
大号货架的放置方式拓展至更多方块,主要应用于较大模型上,以修复大方块模型不正确的碰撞箱 -
The placement method of
Large Shelfhas been expanded to more blocks, mainly applied to larger models, to fix incorrect collision boxes for large block models -
修正了
黑色大床睡觉时,玩家高度异常的情况 -
Fixed the abnormal player height when sleeping on the
Simple Black Bed
2025-04-09
-
现在,
货运仓库家具套组中的大号货架 (空)只能存储3个物品,但可以渲染其储存的物品 -
Now, the
Large Shelf (Empty)in theWarehousefurniture set can only store 3 items, but it can render the items it stores -
大号货架变更放置方式,当放置首层方块后,另外三层也将自动生成;破坏同理 -
The
Large Shelfhas changed its placement method. After placing the first layer block, the other three layers will be generated automatically. The same applies to destruction -
大号货架保持原样,依旧可以存储9个物品,但不能渲染其储存的物品 -
The
Large Shelfremains unchanged and can still store 9 items, but it cannot render the items it stores
2025-04-07
-
重制
边线/纯色简约家居家具套组模型及贴图 -
Rebuild the model and texture of the
Side Line/Simple Black-and-White Furniturefurniture set -
进行了一系列小更新,针对一些内容进行技术开发及修复
-
A series of small updates were made, focusing on technical development and fixes for some content
-
未来的配方先缓缓
-
Future recipes will be released later
2025-04-05
- 更新
部落风情旅舍家具套组 - Upgrade of
Tribal Style Innfurniture set
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:twrsixFr:qQQWeYkq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:twrsixFr:qQQWeYkq"
}

