1.20.1-1.0.1-Fabric
Compatibility
Changes
更新日志 / Changelog
2025-04-01
- 现在,
货运仓库家具套组中的大号货架可以展示其储存的物品,未来将进一步拓展至其他方块 - Now, the
Warehousefurniture set'sLarge Shelfcan display the items it stores, and this feature will be further expanded to other blocks in the future
2025-03-31
- 追加
货运仓库家具套组中纸箱的玩法,可用胶带将其封装,而后将无法打开(测试内容) - Add gameplay for cardboard boxes in the
Warehousefurniture set, which can be sealed with tape and cannot be opened (Beta)
2025-03-29
- 添加
货运仓库家具套组中额外的内容 - Add additional content to the
Warehousefurniture set
2025-03-28
-
重制
货运仓库家具套组模型及贴图 -
Rebuild the model and texture of the
Warehousefurniture set -
货运仓库家具套组中的轮班考勤板将改为赞助板,所有为方舟模组提供赞助的玩家都将记录在上面 -
The
Attendance Boardin theWarehousefurniture set will be changed to a sponsorship board, and all players who sponsor this mod will be recorded on it
特别感谢@天天摸鱼的仁桀为模组提供美术支持!Thanks!
2025-03-27
- 更新
罗德岛人事办公室家具套组 - Upgrade of
Rhodes Island HR Officefurniture 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:MQVOtj4J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:twrsixFr:MQVOtj4J"
}

